Home
last modified time | relevance | path

Searched refs:typecookie (Results 1 – 25 of 68) sorted by relevance

123

/NextBSD/sys/netgraph/
HDng_message.h66 u_int32_t typecookie; /* node's type cookie */ member
387 (msg)->header.typecookie = (cookie); \
407 (rsp)->header.typecookie = (msg)->header.typecookie; \
426 (copy)->header.typecookie = (msg)->header.typecookie; \
HDng_hub.c106 if (msg->header.typecookie == NGM_HUB_COOKIE && in ng_hub_rcvmsg()
HDng_socket.c276 if (msg->header.typecookie == NGM_GENERIC_COOKIE && in ngc_send()
316 msg->header.typecookie, in ngc_send()
919 msg->header.typecookie, in ngs_rcvmsg()
926 if (msg->header.typecookie == NGM_SOCKET_COOKIE) { in ngs_rcvmsg()
HDng_hole.c155 switch (msg->header.typecookie) { in ngh_rcvmsg()
HDng_UI.c143 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) { in ng_UI_rcvmsg()
HDng_gif_demux.c280 switch (msg->header.typecookie) { in ng_gif_demux_rcvmsg()
HDng_sample.c268 switch (msg->header.typecookie) { in ng_xxx_rcvmsg()
HDng_sppp.c321 switch (msg->header.typecookie) { in ng_sppp_rcvmsg()
HDng_etf.c256 switch (msg->header.typecookie) { in ng_etf_rcvmsg()
HDng_tcpmss.c184 switch (msg->header.typecookie) { in ng_tcpmss_rcvmsg()
HDng_tee.c216 switch (msg->header.typecookie) { in ng_tee_rcvmsg()
HDng_device.c211 if (msg->header.typecookie == NGM_DEVICE_COOKIE) { in ng_device_rcvmsg()
HDng_gif.c398 switch (msg->header.typecookie) { in ng_gif_rcvmsg()
HDng_rfc1490.c221 if (msg->header.typecookie == NGM_RFC1490_COOKIE) { in ng_rfc1490_rcvmsg()
HDng_tty.c256 switch (msg->header.typecookie) { in ngt_rcvmsg()
HDng_bpf.c312 switch (msg->header.typecookie) { in ng_bpf_rcvmsg()
HDng_base.c2434 if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) && in ng_apply_item()
2515 if (msg->header.typecookie != NGM_GENERIC_COOKIE) { in ng_generic_msg()
2802 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2808 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2895 binary->header.typecookie = c->cookie; in ng_generic_msg()
HDng_one2many.c262 switch (msg->header.typecookie) { in ng_one2many_rcvmsg()
/NextBSD/lib/libnetgraph/
HDdebug.c247 NgCookie(msg->header.typecookie), msg->header.typecookie); in _NgDebugMsg()
HDmsg.c74 msg.header.typecookie = cookie; in NgSendMsg()
/NextBSD/sys/netgraph/bluetooth/l2cap/
HDng_l2cap_main.c261 switch (msg->header.typecookie) { in ng_l2cap_lower_rcvmsg()
383 switch (msg->header.typecookie) { in ng_l2cap_upper_rcvmsg()
481 switch (msg->header.typecookie) { in ng_l2cap_default_rcvmsg()
/NextBSD/libexec/pppoed/
HDpppoed.c393 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in Spawn()
395 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in Spawn()
/NextBSD/usr.sbin/ppp/
HDether.c253 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in ether_MessageIn()
255 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in ether_MessageIn()
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_main.c283 switch (msg->header.typecookie) { in ng_hci_default_rcvmsg()
647 switch (NGI_MSG(item)->header.typecookie) { in ng_hci_upper_rcvmsg()
/NextBSD/sys/netgraph/atm/sscfu/
HDng_sscfu.c224 switch (msg->header.typecookie) { in ng_sscfu_rcvmsg()

123