Searched refs:subopt (Results 1 – 5 of 5) sorted by relevance
/external/tinyalsa_new/utils/ |
D | optparse.h | 61 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/ |
D | dhcpv6-ntp-server.out | 1 …r/time type 1 time 418354459 000c299ba153) (NTP-server subopt:1 2a01::1 subopt:2 ff05::101 subopt:…
|
/external/bc/src/ |
D | opt.c | 93 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/ |
D | print-bootp.c | 605 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/ |
D | opt.h | 49 int subopt; member
|