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

/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dportset.c44 portset_isset(isc_portset_t *portset, in_port_t port) { function
50 if (!portset_isset(portset, port)) {
58 if (portset_isset(portset, port)) {
95 return (portset_isset(portset, port));
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dportset.c40 portset_isset(isc_portset_t *portset, in_port_t port) { function
46 if (!portset_isset(portset, port)) {
54 if (portset_isset(portset, port)) {
89 return (portset_isset(portset, port));
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dportset.c40 portset_isset(isc_portset_t *portset, in_port_t port) { function
46 if (!portset_isset(portset, port)) {
54 if (portset_isset(portset, port)) {
89 return (portset_isset(portset, port));

Completed in 122 milliseconds