Searched refs:ng_rcvmsg_t (Results 1 – 25 of 61) sorted by relevance
123
| /f-stack/freebsd/netgraph/ |
| H A D | ng_echo.c | 61 static ng_rcvmsg_t nge_rcvmsg;
|
| H A D | ng_ether_echo.c | 65 static ng_rcvmsg_t ngee_rcvmsg;
|
| H A D | ng_hub.c | 55 static ng_rcvmsg_t ng_hub_rcvmsg;
|
| H A D | ng_hole.c | 100 static ng_rcvmsg_t ngh_rcvmsg;
|
| H A D | ng_UI.c | 72 static ng_rcvmsg_t ng_UI_rcvmsg;
|
| H A D | netgraph.h | 98 typedef int ng_rcvmsg_t(node_p node, item_p item, hook_p lasthook); typedef 117 ng_rcvmsg_t *hk_rcvmsg; /* control messages come here */ 174 ng_rcvmsg_t *val, char * file, int line); 229 _ng_hook_set_rcvmsg(hook_p hook, ng_rcvmsg_t *val, char * file, int line) in _ng_hook_set_rcvmsg() 1074 ng_rcvmsg_t *rcvmsg; /* control messages come here */
|
| H A D | ng_atmllc.c | 74 static ng_rcvmsg_t ng_atmllc_rcvmsg;
|
| H A D | ng_gif_demux.c | 128 static ng_rcvmsg_t ng_gif_demux_rcvmsg;
|
| H A D | ng_sample.c | 72 static ng_rcvmsg_t ng_xxx_rcvmsg;
|
| H A D | ng_sppp.c | 68 static ng_rcvmsg_t ng_sppp_rcvmsg;
|
| H A D | ng_tcpmss.c | 76 static ng_rcvmsg_t ng_tcpmss_rcvmsg;
|
| H A D | ng_etf.c | 69 static ng_rcvmsg_t ng_etf_rcvmsg;
|
| H A D | ng_tee.c | 84 static ng_rcvmsg_t ng_tee_rcvmsg;
|
| H A D | ng_device.c | 72 static ng_rcvmsg_t ng_device_rcvmsg;
|
| H A D | ng_rfc1490.c | 116 static ng_rcvmsg_t ng_rfc1490_rcvmsg;
|
| H A D | ng_tty.c | 103 static ng_rcvmsg_t ngt_rcvmsg;
|
| H A D | ng_gif.c | 118 static ng_rcvmsg_t ng_gif_rcvmsg;
|
| H A D | ng_bpf.c | 101 static ng_rcvmsg_t ng_bpf_rcvmsg;
|
| H A D | ng_one2many.c | 84 static ng_rcvmsg_t ng_one2many_rcvmsg;
|
| H A D | ng_tag.c | 118 static ng_rcvmsg_t ng_tag_rcvmsg;
|
| H A D | ng_async.c | 98 static ng_rcvmsg_t nga_rcvmsg;
|
| /f-stack/freebsd/netgraph/bluetooth/l2cap/ |
| H A D | ng_l2cap_main.c | 76 static ng_rcvmsg_t ng_l2cap_lower_rcvmsg; 77 static ng_rcvmsg_t ng_l2cap_upper_rcvmsg; 78 static ng_rcvmsg_t ng_l2cap_default_rcvmsg;
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 99 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 */ 175 ng_rcvmsg_t *val, char * file, int line); 230 _ng_hook_set_rcvmsg(hook_p hook, ng_rcvmsg_t *val, char * file, int line) in _ng_hook_set_rcvmsg() 1078 ng_rcvmsg_t *rcvmsg; /* control messages come here */
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_main.c | 74 static ng_rcvmsg_t ng_hci_default_rcvmsg; 75 static ng_rcvmsg_t ng_hci_upper_rcvmsg;
|
| /f-stack/freebsd/netgraph/atm/sscfu/ |
| H A D | ng_sscfu.c | 143 static ng_rcvmsg_t ng_sscfu_rcvmsg;
|
123