Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/
HDng_parse.c727 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_string_parse()
791 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_fixedstring_parse()
894 if ((sval = ng_get_string_token(s, off, &len, &slen)) == NULL) in ng_sizedstring_parse()
1104 if ((str = ng_get_string_token(s, off, &toklen, &slen)) != NULL) { in ng_bytearray_parse()
1710 if ((t = ng_get_string_token(s, startp, lenp, NULL)) == NULL) in ng_parse_get_token()
1729 ng_get_string_token(const char *s, int *startp, int *lenp, int *slenp) in ng_get_string_token() function
HDng_parse.h528 extern char *ng_get_string_token(const char *s, int *startp,
HDng_ksocket.c246 if ((path = ng_get_string_token(s, off, &toklen, NULL)) == NULL) in ng_ksocket_sockaddr_parse()