Searched refs:PROTO (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.bin/systat/
H A Dnetstat.c421 #define PROTO FADDR+23 macro
422 #define RCVCC PROTO+6
434 mvwaddstr(wnd, 0, PROTO, "Proto");
498 mvwaddstr(wnd, p->ni_line, PROTO, proto);
/freebsd-current/tests/sys/netinet/
H A Dfibs_test.sh815 local PROTO=$3
820 ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
821 setfib ${FIB} ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
/freebsd-current/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh135 PROTO="-4"
138 PROTO="-6"
343 if wget $PROTO $PREFER -o ${TMPFILE}.log $LEAPSRC -O $TMPFILE ; then
/freebsd-current/contrib/libpcap/
H A Dscanner.l314 proto return PROTO;
/freebsd-current/sbin/pfctl/
H A Dparse.y501 %token RETURNRST RETURNICMP RETURNICMP6 PROTO INET INET6 ALL ANY ICMPTYPE
3285 | PROTO etherproto_item { $$ = $2; }
3286 | PROTO '{' optnl etherproto_list '}' { $$ = $4; }
3335 | PROTO proto_item { $$ = $2; }
3336 | PROTO '{' optnl proto_list '}' { $$ = $4; }
6360 { "proto", PROTO},
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1965 for (const auto *PROTO : OPT->quals()) {
1966 if ((MD = PROTO->lookupMethod(Sel, Instance))) {

Completed in 129 milliseconds