Searched defs:NG_HOOKSIZ (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/netgraph/
H A Dng_message.h50 #define NG_HOOKSIZ 32 /* max hook name len (including null) */ macro
H A Dng_bridge.c419 snprintf(NG_HOOK_NAME(hook), NG_HOOKSIZ, "%s%u", pfx->prefix, local
H A Dng_base.c1096 strlcpy(NG_HOOK_NAME(hook), name, NG_HOOKSIZ); local
1509 strlcpy(NG_HOOK_NAME(hook2), name2, NG_HOOKSIZ); local

Completed in 104 milliseconds