Home
last modified time | relevance | path

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

123

/freebsd-13.1/sys/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_socket.c283 if (msg->header.typecookie == NGM_GENERIC_COOKIE && in ngc_send()
323 msg->header.typecookie, in ngc_send()
938 msg->header.typecookie, in ngs_rcvmsg()
945 if (msg->header.typecookie == NGM_SOCKET_COOKIE) { in ngs_rcvmsg()
H A Dng_UI.c142 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) { in ng_UI_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_etf.c256 switch (msg->header.typecookie) { in ng_etf_rcvmsg()
H A Dng_tcpmss.c185 switch (msg->header.typecookie) { in ng_tcpmss_rcvmsg()
H A Dng_tee.c216 switch (msg->header.typecookie) { in ng_tee_rcvmsg()
H A Dng_vlan_rotate.c230 switch (msg->header.typecookie) { in ng_vlanrotate_rcvmsg()
H A Dng_rfc1490.c221 if (msg->header.typecookie == NGM_RFC1490_COOKIE) { in ng_rfc1490_rcvmsg()
H A Dng_gif.c400 switch (msg->header.typecookie) { in ng_gif_rcvmsg()
H A Dng_device.c244 if (msg->header.typecookie == NGM_DEVICE_COOKIE) { in ng_device_rcvmsg()
H A Dng_tty.c256 switch (msg->header.typecookie) { in ngt_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()
/freebsd-13.1/lib/libnetgraph/
H A Ddebug.c247 NgCookie(msg->header.typecookie), msg->header.typecookie); in _NgDebugMsg()
H A Dmsg.c75 msg.header.typecookie = cookie; in NgSendMsg()
/freebsd-13.1/sys/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()
/freebsd-13.1/libexec/pppoed/
H A Dpppoed.c395 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in Spawn()
397 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in Spawn()
/freebsd-13.1/usr.sbin/ppp/
H A Dether.c255 if (rep->header.typecookie != NGM_PPPOE_COOKIE) { in ether_MessageIn()
257 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE); in ether_MessageIn()
/freebsd-13.1/sys/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()
/freebsd-13.1/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c225 switch (msg->header.typecookie) { in ng_sscfu_rcvmsg()

123