Searched refs:opt_type (Results 1 - 13 of 13) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Dicmp6.h34 uint8_t opt_type; member in struct:neighbour_solicit
47 uint8_t opt_type; member in struct:neighbour_advert
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c96 static unsigned char *option_find(struct dhcp_packet *mess, size_t size, int opt_type, int minsize) argument
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/
H A Dprint-geneve.c95 uint8_t opt_type; local
102 opt_type = *(bp + 2);
106 format_opt_class(opt_class), opt_class, opt_type,
107 opt_type & OPT_TYPE_CRITICAL ? "(C)" : "", opt_len));
H A Dprint-pgm.c163 uint8_t opt_type, opt_len; local
478 opt_type = *bp++;
479 if ((opt_type & PGM_OPT_MASK) != PGM_OPT_LENGTH) {
480 ND_PRINT((ndo, "[First option bad, should be PGM_OPT_LENGTH, is %u]", opt_type & PGM_OPT_MASK));
502 opt_type = *bp++;
518 switch (opt_type & PGM_OPT_MASK) {
798 ND_PRINT((ndo, " OPT_%02X [%d] ", opt_type, opt_len));
804 if (opt_type & PGM_OPT_END)
/external/syslinux/gpxe/src/net/
H A Dicmpv6.c43 nsolicit->opt_type = 1;
108 nadvert->opt_type = 2;
H A Dndp.c162 assert ( nadvert->opt_type == 2 );
/external/v8/tools/
H A Dcodemap.js269 * @param {string} opt_type Code entry type, e.g. SHARED_LIB, CPP.
272 CodeMap.CodeEntry = function(size, opt_name, opt_type) {
275 this.type = opt_type || '';
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/external/wpa_supplicant_8/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dndisc_snoop.c31 u8 opt_type; member in struct:icmpv6_ndmsg
114 if (msg->opt_type != SOURCE_LL_ADDR)
/external/ppp/pppd/
H A Dpppd.h90 enum opt_type { enum
102 enum opt_type type;
/external/fio/
H A Dgoptions.c18 unsigned int opt_type; member in struct:gopt
165 gopt->opt_type = type;
1335 switch (gopt->opt_type) {
1393 log_err("gfio: bad option type: %d\n", gopt->opt_type);
/external/dnsmasq/src/
H A 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) argument
1478 if ((ret = option_find1(&mess->options[0] + sizeof(u32), ((unsigned char *)mess) + size, opt_type, minsize)))
1487 (ret = option_find1(&mess->file[0], &mess->file[128], opt_type, minsize)))
1492 (ret = option_find1(&mess->sname[0], &mess->sname[64], opt_type, minsize)))

Completed in 1349 milliseconds