Home | History | Annotate | Download | only in netinet

Lines Matching refs:ip_ttl

344 		ip->ip_ttl = 1;
420 ip->ip_ttl = imo->imo_multicast_ttl;
422 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL;
518 if (ip->ip_ttl == 0 || (ifp->if_flags & IFF_LOOPBACK) != 0) {
1122 case IP_TTL:
1140 case IP_TTL:
1141 ip->ip_ttl = optval;
1305 case IP_TTL:
1320 case IP_TTL:
1321 optval = ip->ip_ttl;