Home
last modified time | relevance | path

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

123

/freebsd/sys/netgraph/
H A Dng_message.h67 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; \
H A Dng_hub.c105 if (msg->header.typecookie == NGM_HUB_COOKIE && in ng_hub_rcvmsg()
H A Dng_hole.c153 switch (msg->header.typecookie) { in ngh_rcvmsg()
H A Dng_socket.c281 if (msg->header.typecookie == NGM_GENERIC_COOKIE && in ngc_send()
326 msg->header.typecookie, in ngc_send()
937 msg->header.typecookie, in ngs_rcvmsg()
944 if (msg->header.typecookie == NGM_SOCKET_COOKIE) { in ngs_rcvmsg()
H A Dng_UI.c140 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) { in ng_UI_rcvmsg()
H A Dng_gif_demux.c280 switch (msg->header.typecookie) { in ng_gif_demux_rcvmsg()
H A Dng_sample.c266 switch (msg->header.typecookie) { in ng_xxx_rcvmsg()
H A Dng_etf.c254 switch (msg->header.typecookie) { in ng_etf_rcvmsg()
H A Dng_tcpmss.c189 switch (msg->header.typecookie) { in ng_tcpmss_rcvmsg()
H A Dng_tee.c220 switch (msg->header.typecookie) { in ng_tee_rcvmsg()
H A Dng_rfc1490.c219 if (msg->header.typecookie == NGM_RFC1490_COOKIE) { in ng_rfc1490_rcvmsg()
H A Dng_tty.c254 switch (msg->header.typecookie) { in ngt_rcvmsg()
H A Dng_vlan_rotate.c228 switch (msg->header.typecookie) { in ng_vlanrotate_rcvmsg()
H A Dng_device.c242 if (msg->header.typecookie == NGM_DEVICE_COOKIE) { in ng_device_rcvmsg()
H A Dng_gif.c399 switch (msg->header.typecookie) { in ng_gif_rcvmsg()
H A Dng_bpf.c309 switch (msg->header.typecookie) { in ng_bpf_rcvmsg()
H A Dng_base.c2438 if ((NGI_MSG(item)->header.typecookie == NGM_GENERIC_COOKIE) && in ng_apply_item()
2519 if (msg->header.typecookie != NGM_GENERIC_COOKIE) { in ng_generic_msg()
2806 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2812 if (binary->header.typecookie == c->cookie && in ng_generic_msg()
2903 binary->header.typecookie = c->cookie; in ng_generic_msg()
H A Dng_one2many.c260 switch (msg->header.typecookie) { in ng_one2many_rcvmsg()
H A Dng_tag.c354 switch (msg->header.typecookie) { in ng_tag_rcvmsg()
/freebsd/lib/libnetgraph/
H A Ddebug.c240 NgCookie(msg->header.typecookie), msg->header.typecookie); in _NgDebugMsg()
H A Dmsg.c72 msg.header.typecookie = cookie; in NgSendMsg()
/freebsd/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c262 switch (msg->header.typecookie) { in ng_l2cap_lower_rcvmsg()
384 switch (msg->header.typecookie) { in ng_l2cap_upper_rcvmsg()
482 switch (msg->header.typecookie) { in ng_l2cap_default_rcvmsg()
/freebsd/libexec/pppoed/
H A Dpppoed.c393 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in Spawn()
395 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in Spawn()
/freebsd/usr.sbin/ppp/
H A Dether.c253 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in ether_MessageIn()
255 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in ether_MessageIn()
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c299 switch (msg->header.typecookie) { in ng_hci_default_rcvmsg()
667 switch (NGI_MSG(item)->header.typecookie) { in ng_hci_upper_rcvmsg()

123