freebsd-skq/sys/netpfil/ipfw/nat64
bz b9dc578442 Try to fix gcc compilation errors (which are right).
nat64_getlasthdr() returns an int, which can be -1 in case of error,
storing the result in an uint8_t and then comparing to < 0 is not
helpful.  Do what is done in the rest of the code and make proto an
int here as well.
2016-08-18 10:26:15 +00:00
..
ip_fw_nat64.c
ip_fw_nat64.h
nat64_translate.c Try to fix gcc compilation errors (which are right). 2016-08-18 10:26:15 +00:00
nat64_translate.h
nat64lsn_control.c Use %ju to print unsigned 64-bit value. 2016-08-13 22:14:16 +00:00
nat64lsn.c
nat64lsn.h
nat64stl_control.c
nat64stl.c
nat64stl.h