Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_parse.c724 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_string_parse()
788 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_fixedstring_parse()
891 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_sizedstring_parse()
1101 if ((str = ng_get_string_token(s, off, &toklen, &slen)) != NULL) { in ng_bytearray_parse()
1709 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL) in ng_parse_get_token()
1728 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() function
H A Dng_parse.h526 extern char *ng_get_string_token(const char *s, int *startp,
H A Dng_ksocket.c267 if ((path = ng_get_string_token(s, off, &toklen, NULL)) == NULL) in ng_ksocket_sockaddr_parse()