Home
last modified time | relevance | path

Searched refs:NG_PATHSIZ (Results 1 – 13 of 13) sorted by relevance

/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c80 char path[NG_PATHSIZ];
308 char path[NG_PATHSIZ]; in csock_input()
329 char path[NG_PATHSIZ]; in ng_output_node()
338 char path[NG_PATHSIZ]; in ng_output_id()
356 char rpath[NG_PATHSIZ]; in ng_dialog()
421 char path[NG_PATHSIZ]; in ng_dialog_node()
430 char path[NG_PATHSIZ]; in ng_dialog_id()
611 snprintf(conn.path, NG_PATHSIZ, "%s:", node); in ng_connect_node()
622 snprintf(conn.path, NG_PATHSIZ, "[%x]:", id); in ng_connect_id()
634 char path[NG_PATHSIZ]; in ng_connect2_id()
[all …]
/freebsd/lib/libnetgraph/
H A Dmsg.c180 u_char sgbuf[NG_PATHSIZ + NGSA_OVERHEAD]; in NgDeliverMsg()
209 strlcpy(sg->sg_data, path, NG_PATHSIZ); in NgDeliverMsg()
263 u_char sgbuf[NG_PATHSIZ + NGSA_OVERHEAD]; in NgRecvMsg()
277 strlcpy(path, sg->sg_data, NG_PATHSIZ); in NgRecvMsg()
/freebsd/sys/netgraph/
H A Dng_message.h52 #define NG_PATHSIZ 512 /* max path len (including null) */ macro
189 char path[NG_PATHSIZ]; /* peer path */
H A Dng_parse.c856 NG_PATHSIZ
H A Dng_base.c1731 char fullpath[NG_PATHSIZ]; in ng_path2noderef()
/freebsd/usr.sbin/ngctl/
H A Dlist.c116 char path[NG_PATHSIZ]; in ListCmd()
H A Dmsg.c128 char path[NG_PATHSIZ]; in MsgRead()
H A Ddot.c146 char path[NG_PATHSIZ]; in DotCmd()
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_netgraph.c80 strncpy(ngc.path, value, NG_PATHSIZ - 1); in ng_init()
/freebsd/usr.sbin/ppp/
H A Dnetgraph.c110 char path[NG_PATHSIZ]; in ng_MessageOut()
172 char path[NG_PATHSIZ]; in ng_MessageIn()
470 char path[NG_PATHSIZ]; in ng_Create()
H A Dtty.c230 char asyncpath[NG_PATHSIZ]; in tty_SetAsyncParams()
/freebsd/tests/sys/netgraph/
H A Dutil.c165 char path[NG_PATHSIZ]; in handle_msg()
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c130 if (ng_path == NULL || (strlen(ng_path) > NG_PATHSIZ)) in main()