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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c3008 u_int ittl; local
3010 error = sooptcopyin(sopt, &ittl, sizeof(u_int),
3014 if (ittl > 255) {
3018 ttl = (u_char)ittl;

Completed in 111 milliseconds