Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/libipf/
H A Dgetnattype.c24 static char unknownbuf[20]; in getnattype() local
63 snprintf(unknownbuf, sizeof(unknownbuf), "unknown(%04x)", in getnattype()
65 which = unknownbuf; in getnattype()