HomeSort by: relevance | last modified time | path
    Searched defs:in6pcb_bind_port (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
in6_pcb.c 233 in6pcb_bind_port(struct inpcb *inp, struct sockaddr_in6 *sin6, struct lwp *l) function in typeref:typename:int
361 error = in6pcb_bind_port(inp, sin6, l);
534 if ((error = in6pcb_bind_port(inp, &lsin, l)) != 0)
in6_pcb.c 233 in6pcb_bind_port(struct inpcb *inp, struct sockaddr_in6 *sin6, struct lwp *l) function in typeref:typename:int
361 error = in6pcb_bind_port(inp, sin6, l);
534 if ((error = in6pcb_bind_port(inp, &lsin, l)) != 0)

Completed in 61 milliseconds