Home
last modified time | relevance | path

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

/netbsd-src/tests/net/inpcb/
H A DMakefile8 .for name in inpcb_bind broadcast_bind
13 PROGS= inpcb_bind
14 MAN.inpcb_bind= # empty
15 BINDIR.inpcb_bind= ${TESTSDIR}
H A Dt_inpcb_bind.sh28 SOCK=unix://inpcb_bind
/netbsd-src/sys/netinet/
H A Din_pcb.h257 int inpcb_bind(void *, struct sockaddr_in *, struct lwp *);
H A Din_pcb.c478 inpcb_bind(void *v, struct sockaddr_in *sin, struct lwp *l) in inpcb_bind() function
620 error = inpcb_bind(inp, NULL, l); in inpcb_connect()
H A Dtcp_usrreq.c579 error = inpcb_bind(inp, sin, l); in tcp_bind()
621 error = inpcb_bind(inp, NULL, l); in tcp_listen()
668 error = inpcb_bind(inp, NULL, l); in tcp_connect()
H A Ddccp_usrreq.c1675 error = inpcb_bind(inp, sin, l); in dccp_bind()
1783 error = inpcb_bind(inp, NULL, l); in dccp_doconnect()
2033 error = inpcb_bind(inp, NULL, td); in dccp_listen()
H A Dudp_usrreq.c923 error = inpcb_bind(inp, sin, l); in udp_bind()