HomeSort by relevance Sort by last modified time
    Searched refs:opttype (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-dhcp6.c 324 u_int16_t opttype; local
343 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type);
344 printf(" (%s", dhcp6opt_name(opttype));
345 switch (opttype) {
  /ndk/build/tools/
prebuilt-common.sh 181 opttype=
188 opttype="long_setting"
196 opttype="long_flag"
205 opttype="short_setting"
213 opttype="short_flag"
222 log "new option: type='$opttype' name='$optlabel' value='$optvalue'"
228 option_set_attr $optname otype "$opttype"
244 local optname optvalue opttype optlabel
259 local optname optvalue opttype optlabel

Completed in 258 milliseconds