Home | History | Annotate | Download | only in include

Lines Matching refs:SRCADR

54 #define	SRCADR(psau)		(ntohl(NSRCADR(psau)))
106 ? IN_CLASSD(SRCADR(psau)) \
221 #define ISREFCLOCKADR(srcadr) \
222 (IS_IPV4(srcadr) && \
223 (SRCADR(srcadr) & REFCLOCK_MASK) == REFCLOCK_ADDR)
239 #define ISBADADR(srcadr) \
240 (IS_IPV4(srcadr) \
241 && ((SRCADR(srcadr) & LOOPNETMASK) \
243 && SRCADR(srcadr) != LOOPBACKADR)
247 ? LOOPBACKADR == SRCADR(psau) \