Searched refs:pbuf_contig_segment (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | nat464_utils.c | 597 p_ip6_frag = (struct ip6_frag *)pbuf_contig_segment(pbuf, in nat464_insert_frag46() 646 p_frag6 = (struct ip6_frag *)pbuf_contig_segment(pbuf, in nat464_translate_64() 861 struct udphdr *uh = (struct udphdr *)pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 882 struct tcphdr *th = (struct tcphdr *)pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 929 icmph = (struct icmp*) pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 949 iph2 = (struct ip*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto() 999 icmp6h = (struct icmp6_hdr*) pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 1019 iph2 = (struct ip6_hdr*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto()
|
| H A D | pf_pbuf.h | 98 void * pbuf_contig_segment(pbuf_t *, int off, int len);
|
| H A D | pf_pbuf.c | 307 pbuf_contig_segment(pbuf_t *pbuf, int off, int len) in pbuf_contig_segment() function
|
| H A D | pf.c | 4729 icmp = (struct icmp *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv6() 4774 icmp6 = (struct icmp6_hdr *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv4() 4788 uh = (struct udphdr *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv4()
|