Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-dhcp6.c287 uint16_t opttype; in dhcp6opt_print() local
312 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()
/freebsd/share/examples/ipfilter/
H A DBNF46 withopt = [ "not" | "no" ] opttype [ [ "," ] withopt ] .
47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
/freebsd/sys/netinet/
H A Draw_ip.c429 u_char opttype, optlen, *cp; in rip_send() local
579 opttype = cp[IPOPT_OPTVAL]; in rip_send()
580 if (opttype == IPOPT_EOL) in rip_send()
582 if (opttype == IPOPT_NOP) { in rip_send()
/freebsd/sbin/ipf/common/
H A Dipf_y.y108 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1452 opttype { DOALL(fr->fr_flx |= $1; fr->fr_mflx |= $1;) }
1453 | notwith opttype { DOALL(fr->fr_mflx |= $2;) }
1474 opttype: