Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnat464_utils.c609 p_ip6_frag = (struct ip6_frag *)pbuf_contig_segment(pbuf, in nat464_insert_frag46()
658 p_frag6 = (struct ip6_frag *)pbuf_contig_segment(pbuf, in nat464_translate_64()
873 struct udphdr *uh = (struct udphdr *)pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto()
894 struct tcphdr *th = (struct tcphdr *)pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto()
941 icmph = (struct icmp*) pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto()
961 iph2 = (struct ip*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto()
1017 icmp6h = (struct icmp6_hdr*) pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto()
1037 iph2 = (struct ip6_hdr*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto()
H A Dpf_pbuf.h100 void * pbuf_contig_segment(pbuf_t *, int off, int len) __attribute__((warn_unused_result));
H A Dpf_pbuf.c325 pbuf_contig_segment(pbuf_t *pbuf, int off, int len) in pbuf_contig_segment() function
H A Dpf.c4847 icmp = (struct icmp *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv6()
4892 icmp6 = (struct icmp6_hdr *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv4()
4906 uh = (struct udphdr *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv4()