Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h140 int nat64_getlasthdr(struct mbuf *m, int *offset);
H A Dnat64clat.c157 proto = nat64_getlasthdr(m, &hlen); in nat64clat_handle_icmp6()
H A Dnat64stl.c157 proto = nat64_getlasthdr(m, &hlen); in nat64stl_handle_icmp6()
H A Dnat64_translate.c653 proto = nat64_getlasthdr(m, &len); in nat64_icmp6_reflect()
1181 nat64_getlasthdr(struct mbuf *m, int *offset) in nat64_getlasthdr() function
1354 proto = nat64_getlasthdr(m, &hlen); in nat64_handle_icmp6()
1604 proto = nat64_getlasthdr(m, &hlen); in nat64_do_handle_ip6()
H A Dnat64lsn.c1507 proto = nat64_getlasthdr(*mp, &offset); in nat64lsn_translate6()