Searched refs:opttype (Results 1 – 2 of 2) sorted by relevance
282 uint16_t opttype; in dhcp6opt_print() local301 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()
660 int rv = 0, optnum, opttype; in pxechn_parse_setopt() local674 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()