Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dsignature.c36 { CANT_ALLOCATE_COPY, "can't allocate memory"},
154 return (CANT_ALLOCATE_COPY); in signature_verify()
H A Dsignature.h24 #define CANT_ALLOCATE_COPY 2 macro