Searched refs:ittl (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c2676 u_int ittl; local
2678 error = sooptcopyin(sopt, &ittl, sizeof(u_int),
2682 if (ittl > 255) {
2686 ttl = (u_char)ittl;

Completed in 89 milliseconds