Home
last modified time | relevance | path

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

/dports/net/nng/nng-1.5.2/src/core/
H A Dsocket.c84 nni_list s_pipes; // active pipes member
571 NNI_LIST_INIT(&s->s_pipes, nni_pipe, p_sock_node); in nni_sock_create()
767 NNI_LIST_FOREACH (&sock->s_pipes, pipe) { in nni_sock_shutdown()
773 while ((!nni_list_empty(&sock->s_pipes)) || in nni_sock_shutdown()
783 NNI_ASSERT(nni_list_first(&sock->s_pipes) == NULL); in nni_sock_shutdown()
832 NNI_ASSERT(nni_list_empty(&s->s_pipes)); in nni_sock_close()
1508 nni_list_append(&s->s_pipes, p); in nni_dialer_add_pipe()
1650 nni_list_append(&s->s_pipes, p); in nni_listener_add_pipe()