HomeSort by: relevance | last modified time | path
    Searched refs:convert_num (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/keama/
keama.h 376 void convert_num(struct parse *, unsigned char *, const char *,
parse.c 515 convert_num(cfile, s, val, base, size);
518 convert_num(cfile, (unsigned char *)t->content,
532 convert_num(struct parse *cfile, unsigned char *buf, const char *str, function
1509 convert_num(cfile, &ibuf, val, 16, 8);
1543 convert_num(cfile, &ibuf, val, 16, 8);
4600 convert_num(cfile, buf, val, 0, 32);
4608 convert_num(cfile, buf, val, 0, 16);
4616 convert_num(cfile, buf, val, 0, 8);
4786 convert_num(cfile, (unsigned char *)&u32, val, 0, 32);
4794 convert_num(cfile, (unsigned char *)&u16, val, 0, 16)
    [all...]
  /src/external/mpl/dhcp/dist/common/
parse.c 676 convert_num(cfile, (unsigned char *)&num, val, 10, 32);
677 /* Unswap the number - convert_num returns stuff in NBO. */
775 convert_num (cfile, s, val, base, size);
800 convert_num (cfile, s, (char *)(c -> car), base, size);
810 void convert_num (cfile, buf, str, base, size) function
2043 convert_num (cfile, &ibuf [ilen++], val, 16, 8);
5163 convert_num (cfile, buf, val, 0, 32);
5173 convert_num (cfile, buf, val, 0, 16);
5183 convert_num (cfile, buf, val, 0, 8);
5435 convert_num (cfile, buf, val, 0, 32)
    [all...]
  /src/external/mpl/dhcp/dist/dhcpctl/
omshell.c 618 convert_num (cfile, (unsigned char *)s,
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2269 void convert_num (struct parse *, unsigned char *, const char *,

Completed in 33 milliseconds