Home
last modified time | relevance | path

Searched refs:inp_restricted_recv (Results 1 – 8 of 8) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Din6_pcb.c1400 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash_exists()
1440 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash_exists()
1513 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash()
1551 if (inp_restricted_recv(inp, ifp)) { in in6_pcblookup_hash()
H A Draw_ip6.c195 if (inp_restricted_recv(in6p, ifp)) { in rip6_input()
H A Dudp6_usrreq.c363 if (inp_restricted_recv(in6p, ifp)) { in udp6_input()
H A Dicmp6.c2174 if (inp_restricted_recv(in6p, ifp)) { in icmp6_rip6_input()
/xnu-11215.1.10/bsd/netinet/
H A Din_pcb.c2503 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash_exists()
2545 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash_exists()
2629 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash()
2672 if (inp_restricted_recv(inp, ifp)) { in in_pcblookup_hash()
4105 inp_restricted_recv(struct inpcb *inp, struct ifnet *ifp) in inp_restricted_recv() function
H A Din_pcb.h916 extern boolean_t inp_restricted_recv(struct inpcb *, struct ifnet *);
H A Draw_ip.c290 if (inp_restricted_recv(inp, ifp)) { in rip_input_inner()
H A Dudp_usrreq.c443 if (inp_restricted_recv(inp, ifp)) { in udp_input()