Searched refs:ng_parse_get_token (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/netgraph/ |
| H A D | ng_parse.h | 514 extern enum ng_parse_token ng_parse_get_token(const char *s,
|
| H A D | ng_parse.c | 1217 if (ng_parse_get_token(s, off, &len) in ng_parse_composite() 1229 tok = ng_parse_get_token(s, off, &len); in ng_parse_composite() 1257 if (ng_parse_get_token(s, &off2, &len2) != T_EQUALS) { in ng_parse_composite() 1295 if (ng_parse_get_token(s, off, &len) != T_EQUALS) { in ng_parse_composite() 1649 switch (ng_parse_get_token(s, &off, &len)) { in ng_parse_skip_value() 1681 ng_parse_get_token(const char *s, int *startp, int *lenp) in ng_parse_get_token() function
|
| H A D | ng_ksocket.c | 214 if ((tok = ng_parse_get_token(s, off, &len)) == T_LBRACE) { in ng_ksocket_sockaddr_parse()
|