Searched refs:NG_NODESIZ (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/lib/libnetgraph/
H A Dsock.c64 char namebuf[NG_NODESIZ];
97 u_char sbuf[NG_NODESIZ + NGSA_OVERHEAD];
101 strlcpy(sg->sg_data, name, NG_NODESIZ);
142 u_char sbuf[NG_NODESIZ + 1 + NGSA_OVERHEAD];
154 snprintf(sg->sg_data, NG_NODESIZ + 1, "%s:", namebuf);
/freebsd-11-stable/sys/netgraph/
H A Dng_message.h50 #define NG_NODESIZ 32 /* max node name len (including null) */ macro
203 char name[NG_NODESIZ]; /* node name */
225 char name[NG_NODESIZ]; /* node name (if any) */
H A Dng_socket.c498 sg_len = sizeof(struct sockaddr_ng) + NG_NODESIZ -
748 if ((sap->sg_len < 4) || (sap->sg_len > (NG_NODESIZ + 2)) ||
H A Dng_bridge.c1047 static char name[NG_NODESIZ];
H A Dng_base.c862 for (i = 0; i < NG_NODESIZ; i++) {
893 strlcpy(NG_NODE_NAME(node), name, NG_NODESIZ); local
H A Dnetgraph.h361 char nd_name[NG_NODESIZ]; /* optional globally unique name */
H A Dng_parse.c842 NG_NODESIZ
/freebsd-11-stable/lib/libbluetooth/
H A Dbluetooth.h97 #define HCI_DEVNAME_SIZE NG_NODESIZ
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c165 char p[NG_NODESIZ];
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c120 char sname[NG_NODESIZ];
/freebsd-11-stable/usr.sbin/ngctl/
H A Dmain.c143 char name[NG_NODESIZ];
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c154 char name[NG_NODESIZ];
/freebsd-11-stable/usr.sbin/ppp/
H A Dnetgraph.c470 char nodetype[NG_TYPESIZ + NG_NODESIZ];
H A Dtty.c261 char ttypath[NG_NODESIZ];
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c533 if ((snmp_nodename = malloc(NG_NODESIZ)) == NULL)
535 strlcpy(snmp_nodename, argv[0], NG_NODESIZ);
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1031 char path[NG_NODESIZ + 1];
/freebsd-11-stable/sys/dev/mn/
H A Dif_mn.c260 char nodename[NG_NODESIZ];
/freebsd-11-stable/sys/dev/cx/
H A Dif_cx.c142 char nodename [NG_NODESIZ];
/freebsd-11-stable/sys/dev/ctau/
H A Dif_ct.c117 char nodename [NG_NODESIZ];

Completed in 302 milliseconds