Searched refs:coptval (Results 1 – 1 of 1) sorted by relevance
1907 u_char coptval; in inp_getmoptions() local1968 optval = coptval = IP_DEFAULT_MULTICAST_TTL; in inp_getmoptions()1971 optval = coptval = imo->imo_multicast_ttl; in inp_getmoptions()1975 error = sooptcopyout(sopt, &coptval, sizeof(u_char)); in inp_getmoptions()1983 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()1986 optval = coptval = imo->imo_multicast_loop; in inp_getmoptions()1990 error = sooptcopyout(sopt, &coptval, sizeof(u_char)); in inp_getmoptions()