Searched refs:opttype (Results 1 – 4 of 4) sorted by relevance
287 uint16_t opttype; in dhcp6opt_print() local312 opttype = GET_BE_U_2(dh6o->dh6opt_type); in dhcp6opt_print()313 ND_PRINT(" (%s", tok2str(dh6opt_str, "opt_%u", opttype)); in dhcp6opt_print()315 switch (opttype) { in dhcp6opt_print()
46 withopt = [ "not" | "no" ] opttype [ [ "," ] withopt ] .47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
429 u_char opttype, optlen, *cp; in rip_send() local579 opttype = cp[IPOPT_OPTVAL]; in rip_send()580 if (opttype == IPOPT_EOL) in rip_send()582 if (opttype == IPOPT_NOP) { in rip_send()
108 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr1452 opttype { DOALL(fr->fr_flx |= $1; fr->fr_mflx |= $1;) }1453 | notwith opttype { DOALL(fr->fr_mflx |= $2;) }1474 opttype: