Searched refs:opttype (Results 1 – 5 of 5) sorted by relevance
286 uint16_t opttype; in dhcp6opt_print() local305 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type); in dhcp6opt_print()306 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype))); in dhcp6opt_print()308 switch (opttype) { in dhcp6opt_print()
45 withopt = [ "not" | "no" ] opttype [ withopt ] .46 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
46 withopt = [ "not" | "no" ] opttype [ [ "," ] withopt ] .47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
457 u_char opttype, optlen, *cp; in rip_output() local554 opttype = cp[IPOPT_OPTVAL]; in rip_output()555 if (opttype == IPOPT_EOL) in rip_output()557 if (opttype == IPOPT_NOP) { in rip_output()
109 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr1453 opttype { DOALL(fr->fr_flx |= $1; fr->fr_mflx |= $1;) }1454 | notwith opttype { DOALL(fr->fr_mflx |= $2;) }1475 opttype: