Home
last modified time | relevance | path

Searched refs:LSA_24_MASK (Results 1 – 3 of 3) sorted by last modified time

/openbsd/usr.sbin/ospf6d/
H A Dospfe.c556 htonl(LSA_24_MASK); in ospfe_dispatch_rde()
1031 lsa_net.opts &= lsa_net.opts & htonl(LSA_24_MASK); in orig_net_lsa()
H A Dospf6.h185 #define LSA_24_MASK 0xffffff macro
189 ((x) & LSA_24_MASK)
191 ((x) = ((x) & LSA_24_MASK) | (((y) & 0xff) << 24))
193 ((x) = ((y) & LSA_24_MASK) | ((x) & ~LSA_24_MASK))
/openbsd/usr.sbin/ospfd/
H A Dospf.h201 #define LSA_24_MASK 0xffffff macro
205 ((x) & LSA_24_MASK)
207 ((x) = ((x) & LSA_24_MASK) | (((y) & 0xff) << 24))
209 ((x) = ((y) & LSA_24_MASK) | ((x) & ~LSA_24_MASK))