Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ksocket.c326 char *pathtoken; in ng_ksocket_sockaddr_unparse() local
329 if ((pathtoken = ng_encode_string(pathbuf, pathlen)) == NULL) in ng_ksocket_sockaddr_unparse()
331 slen += snprintf(cbuf, cbuflen, "local/%s", pathtoken); in ng_ksocket_sockaddr_unparse()
332 free(pathtoken, M_NETGRAPH_KSOCKET); in ng_ksocket_sockaddr_unparse()