Home
last modified time | relevance | path

Searched refs:subopt (Results 1 – 5 of 5) sorted by relevance

/external/tinyalsa_new/utils/
Doptparse.h61 int subopt; member
147 options->subopt = 0; in optparse_init()
220 option += options->subopt + 1; in optparse()
233 options->subopt++; in optparse()
235 options->subopt = 0; in optparse()
240 options->subopt = 0; in optparse()
255 options->subopt = 0; in optparse()
271 options->subopt = 0; in optparse_arg()
/external/tcpdump/tests/
Ddhcpv6-ntp-server.out1 …r/time type 1 time 418354459 000c299ba153) (NTP-server subopt:1 2a01::1 subopt:2 ff05::101 subopt:…
/external/bc/src/
Dopt.c93 option += o->subopt + 1; in bc_opt_parseShort()
121 if (option[1]) o->subopt += 1; in bc_opt_parseShort()
123 o->subopt = 0; in bc_opt_parseShort()
133 o->subopt = 0; in bc_opt_parseShort()
250 o->subopt = 0; in bc_opt_init()
/external/tcpdump/
Dprint-bootp.c605 uint8_t uc, subopt, suboptlen; in rfc1048_print() local
895 subopt = *bp++; in rfc1048_print()
900 tok2str(agent_suboption_values, "Unknown", subopt), in rfc1048_print()
901 subopt, in rfc1048_print()
908 tok2str(agent_suboption_values, "Unknown", subopt), in rfc1048_print()
909 subopt, in rfc1048_print()
911 switch (subopt) { in rfc1048_print()
/external/bc/include/
Dopt.h49 int subopt; member