Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_net.h86 # define SCOPE_EQ(psau1, psau2) \ macro
97 # define SCOPE_EQ(psau1, psau2) (1) macro
180 && SCOPE_EQ((psau1), (psau2))))
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c241 if ( ! SCOPE_EQ(a1, a2)) in keyacc_amatch()