Home
last modified time | relevance | path

Searched refs:nat64_getlasthdr (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/nat64/
HDnat64_translate.h140 int nat64_getlasthdr(struct mbuf *m, int *offset);
HDnat64clat.c158 proto = nat64_getlasthdr(m, &hlen); in nat64clat_handle_icmp6()
HDnat64stl.c158 proto = nat64_getlasthdr(m, &hlen); in nat64stl_handle_icmp6()
HDnat64_translate.c652 proto = nat64_getlasthdr(m, &len); in nat64_icmp6_reflect()
1180 nat64_getlasthdr(struct mbuf *m, int *offset) in nat64_getlasthdr() function
1353 proto = nat64_getlasthdr(m, &hlen); in nat64_handle_icmp6()
1603 proto = nat64_getlasthdr(m, &hlen); in nat64_do_handle_ip6()
HDnat64lsn.c1508 proto = nat64_getlasthdr(*mp, &offset); in nat64lsn_translate6()