Searched refs:NG_TEXTRESPONSE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/usr.sbin/ngctl/
H A Dconfig.c63 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE];
67 char buf[NG_TEXTRESPONSE];
H A Dstatus.c62 u_char sbuf[sizeof(struct ng_mesg) + NG_TEXTRESPONSE];
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h54 #define NG_TEXTRESPONSE 1024 /* allow this length for a text response */ macro
H A Dng_lmi.c457 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
479 && (pos < (NG_TEXTRESPONSE - 20)));
H A Dng_cisco.c260 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c851 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
855 snprintf(resp->data, NG_TEXTRESPONSE,
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c485 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
489 snprintf(rsp->data, NG_TEXTRESPONSE,
/freebsd-11-stable/sys/netgraph/atm/sscfu/
H A Dng_sscfu.c230 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c379 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
383 snprintf(rsp->data, NG_TEXTRESPONSE,
/freebsd-11-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c291 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
307 snprintf(rsp->data, NG_TEXTRESPONSE,
/freebsd-11-stable/sys/netgraph/atm/sscop/
H A Dng_sscop.c458 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/atm/uni/
H A Dng_uni.c321 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1574 NG_MKRESPONSE(rsp, msg, NG_TEXTRESPONSE, M_NOWAIT);
1580 snprintf(rsp->data, NG_TEXTRESPONSE,
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_atm.c921 NG_MKRESPONSE(resp, msg, NG_TEXTRESPONSE, M_NOWAIT);
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c352 NG_MKRESPONSE(resp, msg, sizeof(struct ng_mesg) + NG_TEXTRESPONSE,
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c3939 NG_TEXTRESPONSE, M_NOWAIT);

Completed in 130 milliseconds