Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph/ksocket/
H A Dng_ksocket.c327 char *pathtoken; in ng_ksocket_sockaddr_unparse() local
331 if ((pathtoken = ng_encode_string(pathbuf)) == NULL) in ng_ksocket_sockaddr_unparse()
333 slen += ksnprintf(cbuf, cbuflen, "local/%s", pathtoken); in ng_ksocket_sockaddr_unparse()
334 kfree(pathtoken, M_NETGRAPH); in ng_ksocket_sockaddr_unparse()
/dragonfly/sys/netgraph7/ksocket/
H A Dng_ksocket.c329 char *pathtoken; in ng_ksocket_sockaddr_unparse() local
332 if ((pathtoken = ng_encode_string(pathbuf, pathlen)) == NULL) in ng_ksocket_sockaddr_unparse()
334 slen += ksnprintf(cbuf, cbuflen, "local/%s", pathtoken); in ng_ksocket_sockaddr_unparse()
335 kfree(pathtoken, M_NETGRAPH_KSOCKET); in ng_ksocket_sockaddr_unparse()