HomeSort by: relevance | last modified time | path
    Searched defs:inpcb_bind (Results 1 - 2 of 2) 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}
  /src/sys/netinet/
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);

Completed in 14 milliseconds