Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsocketvar.h534 int soreceive_stream(struct socket *so, struct sockaddr **paddr,
/freebsd/sys/netinet/
H A Dtcp_subr.c292 SYSCTL_INT(_net_inet_tcp, OID_AUTO, soreceive_stream, CTLFLAG_RDTUN,
1511 tcp_protosw.pr_soreceive = soreceive_stream; in tcp_init()
1514 tcp6_protosw.pr_soreceive = soreceive_stream; in tcp_init()
/freebsd/sys/kern/
H A Duipc_socket.c1719 so2->so_proto->pr_soreceive == soreceive_stream,
3471 soreceive_stream(struct socket *so, struct sockaddr **psa, struct uio *uio, function
/freebsd/share/man/man9/
H A DMakefile2164 socket.9 soreceive_stream.9 \