Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ksocket.c242 int toklen, pathlen; in ng_ksocket_sockaddr_parse() local
245 if ((path = ng_get_string_token(s, off, &toklen, NULL)) == NULL) in ng_ksocket_sockaddr_parse()
256 *off += toklen; in ng_ksocket_sockaddr_parse()
H A Dng_parse.c1097 int toklen; in ng_bytearray_parse() local
1101 if ((str = ng_get_string_token(s, off, &toklen, &slen)) != NULL) { in ng_bytearray_parse()
1117 *off += toklen; in ng_bytearray_parse()