Home
last modified time | relevance | path

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

123

/f-stack/tools/compat/include/netgraph/
H A Dng_message.h68 u_int32_t typecookie; /* node's type cookie */ member
389 (msg)->header.typecookie = (cookie); \
409 (rsp)->header.typecookie = (msg)->header.typecookie; \
428 (copy)->header.typecookie = (msg)->header.typecookie; \
/f-stack/freebsd/netgraph/
H A Dng_message.h66 u_int32_t typecookie; /* node's type cookie */ member
386 (msg)->header.typecookie = (cookie); \
406 (rsp)->header.typecookie = (msg)->header.typecookie; \
425 (copy)->header.typecookie = (msg)->header.typecookie; \
H A Dng_hub.c107 if (msg->header.typecookie == NGM_HUB_COOKIE && in ng_hub_rcvmsg()
H A Dng_hole.c155 switch (msg->header.typecookie) { in ngh_rcvmsg()
H A Dng_UI.c142 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) { in ng_UI_rcvmsg()
H A Dng_socket.c278 if (msg->header.typecookie == NGM_GENERIC_COOKIE && in ngc_send()
323 msg->header.typecookie, in ngc_send()
932 msg->header.typecookie, in ngs_rcvmsg()
939 if (msg->header.typecookie == NGM_SOCKET_COOKIE) { in ngs_rcvmsg()
H A Dng_gif_demux.c282 switch (msg->header.typecookie) { in ng_gif_demux_rcvmsg()
H A Dng_sample.c268 switch (msg->header.typecookie) { in ng_xxx_rcvmsg()
H A Dng_sppp.c321 switch (msg->header.typecookie) { in ng_sppp_rcvmsg()
H A Dng_tcpmss.c185 switch (msg->header.typecookie) { in ng_tcpmss_rcvmsg()
H A Dng_etf.c256 switch (msg->header.typecookie) { in ng_etf_rcvmsg()
H A Dng_tee.c216 switch (msg->header.typecookie) { in ng_tee_rcvmsg()
H A Dng_device.c215 if (msg->header.typecookie == NGM_DEVICE_COOKIE) { in ng_device_rcvmsg()
H A Dng_rfc1490.c221 if (msg->header.typecookie == NGM_RFC1490_COOKIE) { in ng_rfc1490_rcvmsg()
H A Dng_tty.c256 switch (msg->header.typecookie) { in ngt_rcvmsg()
H A Dng_gif.c400 switch (msg->header.typecookie) { in ng_gif_rcvmsg()
H A Dng_bpf.c312 switch (msg->header.typecookie) { in ng_bpf_rcvmsg()
H A Dng_one2many.c262 switch (msg->header.typecookie) { in ng_one2many_rcvmsg()
H A Dng_base.c2435 if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) && in ng_apply_item()
2516 if (msg->header.typecookie != NGM_GENERIC_COOKIE) { in ng_generic_msg()
2803 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2809 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2896 binary->header.typecookie = c->cookie; in ng_generic_msg()
/f-stack/tools/libnetgraph/
H A Ddebug.c247 NgCookie(msg->header.typecookie), msg->header.typecookie); in _NgDebugMsg()
H A Dmsg.c99 msg.header.typecookie = cookie; in NgSendMsg()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c263 switch (msg->header.typecookie) { in ng_l2cap_lower_rcvmsg()
385 switch (msg->header.typecookie) { in ng_l2cap_upper_rcvmsg()
483 switch (msg->header.typecookie) { in ng_l2cap_default_rcvmsg()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_main.c300 switch (msg->header.typecookie) { in ng_hci_default_rcvmsg()
668 switch (NGI_MSG(item)->header.typecookie) { in ng_hci_upper_rcvmsg()
/f-stack/freebsd/netgraph/atm/sscfu/
H A Dng_sscfu.c225 switch (msg->header.typecookie) { in ng_sscfu_rcvmsg()
/f-stack/lib/
H A Dff_ng_base.c2453 if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) && in ng_apply_item()
2536 if (msg->header.typecookie != NGM_GENERIC_COOKIE) { in ng_generic_msg()
2823 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2829 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2916 binary->header.typecookie = c->cookie; in ng_generic_msg()

123