Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1022 #define ALLOC_ERROR(stage, type) ((stage) ? 10 * (type) + (stage): 0) macro
1023 #define HOST_ERROR(stage) ALLOC_ERROR(stage, 1)
1024 #define PG_ERROR(stage) ALLOC_ERROR(stage, 2)