Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_mcast.c1790 u_char coptval; in inp_getmoptions() local
1846 optval = coptval = IP_DEFAULT_MULTICAST_TTL; in inp_getmoptions()
1848 optval = coptval = imo->imo_multicast_ttl; in inp_getmoptions()
1851 error = sooptcopyout(sopt, &coptval, sizeof(u_char)); in inp_getmoptions()
1858 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()
1860 optval = coptval = imo->imo_multicast_loop; in inp_getmoptions()
1863 error = sooptcopyout(sopt, &coptval, sizeof(u_char)); in inp_getmoptions()