Searched refs:opt_type (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | print-geneve.c | 95 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()
|
D | print-pgm.c | 163 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/ |
D | dhcp_lease_time.c | 96 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/ |
D | ndisc_snoop.c | 30 u8 opt_type; member 113 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
|
/external/v8/tools/ |
D | codemap.js | 264 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument 267 this.type = opt_type || '';
|
/external/ppp/pppd/ |
D | pppd.h | 90 enum opt_type { enum 102 enum opt_type type;
|
/external/fio/ |
D | goptions.c | 18 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/ |
D | rfc2131.c | 95 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()
|