Searched refs:MDF_POOL (Results 1 – 4 of 4) sorted by relevance
590 cast_flags = MDF_POOL; in peer_config()611 if ((MDF_ACAST | MDF_POOL) & cast_flags) in peer_config()789 INSIST(NULL == hostname || (MDF_POOL & cast_flags)); in newpeer()915 else if (cast_flags & MDF_POOL) in newpeer()
425 if (peer->cast_flags & MDF_POOL) { in transmit()1150 if (!AUTH( (!(peer2->cast_flags & MDF_POOL) in receive()1183 if (peer2->cast_flags & MDF_POOL) in receive()
787 #define MDF_POOL 0x08 /* pool client solicitor */ macro799 #define MDF_TXONLY_MASK (MDF_BCAST | MDF_MCAST | MDF_ACAST | MDF_POOL)803 #define MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL)
141259 add MDF_POOL, rename MDF_ACLNT -> MDF_UCLNT to cover both141261 add MDF_SOLICIT_MASK (MDF_ACAST | MDF_POOL).