Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dprint-dhcp6.c286 uint16_t opttype; in dhcp6opt_print() local
305 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()
/freebsd-12-stable/contrib/ipfilter/tools/
DBNF.ipf45 withopt = [ "not" | "no" ] opttype [ withopt ] .
46 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
/freebsd-12-stable/share/examples/ipfilter/
DBNF46 withopt = [ "not" | "no" ] opttype [ [ "," ] withopt ] .
47 opttype = "ipopts" | "short" | "nat" | "bad-src" | "lowttl" | "frag" |
/freebsd-12-stable/sys/netinet/
Draw_ip.c457 u_char opttype, optlen, *cp; in rip_output() local
554 opttype = cp[IPOPT_OPTVAL]; in rip_output()
555 if (opttype == IPOPT_EOL) in rip_output()
557 if (opttype == IPOPT_NOP) { in rip_output()
/freebsd-12-stable/sbin/ipf/common/
Dipf_y.y109 %type <num> opt compare range opttype flagset optlist ipv6hdrlist ipv6hdr
1453 opttype { DOALL(fr->fr_flx |= $1; fr->fr_mflx |= $1;) }
1454 | notwith opttype { DOALL(fr->fr_mflx |= $2;) }
1475 opttype: