Home
last modified time | relevance | path

Searched refs:BFD_FLAG_A (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/net/
Dbfd.h52 #define BFD_FLAG_A 0x04 macro
Dbfd.c121 #define BFD_FLAG_A 0x04 macro
801 if ((flags & BFD_FLAG_A) && bfd->bc_neighbor->bn_authtype == 0) in bfd_input()
803 if (!(flags & BFD_FLAG_A) && bfd->bc_neighbor->bn_authtype != 0) in bfd_input()
805 if (flags & BFD_FLAG_A) { in bfd_input()