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

  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize)
101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize)))
110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))
  /external/tcpdump/
print-pgm.c 174 u_int8_t opt_type, opt_len; local
489 opt_type = *bp++;
490 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
491 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK);
513 opt_type = *bp++;
529 switch (opt_type & PGM_OPT_MASK) {
809 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len);
815 if (opt_type & PGM_OPT_END)
  /external/chromium_org/ui/webui/resources/js/
util.js 318 * @param {string=} opt_type Optional type of favicon to request. Valid values
322 function getFaviconImageSet(url, opt_size, opt_type) {
324 var type = opt_type || 'favicon';
336 * @param {string=} opt_type Optional type of favicon to request. Valid values
340 function getFaviconUrlForCurrentDevicePixelRatio(url, opt_size, opt_type) {
342 var type = opt_type || 'favicon';
  /frameworks/compile/mclinker/lib/Script/
ScriptParser.yy 197 %type <output_type> opt_type type
374 opt_vma_and_type : exp opt_type
379 | opt_type
386 opt_type : '(' type ')'
  /external/ppp/pppd/
pppd.h 90 enum opt_type { enum
102 enum opt_type type;
    [all...]
  /external/fio/
goptions.c 18 unsigned int opt_type; member in struct:gopt
165 gopt->opt_type = type;
1335 switch (gopt->opt_type) {
    [all...]
  /external/dnsmasq/src/
rfc2131.c 95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/background/js/
background.js 598 * @param {LaunchType=} opt_type Launch type. Default: ALWAYS_CREATE.
601 function launchFileManager(opt_appState, opt_id, opt_type, opt_callback) {
602 var type = opt_type || LaunchType.ALWAYS_CREATE;
test_util.js 48 undefined, // opt_type

Completed in 1043 milliseconds