Lines Matching defs:payload
566 let payload = Bytes::from_static(&[ in test_rfc8285_get_extension_returns_nil_when_extension_disabled() localVariable
595 let payload = Bytes::from_static(&[ in test_rfc8285_del_extension() localVariable
637 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_get_extension_ids() localVariable
683 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_get_extension_ids_return_empty_when_extension_disabled() localVariable
705 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_del_extension_returns_error_when_extenstions_disabled() localVariable
730 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_one_byte_set_extension_should_enable_extension_when_adding() localVariable
769 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_set_extension_should_set_correct_extension_profile_for_16_byte_extension() localVariable
801 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_set_extension_should_update_existing_extension() localVariable
842 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_one_byte_set_extension_should_error_when_invalid_id_provided() localVariable
893 let payload = reserved_id_pkt.slice(17..); in test_rfc8285_one_byte_extension_terminate_processing_when_reserved_id_encountered() localVariable
900 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_one_byte_set_extension_should_error_when_payload_too_large() localVariable
937 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_two_bytes_set_extension_should_enable_extension_when_adding() localVariable
982 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_two_byte_set_extension_should_update_existing_extension() localVariable
1023 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc8285_two_byte_set_extension_should_error_when_payload_too_large() localVariable
1077 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc3550_set_extension_should_error_when_non_zero() localVariable
1111 let payload = Bytes::from_static(&[0x98u8, 0x36, 0xbe, 0x88, 0x9e]); in test_rfc3550_set_extension_should_error_when_setting_non_zero_id() localVariable
1219 let payload = raw_pkt.slice(12..); in test_round_trip() localVariable