Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Din_mcast.c3066 u_int ittl; in inp_setmoptions() local
3068 error = sooptcopyin(sopt, &ittl, sizeof(u_int), in inp_setmoptions()
3073 if (ittl > 255) { in inp_setmoptions()
3077 ttl = (u_char)ittl; in inp_setmoptions()