Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Din6_private.h289 } in6_evhdlr_code_t; typedef
292 in6_evhdlr_code_t in6_event_code;
298 extern void in6_eventhdlr_callback(struct eventhandler_entry_arg, in6_evhdlr_code_t,
300 extern void in6_event_enqueue_nwk_wq_entry(in6_evhdlr_code_t,
303 typedef void (*in6_event_fn) (struct eventhandler_entry_arg, in6_evhdlr_code_t,
307 extern const char *in6_evhdlr_code2str(in6_evhdlr_code_t);
H A Din6.c4476 in6_evhdlr_code_t in6_event_code;
4523 in6_evhdlr_code_t in6_ev_code, struct ifnet *ifp, in in6_eventhdlr_callback()
4579 in6_event_enqueue_nwk_wq_entry(in6_evhdlr_code_t in6_event_code, in in6_event_enqueue_nwk_wq_entry()
4604 in6_evhdlr_code2str(in6_evhdlr_code_t code) in in6_evhdlr_code2str()