Home
last modified time | relevance | path

Searched refs:MIN_PRIORITY (Results 1 – 4 of 4) sorted by last modified time

/openbsd/usr.sbin/ospf6d/
H A Dparse.y411 if ($2 < MIN_PRIORITY || $2 > MAX_PRIORITY) {
413 MIN_PRIORITY, MAX_PRIORITY);
H A Dospf6.h41 #define MIN_PRIORITY 0 macro
/openbsd/usr.sbin/ospfd/
H A Dparse.y519 if ($2 < MIN_PRIORITY || $2 > MAX_PRIORITY) {
521 MIN_PRIORITY, MAX_PRIORITY);
H A Dospf.h39 #define MIN_PRIORITY 0 macro