Home
last modified time | relevance | path

Searched refs:opt_type (Results 1 – 6 of 6) sorted by relevance

/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) in option_find() argument
101 if ((ret = option_find1(&mess->options[0], ((unsigned char *)mess) + size, opt_type, minsize))) in option_find()
110 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find()
115 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()
/external/tcpdump/
Dprint-pgm.c165 u_int8_t opt_type, opt_len, flags1, flags2; in pgm_print() local
472 opt_type = *bp++; in pgm_print()
473 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()
474 (void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK); in pgm_print()
496 opt_type = *bp++; in pgm_print()
512 switch (opt_type & PGM_OPT_MASK) { in pgm_print()
740 (void)printf(" OPT_%02X [%d] ", opt_type, opt_len); in pgm_print()
746 if (opt_type & PGM_OPT_END) in pgm_print()
/external/chromium_org/ui/webui/resources/js/
Dutil.js288 function getFaviconImageSet(url, opt_size, opt_type) { argument
290 var type = opt_type || 'favicon';
306 function getFaviconUrlForCurrentDevicePixelRatio(url, opt_size, opt_type) { argument
308 var type = opt_type || 'favicon';
/external/chromium_org/chrome/browser/resources/file_manager/background/js/
Dbackground.js498 function launchFileManager(opt_appState, opt_id, opt_type, opt_callback) { argument
499 var type = opt_type || LaunchType.ALWAYS_CREATE;
/external/ppp/pppd/
Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/dnsmasq/src/
Drfc2131.c95 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize);
1473 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) in option_find() argument
1478 …if ((ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type,… in option_find()
1487 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize))) in option_find()
1492 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize))) in option_find()