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

123

/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Demac.h79 unsigned char ip_ttl; member in struct:__anon7327
/freebsd-11.0-release/contrib/tcpdump/
H A Dip.h65 uint8_t ip_ttl; /* time to live */ member in struct:ip
H A Dprint-ip.c471 carp_print(ndo, ipds->cp, ipds->len, ipds->ip->ip_ttl);
478 (const u_char *)ipds->ip, ipds->ip->ip_ttl);
606 if (ipds->ip->ip_ttl >= 1)
607 ND_PRINT((ndo, ", ttl %u", ipds->ip->ip_ttl));
/freebsd-11.0-release/contrib/traceroute/
H A Drip_output.c47 ip->ip_ttl = MAXTTL;
/freebsd-11.0-release/sys/netinet/
H A Dip.h66 u_char ip_ttl; /* time to live */ member in struct:ip
H A Dip_gre.c152 gi->gi_ip.ip_ttl = V_ip_gre_ttl;
H A Dip_fastfwd.c286 if (ip->ip_ttl <= IPTTLDEC) {
296 ip->ip_ttl -= IPTTLDEC;
H A Din_gif.c129 ip->ip_ttl = V_ip_gif_ttl;
H A Dip_output.c339 ip->ip_ttl = 1;
352 ip->ip_ttl = 1;
434 ip->ip_ttl = imo->imo_multicast_ttl;
441 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL;
511 if (ip->ip_ttl == 0 || ifp->if_flags & IFF_LOOPBACK) {
H A Dip_input.c953 if (ip->ip_ttl <= IPTTLDEC) {
1028 ip->ip_ttl -= IPTTLDEC;
1181 *mp = sbcreatecontrol((caddr_t)&ip->ip_ttl,
H A Dip_mroute.c1247 if (ip->ip_ttl < MAXTTL)
1248 ip->ip_ttl++; /* compensate for -1 in *_send routines */
1259 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;
2394 --ip->ip_ttl;
/freebsd-11.0-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h172 __u8 ip_ttl; member in struct:__anon1772
/freebsd-11.0-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h174 __u8 ip_ttl; member in struct:__anon1779
/freebsd-11.0-release/contrib/ipfilter/ipsend/
H A Dresend.c50 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.c134 if (!ip->ip_ttl)
135 ip->ip_ttl = 60;
/freebsd-11.0-release/tools/tools/net80211/wesside/dics/
H A Ddics.c179 *ttl = iph->ip_ttl;
244 iph->ip_ttl = TTLSENT;
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_norm.c1267 src->scrub->pfss_ttl = h->ip_ttl;
1368 if (h->ip_ttl > src->scrub->pfss_ttl)
1369 src->scrub->pfss_ttl = h->ip_ttl;
1370 h->ip_ttl = src->scrub->pfss_ttl;
1802 if (min_ttl && h->ip_ttl < min_ttl) {
1803 u_int16_t ip_ttl = h->ip_ttl; local
1805 h->ip_ttl = min_ttl;
1806 h->ip_sum = pf_cksum_fixup(h->ip_sum, ip_ttl, h->ip_ttl,
[all...]
/freebsd-11.0-release/lib/libstand/
H A Dudp.c94 ip->ip_ttl = IPDEFTTL; /* char */
/freebsd-11.0-release/sbin/dhclient/
H A Dpacket.c123 ip.ip_ttl = 128;
/freebsd-11.0-release/cddl/lib/libdtrace/
H A Dip.d260 ipv4_ttl = p == NULL ? 0 : p->ip_ttl;
/freebsd-11.0-release/contrib/netbsd-tests/net/icmp/
H A Dt_ping.c389 ip->ip_ttl = IPDEFTTL;
/freebsd-11.0-release/tools/bus_space/examples/
H A Dam79c900_diag.py90 ('ip_ttl', ctypes.c_uint8),
297 pkt.ip_ttl = 64
/freebsd-11.0-release/sbin/ping/
H A Dping.c717 ip->ip_ttl = ttl;
1194 (void)printf(" ttl=%d", ip->ip_ttl);
1682 (void)printf(" %02x %02x %04x", ip->ip_ttl, ip->ip_p,
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dipft_tx.c183 ip->ip_ttl = 63;

Completed in 128 milliseconds

123