Home
last modified time | relevance | path

Searched refs:EIGRP_HDR_FLAG_INIT (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/eigrpd/
Dupdate.c100 if (flags & EIGRP_HDR_FLAG_INIT) { in recv_update()
Dhello.c131 send_update(nbr->ei, nbr, EIGRP_HDR_FLAG_INIT, NULL); in recv_hello()
Deigrp.h121 #define EIGRP_HDR_FLAG_INIT 0x01 macro