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

123

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip_var.h61 u_char ip_ttl; member in struct:ipasfrag
H A Dresend.c57 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.c139 if (!ip->ip_ttl)
140 ip->ip_ttl = 60;
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Demac.h79 unsigned char ip_ttl; member in struct:__anon5589
H A Demac.c132 ipHdr->ip_ttl = 64;
/freebsd-9.3-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-9.3-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-9.3-release/sys/netinet/
H A Dip.h66 u_char ip_ttl; /* time to live */ member in struct:ip
H A Dip_output.c239 ip->ip_ttl = 1;
249 ip->ip_ttl = 1;
337 ip->ip_ttl = imo->imo_multicast_ttl;
344 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL;
414 if (ip->ip_ttl == 0 || ifp->if_flags & IFF_LOOPBACK) {
H A Dip_fastfwd.c398 if (ip->ip_ttl <= IPTTLDEC) {
408 ip->ip_ttl -= IPTTLDEC;
H A Dip_mroute.c1245 if (ip->ip_ttl < MAXTTL)
1246 ip->ip_ttl++; /* compensate for -1 in *_send routines */
1257 if (ip->ip_ttl <= 1 || IN_LOCAL_GROUP(ntohl(ip->ip_dst.s_addr))) {
1589 if ((rt->mfc_ttls[vifi] > 0) && (ip->ip_ttl > rt->mfc_ttls[vifi])) {
1686 imo.imo_multicast_ttl = mtod(m, struct ip *)->ip_ttl - 1;
2391 --ip->ip_ttl;
H A Dip_input.c1383 if (ip->ip_ttl <= IPTTLDEC) {
1441 ip->ip_ttl -= IPTTLDEC;
1629 *mp = sbcreatecontrol((caddr_t) &ip->ip_ttl,
H A Din_gif.c194 iphdr.ip_ttl = V_ip_gif_ttl;
H A Dtcp_syncache.c1058 int win, sb_hiwat, ip_ttl, ip_tos; local
1087 ip_ttl = inp->inp_ip_ttl;
1216 sc->sc_ip_ttl = ip_ttl;
1413 ip->ip_ttl = sc->sc_ip_ttl;
/freebsd-9.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h172 __u8 ip_ttl; member in struct:__anon1600
/freebsd-9.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h174 __u8 ip_ttl; member in struct:__anon1607
/freebsd-9.3-release/tools/tools/net80211/wesside/dics/
H A Ddics.c179 *ttl = iph->ip_ttl;
244 iph->ip_ttl = TTLSENT;
/freebsd-9.3-release/lib/libstand/
H A Dudp.c94 ip->ip_ttl = IPDEFTTL; /* char */
/freebsd-9.3-release/sbin/dhclient/
H A Dpacket.c131 ip.ip_ttl = 128;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1719 src->scrub->pfss_ttl = h->ip_ttl;
1831 if (h->ip_ttl > src->scrub->pfss_ttl)
1832 src->scrub->pfss_ttl = h->ip_ttl;
1833 h->ip_ttl = src->scrub->pfss_ttl;
2322 if (min_ttl && h->ip_ttl < min_ttl) {
2323 u_int16_t ip_ttl = h->ip_ttl;
2325 h->ip_ttl = min_ttl;
2326 h->ip_sum = pf_cksum_fixup(h->ip_sum, ip_ttl, h->ip_ttl,
[all...]
/freebsd-9.3-release/sbin/ping/
H A Dping.c652 ip->ip_ttl = ttl;
1096 (void)printf(" ttl=%d", ip->ip_ttl);
1584 (void)printf(" %02x %02x %04x", ip->ip_ttl, ip->ip_p,
/freebsd-9.3-release/sys/netipsec/
H A Dxform_ipip.c418 ipo->ip_ttl = V_ip_defttl;

Completed in 242 milliseconds

123