Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-geneve.c95 uint8_t opt_type; in geneve_opts_print() local
102 opt_type = *(bp + 2); in geneve_opts_print()
106 format_opt_class(opt_class), opt_class, opt_type, in geneve_opts_print()
107 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len)); in geneve_opts_print()
Dprint-pgm.c163 uint8_t opt_type, opt_len; in pgm_print() local
478 opt_type = *bp++; in pgm_print()
479 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()
480 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK)); in pgm_print()
502 opt_type = *bp++; in pgm_print()
518 switch (opt_type & PGM_OPT_MASK) { in pgm_print()
798 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len)); in pgm_print()
804 if (opt_type & PGM_OPT_END) in pgm_print()
/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/wpa_supplicant_8/src/ap/
Dndisc_snoop.c30 u8 opt_type; member
113 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
/external/v8/tools/
Dcodemap.js264 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument
267 this.type = opt_type || '';
/external/ppp/pppd/
Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/fio/
Dgoptions.c18 unsigned int opt_type; member
165 gopt->opt_type = type; in gopt_mark_index()
1335 switch (gopt->opt_type) { in gopt_handle_changed()
1393 log_err("gfio: bad option type: %d\n", gopt->opt_type); in gopt_handle_changed()
/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()