Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c1002 #define HOST_ERROR(stage) ALLOC_ERROR(stage, 1) macro
1026 return (HOST_ERROR(1)); in nat64lsn_alloc_host()
1033 return (HOST_ERROR(2)); in nat64lsn_alloc_host()
1040 return (HOST_ERROR(3)); in nat64lsn_alloc_host()
1083 return (HOST_ERROR(4)); in nat64lsn_alloc_host()
1091 return (HOST_ERROR(0)); in nat64lsn_alloc_host()
1293 if (nat64lsn_alloc_host(cfg, ji) != HOST_ERROR(0)) in nat64lsn_do_request()