Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Din_gif.h66 extern int ip_gif_ttl;
H A Din_gif.c90 int ip_gif_ttl = GIF_TTL; variable
92 &ip_gif_ttl, 0, "");
180 iphdr.ip_ttl = ip_gif_ttl; in in_gif_output()