Searched refs:NG_PATHSIZ (Results 1 – 13 of 13) sorted by relevance
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 80 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 D | msg.c | 180 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 D | ng_message.h | 52 #define NG_PATHSIZ 512 /* max path len (including null) */ macro 189 char path[NG_PATHSIZ]; /* peer path */
|
H A D | ng_parse.c | 856 NG_PATHSIZ
|
H A D | ng_base.c | 1731 char fullpath[NG_PATHSIZ]; in ng_path2noderef()
|
/freebsd/usr.sbin/ngctl/ |
H A D | list.c | 116 char path[NG_PATHSIZ]; in ListCmd()
|
H A D | msg.c | 128 char path[NG_PATHSIZ]; in MsgRead()
|
H A D | dot.c | 146 char path[NG_PATHSIZ]; in DotCmd()
|
/freebsd/usr.sbin/bhyve/ |
H A D | net_backend_netgraph.c | 80 strncpy(ngc.path, value, NG_PATHSIZ - 1); in ng_init()
|
/freebsd/usr.sbin/ppp/ |
H A D | netgraph.c | 110 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 D | tty.c | 230 char asyncpath[NG_PATHSIZ]; in tty_SetAsyncParams()
|
/freebsd/tests/sys/netgraph/ |
H A D | util.c | 165 char path[NG_PATHSIZ]; in handle_msg()
|
/freebsd/usr.sbin/flowctl/ |
H A D | flowctl.c | 130 if (ng_path == NULL || (strlen(ng_path) > NG_PATHSIZ)) in main()
|