Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsocketvar.h493 int soreceive_stream(struct socket *so, struct sockaddr **paddr,
/freebsd/sys/netinet/
H A Dtcp_subr.c298 SYSCTL_INT(_net_inet_tcp, OID_AUTO, soreceive_stream, CTLFLAG_RDTUN,
1502 tcp_protosw.pr_soreceive = soreceive_stream; in tcp_init()
1505 tcp6_protosw.pr_soreceive = soreceive_stream; in tcp_init()
/freebsd/share/man/man9/
H A DMakefile2110 socket.9 soreceive_stream.9 \
/freebsd/sys/kern/
H A Duipc_socket.c2570 soreceive_stream(struct socket *so, struct sockaddr **psa, struct uio *uio, function