Searched refs:pbuf_contig_segment (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.101.15/bsd/net/ |
| H A D | nat464_utils.c | 603 p_ip6_frag = (struct ip6_frag *)pbuf_contig_segment(pbuf, in nat464_insert_frag46() 652 p_frag6 = (struct ip6_frag *)pbuf_contig_segment(pbuf, in nat464_translate_64() 867 struct udphdr *uh = (struct udphdr *)pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 888 struct tcphdr *th = (struct tcphdr *)pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 935 icmph = (struct icmp*) pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 955 iph2 = (struct ip*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto() 1005 icmp6h = (struct icmp6_hdr*) pbuf_contig_segment(pbuf, hlen, in nat464_translate_proto() 1025 iph2 = (struct ip6_hdr*) pbuf_contig_segment(pbuf, ip2off, in nat464_translate_proto()
|
| H A D | pf_pbuf.h | 100 void * pbuf_contig_segment(pbuf_t *, int off, int len);
|
| H A D | pf_pbuf.c | 310 pbuf_contig_segment(pbuf_t *pbuf, int off, int len) in pbuf_contig_segment() function
|
| H A D | pf.c | 4844 icmp = (struct icmp *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv6() 4889 icmp6 = (struct icmp6_hdr *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv4() 4903 uh = (struct udphdr *)pbuf_contig_segment(pbuf, hlen, in pf_nat64_ipv4()
|