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

/freebsd-9.3-release/sys/netinet/
H A Din_mcast.c1686 u_char coptval; local
1740 optval = coptval = IP_DEFAULT_MULTICAST_TTL;
1742 optval = coptval = imo->imo_multicast_ttl;
1745 error = sooptcopyout(sopt, &coptval, sizeof(u_char));
1752 optval = coptval = IP_DEFAULT_MULTICAST_LOOP;
1754 optval = coptval = imo->imo_multicast_loop;
1757 error = sooptcopyout(sopt, &coptval, sizeof(u_char));

Completed in 44 milliseconds