Searched refs:rrtype_from_string (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/nsd/dist/
H A Ddns.h294 uint16_t rrtype_from_string(const char *name);
H A Dzlexer.lex352 uint16_t t = rrtype_from_string(word);
H A Dzparser.y458 uint16_t type = rrtype_from_string($1.str);
467 uint16_t type = rrtype_from_string($3.str);
484 uint16_t type = rrtype_from_string($1.str);
H A Dzparser.c2338 uint16_t type = rrtype_from_string((yyvsp[0].data).str);
2351 uint16_t type = rrtype_from_string((yyvsp[0].data).str);
2378 uint16_t type = rrtype_from_string((yyvsp[-1].data).str);
H A Ddns.c910 rrtype_from_string(const char *name) function
H A Dzlexer.c2227 uint16_t t = rrtype_from_string(word);
H A Dzonec.c665 uint16_t type = rrtype_from_string(text);

Completed in 223 milliseconds