Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Din_gif.h66 extern int ip_gif_ttl;
H A Din_gif.c92 int ip_gif_ttl = GIF_TTL; variable
94 &ip_gif_ttl, 0, "");
179 iphdr.ip_ttl = ip_gif_ttl; in in_gif_output()