Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c2049 static isc_once_t sndbuf_once = ISC_ONCE_INIT; variable
2421 RUNTIME_CHECK(isc_once_do(&sndbuf_once, set_sndbuf) == in opensocket()