Home
last modified time | relevance | path

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

/dports/net/nng/nng-1.5.2/src/core/
H A Ddevice.c131 if (((nni_sock_getopt(s1, NNG_OPT_RAW, &raw, &rsz, NNI_TYPE_BOOL) != in nni_device_init()
138 if (((nni_sock_getopt(s2, NNG_OPT_RAW, &raw, &rsz, NNI_TYPE_BOOL) != in nni_device_init()
H A Dsocket.h34 extern int nni_sock_getopt(
H A Dlistener.c510 return (nni_sock_getopt(l->l_sock, name, val, szp, t)); in nni_listener_getopt()
H A Ddialer.c566 return (nni_sock_getopt(d->d_sock, name, valp, szp, t)); in nni_dialer_getopt()
H A Dsocket.c1154 nni_sock_getopt( in nni_sock_getopt() function
/dports/net/nng/nng-1.5.2/src/
H A Dnng.c1006 rv = nni_sock_getopt(sock, name, val, szp, t); in socket_get()