Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_mod.h120 int attach_dll(struct dll *);
H A Dalias_mod.c130 attach_dll(struct dll *p) in attach_dll() function
H A Dalias.c1724 if (attach_dll(t) == EEXIST) { in LibAliasLoadModule()