Home
last modified time | relevance | path

Searched defs:iphdr (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_gif.c107 struct ip iphdr; /* capsule IP header, host byte ordered */ in in_gif_output() local
/xnu-12377.41.6/bsd/netinet6/
H A Dah_core.c570 struct ip iphdr; in ah4_calccksum() local
/xnu-12377.41.6/bsd/net/
H A Dif_ports_used.c1845 struct ip iphdr = {}; in if_ports_used_match_mbuf() local
H A Dbpf.c3832 struct ip iphdr; in get_ip_trunc_len() local
H A Dpf.c6466 struct ip *__single iphdr = pbuf->pb_data; in pf_test_dummynet() local
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c3734 update_flow_info(struct __kern_packet *pkt, void *iphdr, void *tcphdr, uint16_t payload_sz) in update_flow_info()