Home
last modified time | relevance | path

Searched refs:ip_proto_input (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Din_proto.c317 i = proto_register_input(PF_INET, ip_proto_input, NULL, 1); in in_dinit()
H A Dip_var.h371 extern void ip_proto_input(protocol_family_t protocol, mbuf_t packet_list);
H A Dip_input.c1659 ip_proto_input(protocol_family_t protocol, mbuf_t packet_list) in ip_proto_input() function
/xnu-12377.81.4/bsd/net/
H A Dpf.c4859 ip_proto_input(AF_INET, m); in pf_nat64_ipv6()