Searched refs:inpcb_bind (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/tests/net/inpcb/ |
H A D | Makefile | 8 .for name in inpcb_bind broadcast_bind 13 PROGS= inpcb_bind 14 MAN.inpcb_bind= # empty 15 BINDIR.inpcb_bind= ${TESTSDIR}
|
H A D | t_inpcb_bind.sh | 28 SOCK=unix://inpcb_bind
|
/netbsd-src/sys/netinet/ |
H A D | in_pcb.h | 257 int inpcb_bind(void *, struct sockaddr_in *, struct lwp *);
|
H A D | in_pcb.c | 478 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 D | tcp_usrreq.c | 579 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 D | dccp_usrreq.c | 1675 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 D | udp_usrreq.c | 923 error = inpcb_bind(inp, sin, l); in udp_bind()
|