HomeSort by: relevance | last modified time | path
    Searched defs:parse_ip6_addr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/dhcp/dist/common/
parse.c 377 parse_ip6_addr(struct parse *cfile, struct iaddr *addr) { function
433 * Same as parse_ip6_addr() above, but returns the value in the
441 if (!parse_ip6_addr(cfile, &addr)) {
456 if (!parse_ip6_addr(cfile, addr)) {
5133 if (!parse_ip6_addr(cfile, &addr)) {
5398 if (!parse_ip6_addr(cfile, &ip_addr))
  /src/external/mpl/dhcp/dist/keama/
parse.c 330 parse_ip6_addr(struct parse *cfile) function
380 * Same as parse_ip6_addr() above, but returns the value as a text
388 bin = parse_ip6_addr(cfile);
4581 item = parse_ip6_addr(cfile);

Completed in 28 milliseconds