Home | History | Annotate | Download | only in webrtc

Lines Matching full:ufrag

153     "a=ice-ufrag:CerjGp19G7wpXwl7\r\n"
820 // Replace ufrag and pwd lines with empty strings.
824 std::string ufrag_line = "a=ice-ufrag:" + transport_desc->ice_ufrag
846 // Replace ufrag and pwd lines with |modified_ice_ufrag| and
851 std::string ufrag_line = "a=ice-ufrag
855 std::string mod_ufrag = "a=ice-ufrag:" + modified_ice_ufrag + "\r\n";
2790 // no a=ice-ufrag and a=ice-pwd lines are present in the SDP.
2804 // no a=ice-ufrag and a=ice-pwd lines are present in the SDP.
2816 // too short ice ufrag and pwd strings.
2823 // Modifying ice ufrag and pwd in local offer with strings smaller than the
2841 // too short ice ufrag and pwd strings.
2846 // Modifying ice ufrag and pwd in remote offer with strings smaller than the
2863 // a new ufrag or pwd), the old ICE candidates are not copied, and vice versa.
2882 // The second offer has the same ufrag and pwd but different address.
2895 // The third offer has a different ufrag and different address.
2908 // The fourth offer has no candidate but a different ufrag/pwd.
2919 // a new ufrag or pwd), the old ICE candidates are not copied, and vice versa.
2940 // The second answer has the same ufrag and pwd but different address.
2953 // The third answer has a different ufrag and different address.
2966 // The fourth answer has no candidate but a different ufrag/pwd.
3673 // This test verifies that an answer contains new ufrag and password if an offer
3674 // with new ufrag and password is received.
3688 // Receive an offer with new ufrag and password.
3706 // This test verifies that an answer contains old ufrag and password if an offer
3707 // with old ufrag and password is received.
3721 // Receive an offer without changed ufrag or password.