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

/freebsd-11-stable/sbin/atm/atmconfig/
H A Datmconfig.h92 int opttype; member in struct:option
H A Dmain.c758 if (m->opttype == OPT_NONE)
761 if (m->opttype == OPT_SIMPLE) {
771 switch (m->opttype) {
863 m->opttype, arg);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-dhcp6.c286 uint16_t opttype; local
305 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type);
306 ND_PRINT((ndo, " (%s", tok2str(dh6opt_str, "opt_%u", opttype)));
308 switch (opttype) {
/freebsd-11-stable/sys/netinet/
H A Draw_ip.c443 u_char opttype, optlen, *cp; local
533 opttype = cp[IPOPT_OPTVAL];
534 if (opttype == IPOPT_EOL)
536 if (opttype == IPOPT_NOP) {
/freebsd-11-stable/contrib/ipfilter/tools/
H A 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: label

Completed in 190 milliseconds