Searched refs:ng_rcvdata_t (Results 1 – 25 of 65) sorted by relevance
123
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ip_input.c | 95 static ng_rcvdata_t ngipi_rcvdata;
|
| H A D | ng_ppp.c | 238 static ng_rcvdata_t ng_ppp_rcvdata; 241 static ng_rcvdata_t ng_ppp_rcvdata_inet; 243 static ng_rcvdata_t ng_ppp_rcvdata_ipv6; 244 static ng_rcvdata_t ng_ppp_rcvdata_ipx; 245 static ng_rcvdata_t ng_ppp_rcvdata_atalk; 246 static ng_rcvdata_t ng_ppp_rcvdata_bypass; 248 static ng_rcvdata_t ng_ppp_rcvdata_vjc_ip; 249 static ng_rcvdata_t ng_ppp_rcvdata_vjc_comp; 256 static ng_rcvdata_t ng_ppp_rcvdata_encrypt; 257 static ng_rcvdata_t ng_ppp_rcvdata_decrypt; [all …]
|
| H A D | ng_echo.c | 62 static ng_rcvdata_t nge_rcvdata;
|
| H A D | ng_ether_echo.c | 66 static ng_rcvdata_t ngee_rcvdata;
|
| H A D | ng_split.c | 52 static ng_rcvdata_t ng_split_rcvdata;
|
| H A D | ng_hub.c | 57 static ng_rcvdata_t ng_hub_rcvdata;
|
| H A D | ng_hole.c | 102 static ng_rcvdata_t ngh_rcvdata;
|
| H A D | ng_UI.c | 75 static ng_rcvdata_t ng_UI_rcvdata;
|
| H A D | netgraph.h | 99 typedef int ng_rcvdata_t(hook_p hook, item_p item); typedef 118 ng_rcvdata_t *hk_rcvdata; /* data comes here */ 176 ng_rcvdata_t *val, char * file, int line); 236 _ng_hook_set_rcvdata(hook_p hook, ng_rcvdata_t *val, char * file, int line) in _ng_hook_set_rcvdata() 1080 ng_rcvdata_t *rcvdata; /* data comes here */
|
| H A D | ng_ipfw.c | 71 static ng_rcvdata_t ng_ipfw_rcvdata;
|
| H A D | ng_atmllc.c | 76 static ng_rcvdata_t ng_atmllc_rcvdata;
|
| H A D | ng_gif_demux.c | 131 static ng_rcvdata_t ng_gif_demux_rcvdata;
|
| H A D | ng_sample.c | 76 static ng_rcvdata_t ng_xxx_rcvdata;
|
| H A D | ng_sppp.c | 71 static ng_rcvdata_t ng_sppp_rcvdata;
|
| H A D | ng_tcpmss.c | 78 static ng_rcvdata_t ng_tcpmss_rcvdata;
|
| H A D | ng_etf.c | 72 static ng_rcvdata_t ng_etf_rcvdata; /* note these are both ng_rcvdata_t */
|
| H A D | ng_tee.c | 88 static ng_rcvdata_t ng_tee_rcvdata;
|
| H A D | ng_device.c | 75 static ng_rcvdata_t ng_device_rcvdata;
|
| H A D | ng_rfc1490.c | 119 static ng_rcvdata_t ng_rfc1490_rcvdata;
|
| /f-stack/freebsd/netgraph/bluetooth/hci/ |
| H A D | ng_hci_main.c | 76 static ng_rcvdata_t ng_hci_drv_rcvdata; 77 static ng_rcvdata_t ng_hci_acl_rcvdata; 78 static ng_rcvdata_t ng_hci_sco_rcvdata; 79 static ng_rcvdata_t ng_hci_raw_rcvdata;
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 278 static ng_rcvdata_t ng_ccatm_rcvdata; 296 static ng_rcvdata_t ng_ccatm_rcvuni; 297 static ng_rcvdata_t ng_ccatm_rcvdump; 298 static ng_rcvdata_t ng_ccatm_rcvmanage;
|
| /f-stack/freebsd/netgraph/atm/sscop/ |
| H A D | ng_sscop.c | 192 static ng_rcvdata_t ng_sscop_rcvlower; 193 static ng_rcvdata_t ng_sscop_rcvupper; 194 static ng_rcvdata_t ng_sscop_rcvmanage;
|
| /f-stack/freebsd/netgraph/atm/sscfu/ |
| H A D | ng_sscfu.c | 146 static ng_rcvdata_t ng_sscfu_rcvupper; 147 static ng_rcvdata_t ng_sscfu_rcvlower;
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 100 typedef int ng_rcvdata_t(hook_p hook, item_p item); typedef 119 ng_rcvdata_t *hk_rcvdata; /* data comes here */ 177 ng_rcvdata_t *val, char * file, int line); 237 _ng_hook_set_rcvdata(hook_p hook, ng_rcvdata_t *val, char * file, int line) in _ng_hook_set_rcvdata() 1084 ng_rcvdata_t *rcvdata; /* data comes here */
|
| /f-stack/freebsd/netgraph/atm/uni/ |
| H A D | ng_uni.c | 184 static ng_rcvdata_t ng_uni_rcvlower; 185 static ng_rcvdata_t ng_uni_rcvupper;
|
123