Home
last modified time | relevance | path

Searched refs:opttype (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-dhcp6.c282 uint16_t opttype; in dhcp6opt_print() local
301 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()
302 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype))); in dhcp6opt_print()
303 switch (opttype) { in dhcp6opt_print()
/external/syslinux/com32/modules/
Dpxechn.c660 int rv = 0, optnum, opttype; in pxechn_parse_setopt() local
674 opttype = pxechn_parse_opttype(cpos, optnum); in pxechn_parse_setopt()
676 switch(opttype) { in pxechn_parse_setopt()
707 if((opttype == 's') || (opttype == STRASINT_str)) in pxechn_parse_setopt()