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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c2998 u_int ittl; local
3000 error = sooptcopyin(sopt, &ittl, sizeof(u_int),
3004 if (ittl > 255) {
3008 ttl = (u_char)ittl;

Completed in 13 milliseconds