Home
last modified time | relevance | path

Searched refs:ng_rcvmsg_t (Results 1 – 25 of 78) sorted by relevance

1234

/dragonfly/sys/netgraph/echo/
H A Dng_echo.c58 static ng_rcvmsg_t nge_rcvmsg;
/dragonfly/sys/netgraph7/echo/
H A Dng_echo.c62 static ng_rcvmsg_t nge_rcvmsg;
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_main.c74 static ng_rcvmsg_t ng_l2cap_lower_rcvmsg;
75 static ng_rcvmsg_t ng_l2cap_upper_rcvmsg;
76 static ng_rcvmsg_t ng_l2cap_default_rcvmsg;
/dragonfly/sys/netgraph/
H A Dnetgraph.h175 typedef int ng_rcvmsg_t(node_p node, struct ng_mesg *msg, typedef
207 ng_rcvmsg_t *rcvmsg; /* control messages come here */
H A Dng_sample.c63 static ng_rcvmsg_t ng_xxx_rcvmsg;
/dragonfly/sys/netgraph7/
H A Dnetgraph.h99 typedef int ng_rcvmsg_t(node_p node, item_p item, hook_p lasthook); typedef
118 ng_rcvmsg_t *hk_rcvmsg; /* control messages come here */
172 ng_rcvmsg_t *val, char * file, int line);
224 _ng_hook_set_rcvmsg(hook_p hook, ng_rcvmsg_t *val, char * file, int line) in _ng_hook_set_rcvmsg()
1057 ng_rcvmsg_t *rcvmsg; /* control messages come here */
H A Dng_gif_demux.c125 static ng_rcvmsg_t ng_gif_demux_rcvmsg;
H A Dng_sample.c73 static ng_rcvmsg_t ng_xxx_rcvmsg;
H A Dng_sppp.c66 static ng_rcvmsg_t ng_sppp_rcvmsg;
H A Dng_device.c67 static ng_rcvmsg_t ng_device_rcvmsg;
H A Dng_gif.c116 static ng_rcvmsg_t ng_gif_rcvmsg;
/dragonfly/sys/netgraph7/hole/
H A Dng_hole.c101 static ng_rcvmsg_t ngh_rcvmsg;
/dragonfly/sys/netgraph/UI/
H A Dng_UI.c70 static ng_rcvmsg_t ng_UI_rcvmsg;
/dragonfly/sys/netgraph7/UI/
H A Dng_UI.c71 static ng_rcvmsg_t ng_UI_rcvmsg;
/dragonfly/sys/netgraph/rfc1490/
H A Dng_rfc1490.c90 static ng_rcvmsg_t ng_rfc1490_rcvmsg;
/dragonfly/sys/netgraph/tee/
H A Dng_tee.c81 static ng_rcvmsg_t ngt_rcvmsg;
/dragonfly/sys/netgraph7/tcpmss/
H A Dng_tcpmss.c74 static ng_rcvmsg_t ng_tcpmss_rcvmsg;
/dragonfly/sys/netgraph/etf/
H A Dng_etf.c65 static ng_rcvmsg_t ng_etf_rcvmsg;
/dragonfly/sys/netgraph7/tee/
H A Dng_tee.c84 static ng_rcvmsg_t ng_tee_rcvmsg;
/dragonfly/sys/netgraph/one2many/
H A Dng_one2many.c82 static ng_rcvmsg_t ng_one2many_rcvmsg;
/dragonfly/sys/netgraph7/etf/
H A Dng_etf.c68 static ng_rcvmsg_t ng_etf_rcvmsg;
/dragonfly/sys/netgraph/bpf/
H A Dng_bpf.c83 static ng_rcvmsg_t ng_bpf_rcvmsg;
/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_main.c74 static ng_rcvmsg_t ng_hci_default_rcvmsg;
75 static ng_rcvmsg_t ng_hci_upper_rcvmsg;
/dragonfly/sys/netgraph/eiface/
H A Dng_eiface.c101 static ng_rcvmsg_t ng_eiface_rcvmsg;
/dragonfly/sys/netgraph7/eiface/
H A Dng_eiface.c95 static ng_rcvmsg_t ng_eiface_rcvmsg;

1234