Home
last modified time | relevance | path

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

/freebsd/lib/libnetgraph/
H A Dinternal.h64 extern void (*_NgLogx)(const char *fmt, ...);
67 #define NGLOGX (*_NgLogx)
H A Ddebug.c115 void (*_NgLogx) (const char *fmt,...) = warnx; variable
206 _NgLogx = logx; in NgSetErrLog()