Home | History | Annotate | Download | only in base

Lines Matching refs:offer

84     const TransportDescription* offer,
87 // A NULL offer is treated as a GICE transport description.
94 if (offer && offer->transport_type == NS_JINGLE_ICE_UDP &&
96 // Offer is ICE or hybrid, we support ICE or hybrid: use ICE.
98 } else if (offer && offer->transport_type == NS_JINGLE_ICE_UDP &&
99 offer->HasOption(ICE_OPTION_GICE) &&
102 // Offer is hybrid, we support GICE: use GICE.
103 } else if ((!offer || offer->transport_type == NS_GINGLE_P2P) &&
105 // Offer is GICE, we support hybrid or GICE: use GICE.
125 if (offer && offer->identity_fingerprint.get()) {
126 // The offer supports DTLS, so answer with DTLS, as long as we support it.
138 // We require DTLS, but the other side didn't offer it. Fail.