Home
last modified time | relevance | path

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

/f-stack/tools/libnetgraph/
H A Dmsg.c207 u_char sgbuf[NG_PATHSIZ + NGSA_OVERHEAD]; in NgDeliverMsg()
236 strlcpy(sg->sg_data, path, NG_PATHSIZ); in NgDeliverMsg()
292 u_char sgbuf[NG_PATHSIZ + NGSA_OVERHEAD]; in NgRecvMsg()
306 strlcpy(path, sg->sg_data, NG_PATHSIZ); in NgRecvMsg()
/f-stack/tools/ngctl/
H A Dlist.c118 char path[NG_PATHSIZ]; in ListCmd()
H A Dmsg.c134 char path[NG_PATHSIZ]; in MsgRead()
H A Ddot.c148 char path[NG_PATHSIZ]; in DotCmd()
/f-stack/tools/compat/include/netgraph/
H A Dng_message.h53 #define NG_PATHSIZ 512 /* max path len (including null) */ macro
190 char path[NG_PATHSIZ]; /* peer path */
/f-stack/freebsd/netgraph/
H A Dng_message.h51 #define NG_PATHSIZ 512 /* max path len (including null) */ macro
188 char path[NG_PATHSIZ]; /* peer path */
H A Dng_parse.c857 NG_PATHSIZ
H A Dng_base.c1727 char fullpath[NG_PATHSIZ]; in ng_path2noderef()
/f-stack/lib/
H A Dff_ng_base.c1733 char fullpath[NG_PATHSIZ]; in ng_path2noderef()