HomeSort by: relevance | last modified time | path
    Searched refs:inpcb_bind (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/net/inpcb/
Makefile 8 .for name in inpcb_bind broadcast_bind
13 PROGS= inpcb_bind
14 MAN.inpcb_bind= # empty
15 BINDIR.inpcb_bind= ${TESTSDIR}
t_inpcb_bind.sh 28 SOCK=unix://inpcb_bind
32 NAME="inpcb_bind"
38 local prog="$(atf_get_srcdir)/inpcb_bind"
53 local prog="$(atf_get_srcdir)/inpcb_bind"
88 add_test ipv4 "tests for inpcb_bind (ipv4)"
89 add_test ipv6 "tests for inpcb_bind (ipv6)"
  /src/sys/netinet/
in_pcb.h 257 int inpcb_bind(void *, struct sockaddr_in *, struct lwp *);
in_pcb.c 470 * inpcb_bind: assign a local IP address and port number to the PCB.
478 inpcb_bind(void *v, struct sockaddr_in *sin, struct lwp *l) function in typeref:typename:int
620 error = inpcb_bind(inp, NULL, l);
tcp_usrreq.c 579 error = inpcb_bind(inp, sin, l);
621 error = inpcb_bind(inp, NULL, l);
668 error = inpcb_bind(inp, NULL, l);
dccp_usrreq.c 1675 error = inpcb_bind(inp, sin, l);
1783 error = inpcb_bind(inp, NULL, l);
1786 DCCP_DEBUG((LOG_INFO, "inpcb_bind=%d\n",error));
2033 error = inpcb_bind(inp, NULL, td);
udp_usrreq.c 923 error = inpcb_bind(inp, sin, l);

Completed in 19 milliseconds