Lines Matching defs:cast_flags
414 if (peer->cast_flags & (MDF_BCAST | MDF_MCAST)) {
435 if (peer->cast_flags & MDF_ACAST) {
464 if (peer->cast_flags & MDF_POOL) {
476 if (MDF_PCLNT & peer->cast_flags) {
650 u_char cast_flags; /* MDF_* flags for newpeer() */
1474 if (!AUTH( (!(peer2->cast_flags & MDF_POOL)
1496 cast_flags = MDF_UCAST;
1497 if (MDF_POOL & peer2->cast_flags) {
1498 cast_flags |= MDF_PCLNT;
1504 cast_flags, 0, skeyid, sys_ident);
1516 if (peer2->cast_flags & MDF_POOL)