亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? unplug_test.c

?? blue tooth protocol stack source code
?? C
?? 第 1 頁 / 共 3 頁
字號:
/* * unplug_test.c -- Test cases for the UnPlugFests * * Copyright (C) 2000, 2001  Axis Communications AB * * Author: Mats Friden <mats.friden@axis.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. * * Exceptionally, Axis Communications AB grants discretionary and * conditional permissions for additional use of the text contained * in the company's release of the AXIS OpenBT Stack under the * provisions set forth hereunder. * * Provided that, if you use the AXIS OpenBT Stack with other files, * that do not implement functionality as specified in the Bluetooth * System specification, to produce an executable, this does not by * itself cause the resulting executable to be covered by the GNU * General Public License. Your use of that executable is in no way * restricted on account of using the AXIS OpenBT Stack code with it. * * This exception does not however invalidate any other reasons why * the executable file might be covered by the provisions of the GNU * General Public License. * * $Id: unplug_test.c,v 1.3 2001/07/31 19:28:55 pkj Exp $ * */#define __NO_VERSION__ /* don't define kernel_version in module.h */#ifdef __KERNEL__#include <linux/malloc.h>#include <linux/bluetooth/hci.h>#include <linux/bluetooth/l2cap_con.h>#include <linux/bluetooth/sdp.h>#include <linux/bluetooth/tcs.h>#include <linux/bluetooth/test.h>#include <linux/bluetooth/rfcomm.h>#include <linux/bluetooth/btcommon.h>#else#include <string.h>#include "include/hci.h"#include "include/l2cap_con.h"#include "include/sdp.h"#include "include/tcs.h"#include "include/test.h"#include "include/rfcomm.h"#include "include/btcommon.h"#endifextern rfcomm_con rfcomm_con_list[7];extern rpn_values rpn_val;extern tcs_con tcs[1];extern sdp_con sdp_con_list[7];extern l2cap_con *testcon; /* is set in test.c */extern s32 emulate_pending; /* is set in test.c */extern s32 test_inmtu;extern s32 dont_send_config_req;extern s32 use_multiple_conf_params;extern s32 disable_testpsm;s32 test_role;/* ======================================================================== */ /* Unplug Test Cases 1-13 *//* [Test-01] Service search request for UUID 0x1103 (DialUp Profile) */unsigned char q1_1[] = {0x02, 0x77, 0x77, 0x00, 0x08,		      0x35, 0x03, 0x19, 0x11, 0x03, 0x00, 0xff, 0x00};/* Service attribute request for Rec Hdl 00010000 * Attr :  ProtDescrList  */unsigned char q1_2[] = {0x04, 0x77, 0x77, 0x00, 0x0c,			0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35, 0x03,			0x09, 0x00, 0x04, 0x00};/*  [Test-02] Service browsing.  *  Service Search Attribute Req for UUID 1002 (Public  *  Browse Group) Attr : ServiceName  */unsigned char q2[] = {0x06, 0x77, 0x77, 0x00, 0x0d,		      0x35, 0x03, 0x19, 0x10, 0x02, 0x00, 0xff, 0x35,		      0x03, 0x09, 0x01, 0x00, 0x00};/* [Test-3]  * Continued query with limiting MaximumAttrByteCount */unsigned char q3_1[] = {0x06, 0x77, 0x77, 0x00, 0x0f,			0x35, 0x03, 0x19, 0x11, 0x05, 0x00, 0x45, 0x35,			0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00};/* The continued request */unsigned char q3_2[] = {0x06, 0x88, 0x88, 0x00, 0x13,			0x35, 0x03, 0x19, 0x11, 0x05, 0x00, 0x45, 0x35,			0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x01, 0x00};/* [Test-04]  * Search for non-existing service  */unsigned char q4[] = {0x02, 0x88, 0x88, 0x00, 0x08,		      0x35, 0x03, 0x19, 0x12, 0x35, 0x00, 0xff, 0x00};unsigned char q5[] = {0x04, 0x88, 0x88, 0x00, 0x0c,		      0x12, 0x34, 0x56, 0x78, 0x00, 0xff, 0x35, 0x03,		      0x09, 0x00, 0x06, 0x00};unsigned char q6[] = {0x06, 0x88, 0x88, 0x00, 0x0d,		      0x35, 0x03, 0x19, 0x11, 0x11, 0x00, 0xff, 0x35, 0x03,		      0x09, 0xab, 0xcd, 0x00};unsigned char q7[] = {0x04, 0x88, 0x88, 0x00, 0x50,		      0x00, 0x01, 0x00, 0x02, 0x00, 0xff, 0x35, 0x03, 0x09,		      0x00, 0x09, 0x00};unsigned char q8[] = {0x06, 0x88, 0x88, 0x00, 0x0d,		      0x35, 0x03, 0x09, 0x11, 0x11, 0x00, 0xff, 0x35, 0x03,		      0x09, 0x00, 0x09, 0x00};unsigned char q9[] = {0x06, 0x88, 0x88, 0x00, 0x13,		      0x35, 0x09, 0x19, 0x11, 0x05, 0x19, 0x00, 0x03, 0x19,		      0x01, 0x00, 0x00, 0xff, 0x35, 0x03, 0x09, 0x00, 0x04,		      0x00};unsigned char q10[] = {0x02, 0x88, 0x88, 0x00, 0x08,		       0x35, 0x03, 0x19, 0x00, 0x03, 0x00, 0x02, 0x00};unsigned char q11[] = {0x04, 0x88, 0x88, 0x00, 0x12,		       0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35, 0x09, 0x09,		       0x00, 0x06, 0x09, 0x00, 0x11, 0x09, 0x01, 0x00, 0x00};/* ======================================================================== */ unsigned char sdp_data_52111[] = { 0x02, 0x77, 0x77, 0x00, 0x08,				   0x35, 0x03, 0x19, 0x00, 0x01, 0x00, 0xff,				   0x00 };unsigned char sdp_data_52113_1[] = { 0x02, 0x77, 0x77, 0x00, 0x08,				     0x35, 0x03, 0x19, 0x00, 0x01, 0x00, 0x01,				     0x00 };unsigned char sdp_data_52113_2[] = { 0x02, 0x77, 0x77, 0x00, 0x09,				     0x35, 0x03, 0x19, 0x00, 0x01, 0x00, 0x01,				     0x01, 0x00 };unsigned char sdp_data_52114[] = { 0x02, 0x77, 0x77, 0x00, 0x08,				   0x35, 0x03, 0x19, 0x12, 0x34, 0x00, 0xff,				   0x00 };unsigned char sdp_data_52121[] = { 0x02, 0x77, 0x77, 0x00, 0x0a,				   0x35, 0x03, 0x19, 0x00, 0x01, 0x00, 0xff,				   0x00 };unsigned char sdp_data_52122[] = { 0x02, 0x77, 0x77, 0x00, 0x06,				   0x19, 0x00, 0x01, 0x00, 0xff, 0x00 };  unsigned char sdp_data_53111[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				   0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				   0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_53113_1[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				     0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x35,				     0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_53113_2[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				     0x00, 0x01, 0x00, 0x00, 0x00, 0x06, 0x35,				     0x03, 0x09, 0x00, 0x01, 0x01 };unsigned char sdp_data_53114[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				   0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				   0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_53115[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				   0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				   0x03, 0x09, 0x00, 0x04, 0x00 };unsigned char sdp_data_53118[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				   0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				   0x03, 0x09, 0x00, 0x05, 0x00 };unsigned char sdp_data_531110[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				    0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				    0x03, 0x09, 0x00, 0x08, 0x00 };unsigned char sdp_data_531117[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				    0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				    0x03, 0x09, 0x00, 0x09, 0x00 };unsigned char sdp_data_531120[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				    0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				    0x03, 0x09, 0x01, 0xff, 0x00 };unsigned char sdp_data_53121[] = { 0x04, 0x88, 0x88, 0x00, 0x0c,				   0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x35,				   0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_53122[] = { 0x04, 0x88, 0x88, 0x00, 0x0a,				   0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x09,				   0x00, 0x01, 0x00 };unsigned char sdp_data_53123[] = { 0x04, 0x88, 0x88, 0x00, 0x0a,				   0x00, 0x00, 0x00, 0xff, 0x00, 0xff, 0x35,				   0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_54111[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				   0x35, 0x03, 0x19, 0x12, 0x34, 0x00, 0xff,				   0x35, 0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_54112[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				   0x35, 0x03, 0x19, 0x00, 0x01, 0x00, 0xff,				   0x35, 0x03, 0x09, 0x01, 0xff, 0x00 };unsigned char sdp_data_54113[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				   0x35, 0x03, 0x19, 0x12, 0x34, 0x00, 0xff,				   0x35, 0x03, 0x09, 0x01, 0xff, 0x00 };unsigned char sdp_data_54114[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				   0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				   0x35, 0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_54116_1[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				     0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0x06,				     0x35, 0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_54116_2[] = { 0x06, 0x88, 0x88, 0x00, 0x0e,				     0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0x06,				     0x35, 0x03, 0x09, 0x00, 0x01, 0x01, 0x00 };unsigned char sdp_data_541110[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				    0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				    0x35, 0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_541111[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				    0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				    0x35, 0x03, 0x09, 0x00, 0x04, 0x00 };unsigned char sdp_data_541112[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				    0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				    0x35, 0x03, 0x09, 0x00, 0x05, 0x00 };unsigned char sdp_data_541120[] = { 0x06, 0x88, 0x88, 0x00, 0x0d,				    0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				    0x35, 0x03, 0x09, 0x00, 0x09, 0x00 };unsigned char sdp_data_54121[] = { 0x06, 0x88, 0x88, 0x00, 0x0b,				   0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				   0x09, 0x00, 0x09, 0x00 };unsigned char sdp_data_54122[] = { 0x06, 0x88, 0x88, 0x00, 0x0f,				   0x35, 0x03, 0x19, 0x10, 0x00, 0x00, 0xff,				   0x35, 0x03, 0x09, 0x00, 0x01, 0x00 };unsigned char sdp_data_55111_1[] = { 0x02, 0x77, 0x77, 0x00, 0x08,				     0x35, 0x03, 0x19, 0x10, 0x02, 0x00, 0xff,				     0x00 };unsigned char sdp_data_55111_2[] = { 0x04, 0x88, 0x88, 0x00, 0x0e,				     0x00, 0x01, 0x00, 0x00, 0x00, 0xff, 0x35,				     0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00 };unsigned char sdp_data_55111_3[] = { 0x04, 0x88, 0x88, 0x00, 0x0e,				     0x00, 0x10, 0x00, 0x00, 0x00, 0xff, 0x35,				     0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00 };unsigned char sdp_data_55111_4[] = { 0x04, 0x88, 0x88, 0x00, 0x0e,				     0x00, 0x10, 0xff, 0xff, 0x00, 0xff, 0x35,				     0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00 };unsigned char sdp_data_55111_5[] = { 0x04, 0x88, 0x88, 0x00, 0x0e,				     0x00, 0x11, 0xff, 0xff, 0x00, 0xff, 0x35,				     0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00 };unsigned char sdp_data_55111_6[] = { 0x04, 0x88, 0x88, 0x00, 0x0e,				     0x01, 0x00, 0xff, 0xff, 0x00, 0xff, 0x35,				     0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00 };unsigned char sdp_data_55111_7[] = { 0x04, 0x88, 0x88, 0x00, 0x0e,				     0x01, 0x01, 0xff, 0xff, 0x00, 0xff, 0x35,				     0x05, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x00 };unsigned char sdp_data_55111_8[] = { 0x02, 0x77, 0x77, 0x00, 0x08,				     0x35, 0x03, 0x19, 0x10, 0x01, 0x00, 0xff,				     0x00 };unsigned char sdp_data_55112_1[] = { 0x06, 0x88, 0x88, 0x00, 0x0f,				     0x35, 0x03, 0x19, 0x10, 0x02, 0x00, 0xff,				     0x35, 0x05, 0x0a, 0x00, 0x00, 0xff, 0xff,				     0x00 };unsigned char sdp_data_55112_2[] = { 0x06, 0x88, 0x88, 0x00, 0x0f,				     0x35, 0x03, 0x19, 0x10, 0x01, 0x00, 0xff,				     0x35, 0x05, 0x0a, 0x00, 0x00, 0xff, 0xff,				     0x00 };extern u8 testdata[];static u8 test_is_initialized = 0;static voidunplug_test_init(void){	/* initializes temp data */	s32 i;	printk("Initializing Unplug Test\n");	/* group data into 0xff chunks */	for (i = 0; i < UPTEST_DATA_LEN; i++) {		*(testdata+i) = (u8) i%0x100;	}	test_is_initialized = 1;}#define SERVER 0#define CLIENT 1static s32 test_server(void){	printk("Now we are test server (device A)\n");	test_role = SERVER;	return 0;}static s32 test_client(void){	printk("Now we are test client (device B)\n");	test_role = CLIENT;	return 0;}/*  * FIXME - do complete test 'scripts' that runs through all the test * on one section  *//*  * L2CAP stuff  *//* * Test case 1 : Opening of a Connection-Oriented Channel,  * * (see bttest.c, issue command 'test_conn <bd addr> <psm>') *//* * Test case : Data transfer via Open L2CAP Channel (L2CAP Test 2) *//* * Test case : Data transfer via Open L2CAP Channel (L2CAP Test 3) */static s32 test_2_2_1(void){	/* client sends 10 bytes */	printk("test_2_2_1, client sends 10 bytes\n"); 	return test_send_data(testcon, testdata, 10);}static s32 test_2_2_2(void){	/* client sends 350 bytes */	printk("test_2_2_2, client sends 350 bytes\n"); 	return test_send_data(testcon, testdata, 350);}static s32 test_2_2_3(void){	/* client sends 672 bytes */	printk("test_2_2_3, client sends 672 bytes\n"); 	return test_send_data(testcon, testdata, 672);}static s32 test_2_2_4(void){	/* server sends 10 bytes */	printk("test_2_2_4, server sends 10 bytes\n"); 	return test_send_data(testcon, testdata, 10);}static s32 test_2_2_5(void){	/* server sends 350 bytes */	printk("test_2_2_5, server sends 350 bytes\n"); 	return test_send_data(testcon, testdata, 350);}static s32 test_2_2_6(void){	/* server sends 672 bytes */	printk("test_2_2_6, server sends 672 bytes\n"); 	return test_send_data(testcon, testdata, 672);}static s32 test_2_3(void){	printk("test_2_3, disconnect\n");	return test_disconnect_req(testcon);} /* * Test case : Echo * Device A Initiator (L2CAP Test 4) * *//*  upt t 241 *//* * Test case : Re-Configuration, using assymetric MTU:s and * Data Transferred (L2CAP Test 5) */#define OPTION_MTU1 4096#define OPTION_MTU2 8192static s32 test_2_5_1(void){	s32 retval = 0;	printk("[Client] Sending config req for mtu = %d\n", OPTION_MTU1);	if ((retval = l2ca_config_req(testcon, OPTION_MTU1, NULL, 0, 0)) < 0) {		D_ERR("l2ca_connect_cfm : Configuration request failed\n");	}	return retval;}static s32 test_2_5_2(void){	printk("[Server] Set our in_mtu to :%d\n", OPTION_MTU2);	test_inmtu = OPTION_MTU2;	return 0;}static s32 test_2_5_3(void){	s32 retval = 0;	printk("[Client] Sending config req for mtu = %d\n", OPTION_MTU2);	if ((retval = l2ca_config_req(testcon, OPTION_MTU2, NULL, 0xffff, 0)) < 0) {		D_ERR("l2ca_connect_cfm : Configuration request failed\n");	}	return retval;}static s32 test_2_5_4(void){	printk("[Server] Set our in_mtu to :%d\n", OPTION_MTU1);	test_inmtu = OPTION_MTU1;	return 0;}static s32 test_2_5_5(void){	/* Client sends 8192 bytes of data */	printk("Sends 8192 bytes\n");	return test_send_data(testcon, testdata, 8192);}static s32 test_2_5_6(void){	printk("Sending 4096 bytes\n");	/* Server sends 4096 bytes of data */	return test_send_data(testcon, testdata, 4096);}/* * Test case : Connection reject on psm 0x4561 */static s32 test_2_6_1(void){	printk("Now disabling test psm\n");	disable_testpsm = 1;	return 0;}/* * Test case : Echo (server) (L2CAP Test 7) * handled automatically in l2cap */ /* * Test case : Connection Request Rejected (L2CAP Test 8, 9) * (see btd.c, issue 'test_con <bd> 4561' ) */static s32 test_2_7_2(void){	printk("Emulating authorization pending...\n");	emulate_pending = 1;	return 0;}static s32 test_2_8_1(void){	printk("Client sends 350 bytes on testcon 1\n");	return test_send_data(testcon, testdata, 350);}static s32 test_2_8_2(void){	printk("Server sends 350 bytes on testcon 1\n");	return test_send_data(testcon, testdata, 350);}static s32 test_2_8_3(void){	printk("Client sends 350 bytes on testcon 2\n");	return test_send_data(testcon2, testdata, 350);}static s32 test_2_8_4(void){	printk("Server sends 350 bytes on testcon 2\n");	return test_send_data(testcon2, testdata, 350);}static s32 test_2_9_1(void){	s32 retval = 0;	printk("Now testing timeout in reconfigure state\n");	printk("Client tries to reconfigure mtu 4096\n");	if ((retval = l2ca_config_req(testcon, 4096, NULL, 0xffff, 0)) < 0){		D_ERR("test_connect_cfm : Configuration request failed\n");	}	return retval;}static s32 test_2_9_2(void){

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美一级在线免费| 日韩欧美电影在线| 免费成人在线网站| 欧美激情一区二区三区不卡| 色天天综合久久久久综合片| 蜜桃传媒麻豆第一区在线观看| 亚洲国产精品精华液ab| 欧美精品乱码久久久久久| 国产高清一区日本| 日日噜噜夜夜狠狠视频欧美人 | 欧美日韩成人综合| 成人精品视频网站| 麻豆精品蜜桃视频网站| 亚洲品质自拍视频| 精品国产成人系列| 欧美日韩免费高清一区色橹橹| 国产成人精品一区二| 日韩国产欧美在线视频| 亚洲人成网站色在线观看| 欧美精品一区二区三区蜜臀| 欧美视频在线观看一区二区| 成人免费va视频| 国产综合色在线视频区| 日本在线不卡一区| 亚洲一区免费视频| 国产精品不卡在线| 国产视频视频一区| 欧美成人一区二区三区| 欧美性色黄大片| 不卡视频免费播放| 国产成人在线视频网站| 激情小说欧美图片| 日本欧美在线看| 午夜精品久久一牛影视| 亚洲综合免费观看高清完整版| 国产精品久久久久久久久快鸭| 久久这里只有精品视频网| 欧美一区二区三区视频| 欧美精品欧美精品系列| 欧美亚洲免费在线一区| 在线免费观看不卡av| 91麻豆高清视频| 91在线国产福利| 99视频精品全部免费在线| 大白屁股一区二区视频| 国产精品亚洲视频| 国产精品亚洲专一区二区三区| 国内外成人在线| 狠狠色丁香婷婷综合| 国内精品写真在线观看| 精品一二三四区| 国产麻豆视频一区二区| 国产麻豆精品在线| 国产成人99久久亚洲综合精品| 国产麻豆视频精品| 成人午夜av电影| gogo大胆日本视频一区| 91网上在线视频| 欧美亚洲一区二区在线观看| 欧美日韩另类国产亚洲欧美一级| 欧美日韩黄色影视| 日韩一卡二卡三卡四卡| 久久综合av免费| 国产精品久久午夜| 亚洲激情成人在线| 97精品视频在线观看自产线路二| 91在线视频免费观看| 在线观看视频一区二区欧美日韩| 欧美午夜一区二区三区| 69堂国产成人免费视频| 精品少妇一区二区三区在线播放| 久久综合久久综合亚洲| 国产精品久久久久久久浪潮网站| 中文字幕在线观看不卡| 亚洲小说欧美激情另类| 免费成人在线观看| 国产成人av网站| 日本韩国精品一区二区在线观看| 欧美日韩高清一区| 国产亚洲一二三区| 亚洲精品国产精品乱码不99| 三级在线观看一区二区 | 亚洲女女做受ⅹxx高潮| 天天综合天天做天天综合| 国产一区二区三区在线观看免费视频| 成人99免费视频| 欧美日韩国产色站一区二区三区| 欧美mv日韩mv亚洲| 综合激情网...| 麻豆精品在线播放| 91视频在线看| 日韩欧美久久久| 中文字幕一区二区三| 日韩精品一卡二卡三卡四卡无卡| 国产伦精品一区二区三区视频青涩 | av一区二区三区四区| 欧美亚州韩日在线看免费版国语版| 欧美电视剧在线看免费| 亚洲欧美日韩成人高清在线一区| 日本不卡视频一二三区| 成熟亚洲日本毛茸茸凸凹| 欧美日韩国产在线观看| 国产情人综合久久777777| 亚洲电影一级片| 成人午夜在线免费| 欧美一级高清片在线观看| 亚洲手机成人高清视频| 国产呦萝稀缺另类资源| 欧美日韩大陆一区二区| 成人欧美一区二区三区1314| 毛片不卡一区二区| 欧美在线观看一区| 国产精品高潮久久久久无| 久久精品国产77777蜜臀| 在线观看91精品国产入口| 国产性做久久久久久| 蜜桃免费网站一区二区三区| 一本到三区不卡视频| 国产视频一区二区在线| 经典三级在线一区| 91精品久久久久久蜜臀| 一区二区三区在线视频观看| 丰满白嫩尤物一区二区| 日韩免费电影网站| 日韩精品91亚洲二区在线观看| 91玉足脚交白嫩脚丫在线播放| 久久久噜噜噜久久人人看| 日韩专区一卡二卡| 欧美日韩美女一区二区| 夜夜精品视频一区二区| 97精品电影院| 日韩一区在线免费观看| 成人午夜免费视频| 国产女人水真多18毛片18精品视频| 免费在线观看成人| 欧美一级片免费看| 日本vs亚洲vs韩国一区三区| 欧美日韩一区二区三区不卡| 亚洲免费观看高清完整| 91香蕉视频污在线| 亚洲欧美激情小说另类| 99久久免费视频.com| 亚洲欧洲日韩综合一区二区| 99综合影院在线| 中文字幕一区二区三区蜜月| 99久久国产免费看| 亚洲免费高清视频在线| 91国偷自产一区二区三区观看| 日韩毛片高清在线播放| 色婷婷综合久久| 一区二区三区高清不卡| 欧洲视频一区二区| 亚洲v中文字幕| 这里只有精品电影| 久久精品久久99精品久久| 日韩欧美电影一区| 国产精品一区久久久久| 国产精品萝li| 色噜噜夜夜夜综合网| 亚洲成人福利片| 欧美一区二区三区日韩| 韩国视频一区二区| 国产精品无码永久免费888| 成人禁用看黄a在线| 一区二区三区四区av| 欧美年轻男男videosbes| 九色综合狠狠综合久久| 国产欧美精品日韩区二区麻豆天美| 不卡电影一区二区三区| 亚洲午夜视频在线| 日韩一区二区电影在线| 成熟亚洲日本毛茸茸凸凹| 一区二区三区欧美亚洲| 欧美一区二区三区不卡| 国产在线日韩欧美| 高清不卡一区二区在线| 亚洲人被黑人高潮完整版| 欧美日韩一区成人| 国产一区二区91| 一区二区在线观看免费视频播放| 欧美夫妻性生活| 国产成人av一区二区三区在线| 亚洲精品亚洲人成人网在线播放| 欧美一区二区在线不卡| 成人免费三级在线| 亚洲成人激情社区| 欧美国产国产综合| 777午夜精品免费视频| 国产99久久精品| 性欧美大战久久久久久久久| 久久色在线视频| 精品视频免费在线| 丁香六月综合激情| 日韩国产在线观看一区| 国产精品久久久久久亚洲毛片 | 日本强好片久久久久久aaa| 中文在线免费一区三区高中清不卡 | 蜜臀av一级做a爰片久久| 欧美国产日韩一二三区| 91精品国产综合久久久久久|