Searched defs:hook (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-11-stable/stand/lua/
H A Dhook.lua[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_ip_input.c118 ngipi_rcvdata(hook_p hook, item_p item) argument
135 ngipi_disconnect(hook_p hook) argument
H A Dng_echo.c101 nge_rcvdata(hook_p hook, item_p item) argument
113 nge_disconnect(hook_p hook) argument
H A Dng_ether_echo.c105 ngee_rcvdata(hook_p hook, item_p item) argument
137 ngee_disconnect(hook_p hook) argument
H A Dng_split.c102 ng_split_newhook(node_p node, hook_p hook, const char *name) argument
128 ng_split_rcvdata(hook_p hook, item_p item) argument
165 ng_split_disconnect(hook_p hook) argument
[all...]
H A Dng_UI.c115 ng_UI_newhook(node_p node, hook_p hook, const char *name) argument
168 ng_UI_rcvdata(hook_p hook, item_p item) argument
225 ng_UI_disconnect(hook_p hook) argument
[all...]
H A Dng_hole.c130 ngh_newhook(node_p node, hook_p hook, const char *name) argument
152 hook_p hook; local
205 ngh_rcvdata(hook_p hook, item_p item) argument
219 ngh_disconnect(hook_p hook) argument
[all...]
H A Dng_hub.c118 ng_hub_rcvdata(hook_p hook, item_p item) argument
164 ng_hub_disconnect(hook_p hook) argument
H A Dng_lmi.h68 u_char hook[12]; /* Active hook */ member in struct:nglmistat
H A Dng_atmllc.c117 ng_atmllc_newhook(node_p node, hook_p hook, const char *name) argument
146 ng_atmllc_rcvdata(hook_p hook, item_p item) argument
250 ng_atmllc_disconnect(hook_p hook) argument
[all...]
H A Dng_gif_demux.c186 get_iffam_from_hook(priv_p priv, hook_p hook) argument
249 ng_gif_demux_newhook(node_p node, hook_p hook, const char *name) argument
304 ng_gif_demux_rcvdata(hook_p hook, item_p item) argument
381 ng_gif_demux_disconnect(hook_p hook) argument
[all...]
/freebsd-11-stable/usr.sbin/ctladm/
H A Dutil.c66 iget(void *hook, char *name) argument
89 cget(void *hook, char *name) argument
/freebsd-11-stable/tests/sys/netgraph/
H A Dhub.c203 char hook[20]; local
H A Dbridge.c287 char hook[20]; local
358 char hook[20]; local
[all...]
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlist.cc124 _List_node_base::hook(_List_node_base* const __position) function in class:_List_node_base
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.c339 ng_l2cap_process_command_timeout(node_p node, hook_p hook, void *arg1, int arg2) argument
H A Dng_l2cap_main.c164 ng_l2cap_newhook(node_p node, hook_p hook, char const *name) argument
191 ng_l2cap_connect(hook_p hook) argument
222 ng_l2cap_disconnect(hook_p hook) argument
703 ng_l2cap_rcvdata(hook_p hook, item_p item) argument
[all...]
H A Dng_l2cap_llpi.c871 ng_l2cap_process_lp_timeout(node_p node, hook_p hook, void *arg1, int con_handle) argument
914 ng_l2cap_process_discon_timeout(node_p node, hook_p hook, void *arg1, int con_handle) argument
/freebsd-11-stable/usr.sbin/ngctl/
H A Dwrite.c67 const char *hook; local
/freebsd-11-stable/sbin/camcontrol/
H A Dutil.c66 iget(void *hook, char *name) argument
89 cget(void *hook, char *name) argument
/freebsd-11-stable/sys/kern/
H A Dsubr_autoconf.c180 config_intrhook_establish(struct intr_config_hook *hook) argument
225 config_intrhook_disestablish(struct intr_config_hook *hook) argument
[all...]
/freebsd-11-stable/lib/libnetgraph/
H A Dsock.c216 NgRecvData(int ds, u_char * buf, size_t len, char *hook) argument
253 NgAllocRecvData(int ds, u_char **buf, char *hook) argument
273 NgSendData(int ds, const char *hook, const u_char * buf, size_t len) argument
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4_var.h95 hook_p hook; /* Upstream hook */ member in struct:ng_h4_info
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c182 ng_hci_newhook(node_p node, hook_p hook, char const *name) argument
211 ng_hci_connect(hook_p hook) argument
239 ng_hci_disconnect(hook_p hook) argument
686 ng_hci_drv_rcvdata(hook_p hook, item_p item) argument
769 ng_hci_acl_rcvdata(hook_p hook, item_p item) argument
886 ng_hci_sco_rcvdata(hook_p hook, item_p item) argument
1005 ng_hci_raw_rcvdata(hook_p hook, item_p item) argument
[all...]
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_btsocket_sco.h49 struct ng_hook *hook; /* downstream hook */ member in struct:ng_btsocket_sco_rtentry

Completed in 157 milliseconds

123456