Searched refs:coptval (Results 1 – 1 of 1) sorted by relevance
1740 u_char coptval; in inp_getmoptions() local1792 optval = coptval = IP_DEFAULT_MULTICAST_TTL; in inp_getmoptions()1794 optval = coptval = imo->imo_multicast_ttl; in inp_getmoptions()1797 error = sooptcopyout(sopt, &coptval, sizeof(u_char)); in inp_getmoptions()1804 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()1806 optval = coptval = imo->imo_multicast_loop; in inp_getmoptions()1809 error = sooptcopyout(sopt, &coptval, sizeof(u_char)); in inp_getmoptions()