Searched refs:inp_restricted_recv (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/bsd/netinet6/ |
| H A D | in6_pcb.c | 1396 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash_exists() 1436 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash_exists() 1507 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash_locked() 1543 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash_locked()
|
| H A D | raw_ip6.c | 195 if (inp_restricted_recv(in6p, ifp)) { in rip6_input()
|
| H A D | udp6_usrreq.c | 365 if (inp_restricted_recv(in6p, ifp)) { in udp6_input()
|
| H A D | icmp6.c | 2174 if (inp_restricted_recv(in6p, ifp)) { in icmp6_rip6_input()
|
| /xnu-11417.140.69/bsd/netinet/ |
| H A D | in_pcb.c | 2499 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash_exists() 2541 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash_exists() 2619 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash_locked() 2659 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash_locked() 4122 inp_restricted_recv(struct inpcb *inp, struct ifnet *ifp) in inp_restricted_recv() function
|
| H A D | in_pcb.h | 925 extern boolean_t inp_restricted_recv(struct inpcb *, struct ifnet *);
|
| H A D | raw_ip.c | 292 if (inp_restricted_recv(inp, ifp)) { in rip_input_inner()
|
| H A D | udp_usrreq.c | 448 if (inp_restricted_recv(inp, ifp)) { in udp_input()
|