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

/freebsd-10-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-10-stable/contrib/tcpdump/
H A Dprint-dhcp6.c334 u_int16_t opttype; local
349 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type);
350 printf(" (%s", dhcp6opt_name(opttype));
351 switch (opttype) {
/freebsd-10-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 163 milliseconds