Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Ddlil.c1158 ifnet_get_detach_notify_locked(ifnet_t ifp, ifnet_detach_notify_cb_t *notifyp, void **argp) in ifnet_get_detach_notify_locked() argument
1161 *notifyp = ifp->if_detach_notify; in ifnet_get_detach_notify_locked()
1176 ifnet_get_detach_notify(ifnet_t ifp, ifnet_detach_notify_cb_t *notifyp, void **argp) in ifnet_get_detach_notify() argument
1179 ifnet_get_detach_notify_locked(ifp, notifyp, argp); in ifnet_get_detach_notify()