Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtoecore.c76 static eventhandler_tag lle_event_eh; variable
546 lle_event_eh = EVENTHANDLER_REGISTER(lle_event, toe_lle_event, NULL, in toecore_load()
564 EVENTHANDLER_DEREGISTER(lle_event, lle_event_eh); in toecore_unload()
/f-stack/freebsd/netinet6/
H A Dnd6.c120 static eventhandler_tag lle_event_eh, iflladdr_event_eh, ifnet_link_event_eh; variable
235 lle_event_eh = EVENTHANDLER_REGISTER(lle_event, nd6_lle_event, in nd6_init()
253 EVENTHANDLER_DEREGISTER(lle_event, lle_event_eh); in nd6_destroy()