Home
last modified time | relevance | path

Searched refs:lasthook (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/usr.sbin/ppp/
H A Dnetgraph.c466 char lasthook[NG_HOOKSIZ]; in ng_Create() local
495 *lasthook = *path = '\0'; in ng_Create()
502 if (*lasthook == '\0') { in ng_Create()
525 strcpy(hook, lasthook); in ng_Create()
548 if (*lasthook == '\0') { in ng_Create()
610 if (!strcmp(nlink->ourhook, lasthook)) { in ng_Create()
632 snprintf(mkp.ourhook, sizeof mkp.ourhook, "%s", lasthook); in ng_Create()
647 path[len - 1] == ':' ? "" : ".", lasthook); in ng_Create()
669 if (*lasthook != '\0' && nodename != NULL && *nodename != '\0' && in ng_Create()
677 if (!GETSEGMENT(lasthook, devp, " \t.[", &endp)) in ng_Create()
[all …]
/freebsd/sys/netgraph/
H A Dng_UI.c133 ng_UI_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_UI_rcvmsg() argument
140 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) { in ng_UI_rcvmsg()
141 if (lasthook == priv->downlink) { in ng_UI_rcvmsg()
H A Dng_tee.c212 ng_tee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_tee_rcvmsg() argument
264 if (lasthook == sc->left.hook || lasthook == sc->right.hook) { in ng_tee_rcvmsg()
265 hi_p const hinfo = NG_HOOK_PRIVATE(lasthook); in ng_tee_rcvmsg()
H A Dng_echo.c84 nge_rcvmsg(node_p node, item_p item, hook_p lasthook) in nge_rcvmsg() argument
H A Dng_one2many.c252 ng_one2many_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_one2many_rcvmsg() argument
371 if (lasthook == NULL) in ng_one2many_rcvmsg()
374 linkNum = (intptr_t)NG_HOOK_PRIVATE(lasthook); in ng_one2many_rcvmsg()
H A Dng_ether_echo.c88 ngee_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngee_rcvmsg() argument
H A Dng_vlan.c251 ng_vlan_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vlan_rcvmsg() argument
485 if (lasthook == NULL) in ng_vlan_rcvmsg()
487 if (lasthook != priv->downstream_hook) in ng_vlan_rcvmsg()
H A Dng_hub.c98 ng_hub_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hub_rcvmsg() argument
H A Dng_base.c224 static int ng_generic_msg(node_p here, item_p item, hook_p lasthook);
244 node_p *dest, hook_p *lasthook);
1729 hook_p *lasthook) in ng_path2noderef() argument
1773 if (lasthook != NULL) in ng_path2noderef()
1774 *lasthook = NULL; in ng_path2noderef()
1836 if (lasthook != NULL) { in ng_path2noderef()
1838 *lasthook = NG_HOOK_PEER(hook); in ng_path2noderef()
1839 NG_HOOK_REF(*lasthook); in ng_path2noderef()
1841 *lasthook = NULL; in ng_path2noderef()
2512 ng_generic_msg(node_p here, item_p item, hook_p lasthook) in ng_generic_msg() argument
[all …]
H A Dng_hole.c144 ngh_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngh_rcvmsg() argument
H A Dng_gif_demux.c273 ng_gif_demux_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_demux_rcvmsg() argument
H A Dng_sample.c257 ng_xxx_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_xxx_rcvmsg() argument
H A Dng_etf.c245 ng_etf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_etf_rcvmsg() argument
H A Dng_tcpmss.c182 (node_p node, item_p item, hook_p lasthook) in ng_tcpmss_rcvmsg() argument
H A Dng_rfc1490.c210 ng_rfc1490_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_rfc1490_rcvmsg() argument
H A Dng_vlan_rotate.c218 ng_vlanrotate_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vlanrotate_rcvmsg() argument
H A Dng_gif.c391 ng_gif_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_gif_rcvmsg() argument
H A Dng_tty.c246 ngt_rcvmsg(node_p node, item_p item, hook_p lasthook) in ngt_rcvmsg() argument
H A Dng_bpf.c302 ng_bpf_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_bpf_rcvmsg() argument
H A Dng_bridge.c527 ng_bridge_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_bridge_rcvmsg() argument
679 ? lasthook in ng_bridge_rcvmsg()
H A Dng_tag.c347 ng_tag_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_tag_rcvmsg() argument
H A Dng_vjc.c289 ng_vjc_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_vjc_rcvmsg() argument
H A Dng_async.c253 nga_rcvmsg(node_p node, item_p item, hook_p lasthook) in nga_rcvmsg() argument
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c256 ng_l2cap_lower_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_lower_rcvmsg() argument
364 return (ng_l2cap_default_rcvmsg(node, item, lasthook)); in ng_l2cap_lower_rcvmsg()
378 ng_l2cap_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_upper_rcvmsg() argument
453 return (ng_l2cap_default_rcvmsg(node, item, lasthook)); in ng_l2cap_upper_rcvmsg()
459 return (ng_l2cap_default_rcvmsg(node, item, lasthook)); in ng_l2cap_upper_rcvmsg()
473 ng_l2cap_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_l2cap_default_rcvmsg() argument
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c291 ng_hci_default_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_default_rcvmsg() argument
662 ng_hci_upper_rcvmsg(node_p node, item_p item, hook_p lasthook) in ng_hci_upper_rcvmsg() argument
671 error = ng_hci_lp_con_req(unit, item, lasthook); in ng_hci_upper_rcvmsg()
675 error = ng_hci_lp_discon_req(unit, item, lasthook); in ng_hci_upper_rcvmsg()
679 error = ng_hci_lp_con_rsp(unit, item, lasthook); in ng_hci_upper_rcvmsg()
683 error = ng_hci_lp_qos_req(unit, item, lasthook); in ng_hci_upper_rcvmsg()
687 error = ng_hci_default_rcvmsg(node, item, lasthook); in ng_hci_upper_rcvmsg()
693 error = ng_hci_default_rcvmsg(node, item, lasthook); in ng_hci_upper_rcvmsg()

123