Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_mod.h105 #define DLL_LEN 32 macro
107 char name[DLL_LEN]; /* Name of module. */
H A Dalias_mod.c135 if (!strncmp(b->name, p->name, DLL_LEN)) in attach_dll()
151 if (!strncmp(b->name, p, DLL_LEN)) { in detach_dll()
H A Dalias.c1722 strncpy(t->name, p->name, DLL_LEN); in LibAliasLoadModule()