Home
last modified time | relevance | path

Searched refs:in_pcbinshash (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Din_pcb.h856 extern int in_pcbinshash(struct inpcb *, struct sockaddr *, int);
H A Din_pcb.c1362 if (in_pcbinshash(inp, remote, 1) != 0) { in in_pcbbind()
2757 in_pcbinshash(struct inpcb *inp, struct sockaddr *remote, int locked) in in_pcbinshash() function
H A Dtcp_input.c2818 if (in_pcbinshash(inp, SA(&from), 0) != 0) { in tcp_input()
/xnu-11417.140.69/bsd/netinet6/
H A Din6_pcb.c591 if (in_pcbinshash(inp, remote, 1) != 0) { in in6_pcbbind()
H A Din6_src.c1814 if (in_pcbinshash(inp, remote, 1) != 0) { in in6_pcbsetport()