Searched refs:in_pcbinshash (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_pcb.h | 929 extern int in_pcbinshash(struct inpcb *, struct sockaddr *, int);
|
| H A D | in_pcb.c | 1322 if (in_pcbinshash(inp, remote, 1) != 0) { in in_pcbbind() 2715 in_pcbinshash(struct inpcb *inp, struct sockaddr *remote, int locked) in in_pcbinshash() function 4679 if (in_pcbinshash(inp, remote, 1) != 0) { in in_pcbsetport()
|
| H A D | tcp_input.c | 2438 if (in_pcbinshash(inp, SA(&from), 0) != 0) { in tcp_create_server_socket()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_pcb.c | 591 if (in_pcbinshash(inp, remote, 1) != 0) { in in6_pcbbind()
|
| H A D | in6_src.c | 1814 if (in_pcbinshash(inp, remote, 1) != 0) { in in6_pcbsetport()
|