Lines Matching refs:SOCK_SEQPACKET
168 static SYSCTL_NODE(_net_local, SOCK_SEQPACKET, seqpacket, CTLFLAG_RW, 0,
317 .pr_type = SOCK_SEQPACKET,
412 case SOCK_SEQPACKET: in uipc_attach()
447 case SOCK_SEQPACKET: in uipc_attach()
809 if (so->so_type != SOCK_STREAM && so->so_type != SOCK_SEQPACKET) in uipc_rcvd()
930 case SOCK_SEQPACKET: in uipc_send()
993 case SOCK_SEQPACKET: { in uipc_send()
1470 case SOCK_SEQPACKET: in unp_connect2()
1508 case SOCK_SEQPACKET: in unp_disconnect()
1543 case SOCK_SEQPACKET: in unp_pcblist()
1664 (void *)(intptr_t)SOCK_SEQPACKET, 0, unp_pcblist, "S,xunpcb",
1678 (unp->unp_socket->so_type == SOCK_SEQPACKET)) && unp2 != NULL) { in unp_shutdown()