Home
last modified time | relevance | path

Searched refs:IPV6_FRAGTTL (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dip6.h301 #define IPV6_FRAGTTL 60 /* ttl for fragment packets (seconds) */ macro
/xnu-12377.61.12/bsd/netinet6/
H A Dfrag6.c494 q6->ip6q_ttl = IPV6_FRAGTTL; in frag6_input()