Searched refs:ip_ttl (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-10.0-release/sys/boot/arm/at91/libat91/
H A Demac.h79 unsigned char ip_ttl; member in struct:__anon5954
H A Demac.c132 ipHdr->ip_ttl = 64;
/freebsd-10.0-release/contrib/tcpdump/
H A Dip.h61 u_int8_t ip_ttl; /* time to live */ member in struct:ip
H A Dprint-ip.c472 carp_print(ipds->cp, ipds->len, ipds->ip->ip_ttl);
478 vrrp_print(ipds->cp, ipds->len, ipds->ip->ip_ttl);
605 if (ipds->ip->ip_ttl >= 1)
606 (void)printf(", ttl %u", ipds->ip->ip_ttl);
/freebsd-10.0-release/contrib/traceroute/
H A Drip_output.c47 ip->ip_ttl = MAXTTL;
H A Dtraceroute.c1022 if (ip->ip_ttl <= 1)
1037 if (ip->ip_ttl <= 1)
1188 outip->ip_ttl = ttl;
/freebsd-10.0-release/sys/netinet/
H A Dip.h66 u_char ip_ttl; /* time to live */ member in struct:ip
H A Dip_output.c245 ip->ip_ttl = 1;
255 ip->ip_ttl = 1;
343 ip->ip_ttl = imo->imo_multicast_ttl;
350 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL;
420 if (ip->ip_ttl == 0 || ifp->if_flags & IFF_LOOPBACK) {
H A Dip_fastfwd.c395 if (ip->ip_ttl <= IPTTLDEC) {
405 ip->ip_ttl -= IPTTLDEC;
H A Dip_mroute.c1246 if (ip->ip_ttl < MAXTTL)
1247 ip->ip_ttl++; /* compensate for -1 in *_send routines */
1258 if (ip->ip_ttl <= 1 || IN_LOCAL_GROUP(ntohl(ip->ip_dst.s_addr))) {
1588 if ((rt->mfc_ttls[vifi] > 0) && (ip->ip_ttl > rt->mfc_ttls[vifi])) {
1685 imo.imo_multicast_ttl = mtod(m, struct ip *)->ip_ttl - 1;
2389 --ip->ip_ttl;
H A Dip_input.c1385 if (ip->ip_ttl <= IPTTLDEC) {
1443 ip->ip_ttl -= IPTTLDEC;
1631 *mp = sbcreatecontrol((caddr_t)&ip->ip_ttl,
H A Din_gif.c194 iphdr.ip_ttl = V_ip_gif_ttl;
H A Dtcp_syncache.c1108 int win, sb_hiwat, ip_ttl, ip_tos; local
1137 ip_ttl = inp->inp_ip_ttl;
1266 sc->sc_ip_ttl = ip_ttl;
1461 ip->ip_ttl = sc->sc_ip_ttl;
/freebsd-10.0-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h172 __u8 ip_ttl; member in struct:__anon1497
/freebsd-10.0-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h174 __u8 ip_ttl; member in struct:__anon1504
/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dresend.c53 printf("ttl %d p %d src %s", ip->ip_ttl, ip->ip_p,
H A Diptests.c144 ip->ip_ttl = 60;
453 ip->ip_ttl = 255;
454 printf("1.10.0 ip_ttl = 255\n");
459 ip->ip_ttl = 128;
460 printf("1.10.1 ip_ttl = 128\n");
465 ip->ip_ttl = 0;
466 printf("1.10.2 ip_ttl = 0\n");
593 ip->ip_ttl = 60;
793 ip->ip_ttl = 60;
1306 ip->ip_ttl
[all...]
H A Dip.c137 if (!ip->ip_ttl)
138 ip->ip_ttl = 60;
/freebsd-10.0-release/tools/tools/net80211/wesside/dics/
H A Ddics.c179 *ttl = iph->ip_ttl;
244 iph->ip_ttl = TTLSENT;
/freebsd-10.0-release/lib/libstand/
H A Dudp.c94 ip->ip_ttl = IPDEFTTL; /* char */
/freebsd-10.0-release/sbin/dhclient/
H A Dpacket.c123 ip.ip_ttl = 128;
/freebsd-10.0-release/sys/netpfil/pf/
H A Dpf_norm.c1426 src->scrub->pfss_ttl = h->ip_ttl;
1527 if (h->ip_ttl > src->scrub->pfss_ttl)
1528 src->scrub->pfss_ttl = h->ip_ttl;
1529 h->ip_ttl = src->scrub->pfss_ttl;
1961 if (min_ttl && h->ip_ttl < min_ttl) {
1962 u_int16_t ip_ttl = h->ip_ttl; local
1964 h->ip_ttl = min_ttl;
1965 h->ip_sum = pf_cksum_fixup(h->ip_sum, ip_ttl, h->ip_ttl,
[all...]
/freebsd-10.0-release/cddl/lib/libdtrace/
H A Dip.d260 ipv4_ttl = p == NULL ? 0 : p->ip_ttl;
/freebsd-10.0-release/sbin/ping/
H A Dping.c653 ip->ip_ttl = ttl;
1097 (void)printf(" ttl=%d", ip->ip_ttl);
1585 (void)printf(" %02x %02x %04x", ip->ip_ttl, ip->ip_p,
/freebsd-10.0-release/contrib/ipfilter/lib/
H A Dipft_tx.c183 ip->ip_ttl = 63;

Completed in 257 milliseconds

123