Searched refs:EIGRP_MAX_AS (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/eigrpd/
H A Deigrp.h44 #define EIGRP_MAX_AS 65535 macro
H A Dparse.y298 if ($2 < EIGRP_MIN_AS || $2 > EIGRP_MAX_AS) {
/openbsd-current/usr.sbin/eigrpctl/
H A Dparser.c407 uval = strtonum(word, EIGRP_MIN_AS, EIGRP_MAX_AS, &errstr);

Completed in 114 milliseconds