Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-geneve.c109 uint8_t opt_type; in geneve_opts_print() local
116 opt_type = *(bp + 2); in geneve_opts_print()
120 format_opt_class(opt_class), opt_class, opt_type, in geneve_opts_print()
121 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len)); in geneve_opts_print()
Dprint-pgm.c157 uint8_t opt_type, opt_len; in pgm_print() local
436 opt_type = *bp++; in pgm_print()
437 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) { in pgm_print()
438 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK)); in pgm_print()
460 opt_type = *bp++; in pgm_print()
476 switch (opt_type & PGM_OPT_MASK) { in pgm_print()
762 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len)); in pgm_print()
768 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/syslinux/gpxe/src/include/gpxe/
Dicmp6.h34 uint8_t opt_type; member
47 uint8_t opt_type; member
/external/syslinux/gpxe/src/net/
Dicmpv6.c43 nsolicit->opt_type = 1; in icmp6_send_solicit()
108 nadvert->opt_type = 2;
Dndp.c162 assert ( nadvert->opt_type == 2 ); in ndp_process_advert()
/external/wpa_supplicant_8/src/ap/
Dndisc_snoop.c31 u8 opt_type; member
114 if (msg->opt_type != SOURCE_LL_ADDR) in handle_ndisc()
/external/v8/tools/
Dcodemap.js272 CodeMap.CodeEntry = function(size, opt_name, opt_type) { argument
275 this.type = opt_type || '';
/external/ppp/pppd/
Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/python/cpython2/Lib/idlelib/
DconfigDialog.py1290 opt_type = 'bool'
1294 opt_type = 'int'
1297 opt_type = None
1300 ext_name, opt_name, type=opt_type, raw=True,
1308 'type': opt_type,
/external/fio/
Dgoptions.c19 unsigned int opt_type; member
166 gopt->opt_type = type; in gopt_mark_index()
1337 switch (gopt->opt_type) { in gopt_handle_changed()
1395 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()