Searched refs:typecookie (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-11-stable/sys/netgraph/
H A Dng_message.h66 u_int32_t typecookie; /* node's type cookie */ member in struct:ng_mesg::ng_msghdr
86 { "typecookie", &ng_parse_uint32_type }, \
387 (msg)->header.typecookie = (cookie); \
407 (rsp)->header.typecookie = (msg)->header.typecookie; \
426 (copy)->header.typecookie = (msg)->header.typecookie; \
H A Dng_hub.c106 if (msg->header.typecookie == NGM_HUB_COOKIE &&
H A Dng_UI.c143 if ((msg->header.typecookie == NGM_FLOW_COOKIE) && lasthook) {
H A Dng_hole.c155 switch (msg->header.typecookie) {
H A Dng_gif_demux.c280 switch (msg->header.typecookie) {
H A Dng_sample.c268 switch (msg->header.typecookie) {
H A Dng_socket.c276 if (msg->header.typecookie == NGM_GENERIC_COOKIE &&
316 msg->header.typecookie,
919 msg->header.typecookie,
926 if (msg->header.typecookie == NGM_SOCKET_COOKIE) {
H A Dng_device.c211 if (msg->header.typecookie == NGM_DEVICE_COOKIE) {
H A Dng_etf.c256 switch (msg->header.typecookie) {
H A Dng_gif.c398 switch (msg->header.typecookie) {
H A Dng_rfc1490.c221 if (msg->header.typecookie == NGM_RFC1490_COOKIE) {
H A Dng_sppp.c321 switch (msg->header.typecookie) {
H A Dng_tcpmss.c184 switch (msg->header.typecookie) {
H A Dng_tee.c216 switch (msg->header.typecookie) {
H A Dng_bpf.c312 switch (msg->header.typecookie) {
H A Dng_one2many.c262 switch (msg->header.typecookie) {
H A Dng_tty.c256 switch (msg->header.typecookie) {
H A Dng_vjc.c300 switch (msg->header.typecookie) {
H A Dng_tag.c354 switch (msg->header.typecookie) {
/freebsd-11-stable/lib/libnetgraph/
H A Ddebug.c125 /* Known typecookie list */
247 NgCookie(msg->header.typecookie), msg->header.typecookie);
H A Dmsg.c75 msg.header.typecookie = cookie;
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c261 switch (msg->header.typecookie) {
383 switch (msg->header.typecookie) {
481 switch (msg->header.typecookie) {
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c393 if (rep->header.typecookie != NGM_PPPOE_COOKIE) {
395 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE);
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c255 if (rep->header.typecookie != NGM_PPPOE_COOKIE) {
257 (long)rep->header.typecookie, (long)NGM_PPPOE_COOKIE);
/freebsd-11-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c224 switch (msg->header.typecookie) {

Completed in 131 milliseconds

123