Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dsocketvar.h532 int soreceive_stream(struct socket *so, struct sockaddr **paddr,
/freebsd/sys/netinet/
H A Dtcp_subr.c295 SYSCTL_INT(_net_inet_tcp, OID_AUTO, soreceive_stream, CTLFLAG_RDTUN,
1508 tcp_protosw.pr_soreceive = soreceive_stream; in tcp_init()
1511 tcp6_protosw.pr_soreceive = soreceive_stream; in tcp_init()
/freebsd/sys/kern/
H A Duipc_socket.c1686 so2->so_proto->pr_soreceive == soreceive_stream,
3401 soreceive_stream(struct socket *so, struct sockaddr **psa, struct uio *uio, function
/freebsd/share/man/man9/
H A DMakefile2141 socket.9 soreceive_stream.9 \