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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? ospf_hello.c

?? vxworks下ospf協議棧
?? C
?? 第 1 頁 / 共 4 頁
字號:
/* ospf_hello.c - used for sending, receiving and processing Hello packets *//* Copyright 1998 - 2003 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------02i,26may03,agi Changed rwos_get_system_elapsed_time_second() to                ospf_get_system_elapsed_time_second()                Added code inspection changes02h,20may03,agi    Removed dependency on RWOS02g,22apr03,ram	   SPR#76812 Modifications for OSPF performance enhancements02f,26feb03,kkz    SPR 86263 - Don't recalc DR unless necessary02e,06jan03,ram	   SPR 85432 Changes to allow more OSPF external route processing02d,11dec02,fli    SPR 81628 - Fixes for ANVL 13.6 to pass on MIPS board02c,03dec02,ram    SPR 84312 - Change elapsed time to return seconds02b,22nov02,dsk    SPR 76417, ANVL 13.17 DUT is not setting ANVL as a correct BDR router.02a,19nov02,mwv    merge TMS code SPR 8428401z,22oct02,hme    Fix SPR #294168  not able detect and handle on-way links using                   HELLO packets01y,09oct02,hme    Fix TSR #29146801x,25apr02,jkw    Change displaying of interface from hex to decimal.01w,13oct01,kc     Dynamic configuration changes.01v,26sep01,kc     Don't determine destination neighbor id for ppp or vl if interface                   is going down in ospf_set_destination_and_neighbor_information()01u,26sep01,kc     Skip ospf_determine_number_of_neighbors_for_hello_packet() in                   ospf_send_hello() if interface is going down01t,11may01,aos    Added null pointer checks01s,3may01,jkw     Added checks for NULL pointers and alarm messages01r,26sep00,reshma Added WindRiver CopyRight01q,25sep00,reshma RFC-1587 implementation for OSPF NSSA Option, also tested against ANVL.01p,07jul00,reshma Unix compatibility related changes.01o,04apr00,reshma Added some MIB support (Read only).Passed all important ANVL OSPF tests.01n,23dec99,reshma Compatibility with VxWorks-IP and VxWorks RTM-interface01m,06jan99,jack   Change in setting sest router on virtual links and point to point in                   function ospf_set_destination_and_neighbor_information01l,13aug98,jack   ifdefed lsl control calls01k,28dec98,jack   Compiled and added some comments01j,11nov98,jack   Config changes, linted and big endian changes01i,30oct98,jack   Incorporate changes for compilation on Vxworks01h,23aug98,jack   ANVL tested OSPF with PATRICIA tree route table and no recursion01g,10aug98,jack   PATRICIA Route Table Based OSPF Code Base01f,04jun98,jack   Integration with RTM and BGP01e,24apr98,jack   RTM changes01d,10jul97,cindy  Pre-release v1.52b01c,02oct97,cindy  Release Version 1.5201b,22oct96,cindy  Release Version 1.5001a,05jun96,cindy  First Beta Release*//*DESCRIPTIONospf_hello.c is used for sending and receiving hello packets.  This file will extract informationfrom the hello packet and validate whether the hello packet is valid or not.  This file willsend create hello packets to be sent to other OSPF routers.This file is used from the timer task to send hello packets and on the receive task when receivinghello packets.*/#include "ospf.h"#if defined (__OSPF_VIRTUAL_STACK__)#include "ospf_vs_lib.h"#endif /* __OSPF_VIRTUAL_STACK__ *//***********************************************************************************************************************************/static ULONG ospf_determine_number_of_neighbors_for_hello_packet (OSPF_INTERFACE *sptr_interface);static OSPF_HEADER *ospf_new_hello (ULONG number_of_neighbors,ULONG authentication_size);static void ospf_initialize_hello_packet_header (OSPF_HELLO_HEADER *sptr_hello,OSPF_INTERFACE *sptr_interface,enum BOOLEAN goingdown);static void ospf_set_destination_and_neighbor_information (OSPF_INTERFACE *sptr_interface,OSPF_NEIGHBOR *sptr_neighbor,enum BOOLEAN goingdown,	ULONG *sptr_destination_router,ULONG *ulptr_recently_seen_neighbor,OSPF_HEADER *sptr_packet,ULONG *ulptr_length_of_packet);static void ospf_setup_to_send_on_an_NBMA_network (OSPF_INTERFACE *sptr_interface,OSPF_NEIGHBOR *sptr_neighbor,enum BOOLEAN goingdown,	ULONG *sptr_destination_router,ULONG *ulptr_recently_seen_neighbor,OSPF_HEADER *sptr_packet,ULONG *ulptr_length_of_packet);#if defined (__RFC_2328__)static void ospf_setup_to_send_on_a_point_to_multipoint_network (OSPF_INTERFACE *sptr_interface,OSPF_NEIGHBOR *sptr_neighbor,enum BOOLEAN goingdown,	ULONG *sptr_destination_router,ULONG *ulptr_recently_seen_neighbor,OSPF_HEADER *sptr_packet,ULONG *ulptr_length_of_packet);#endif /* __RFC_2328__ */static void	ospf_setup_to_send_to_designated_router_and_backup_designated_router (OSPF_INTERFACE *sptr_interface,ULONG *sptr_destination_router,	ULONG *ulptr_recently_seen_neighbor,enum BOOLEAN goingdown,ULONG *ulptr_length_of_packet);static void	ospf_setup_to_send_to_all_eligible_neighbors (OSPF_INTERFACE *sptr_interface,ULONG *sptr_destination_router,	ULONG *ulptr_recently_seen_neighbor,enum BOOLEAN goingdown,OSPF_NEIGHBOR *sptr_neighbor,ULONG *ulptr_length_of_packet);static void	ospf_setup_to_send_to_all_neighbors_in_up_state (OSPF_INTERFACE *sptr_interface,ULONG *sptr_destination_router,	ULONG *ulptr_recently_seen_neighbor,enum BOOLEAN goingdown,OSPF_NEIGHBOR *sptr_neighbor,OSPF_HEADER *sptr_packet,	ULONG *ulptr_length_of_packet);#if defined (__RFC_2328__)static void	ospf_setup_to_send_to_all_neighbors_in_exchange_state (OSPF_INTERFACE *sptr_interface,ULONG *sptr_destination_router,	ULONG *ulptr_recently_seen_neighbor,enum BOOLEAN goingdown,OSPF_NEIGHBOR *sptr_neighbor,OSPF_HEADER *sptr_packet,	ULONG *ulptr_length_of_packet);#endif /* __RFC_2328__ */static ULONG* ospf_add_neighbor_to_end_of_hello_packet (ULONG *ulptr_end_of_hello_packet,ULONG neighbor_id,ULONG *ulptr_length_of_packet);static enum OSPF_PACKET_STATE ospf_check_hello_packet_validity (OSPF_HELLO_HEADER *sptr_hello,OSPF_INTERFACE *sptr_interface,	ULONG router_id);static OSPF_NEIGHBOR *ospf_extract_neighbor_information_from_hello_packet  (OSPF_HELLO_HEADER *sptr_hello,OSPF_NEIGHBOR *sptr_new_neighbor,	OSPF_INTERFACE *sptr_interface,ULONG source_address,ULONG router_id,ULONG cryptographic_sequence_number);static void ospf_examine_rest_of_hello_packet_and_generate_events_as_necessary (OSPF_HELLO_HEADER *sptr_hello,OSPF_NEIGHBOR *sptr_new_neighbor,	OSPF_INTERFACE *sptr_interface,ULONG size_of_packet);static enum BOOLEAN ospf_examine_neighbors_in_hello_packet (OSPF_HELLO_HEADER *sptr_hello,OSPF_NEIGHBOR *sptr_new_neighbor,	OSPF_INTERFACE *sptr_interface,ULONG size_of_packet);static void ospf_update_router_priority_for_neighbor (OSPF_NEIGHBOR *sptr_new_neighbor,USHORT router_priority,	OSPF_INTERFACE *sptr_interface);static ULONG ospf_check_if_only_dr_is_present_and_no_bdr (OSPF_INTERFACE *sptr_interface,		OSPF_HELLO_HEADER *sptr_hello, ULONG size_of_packet );/*************************************************************************** ospf_send_hello - set up hello packet to be sent** This routine will create and send a Hello packet to its neighbor.** <sptr_interface> OSPF interface** <sptr_neighbor> Neighbor associated with interface** <goingdown> Whether or not the router is going down** RETURNS: N/A** ERRNO: N/A** NOMANUAL*//*********************************************************************************//* section 9.5 of OSPF specification (page 71) */void ospf_send_hello (OSPF_INTERFACE *sptr_interface,OSPF_NEIGHBOR *sptr_neighbor,enum BOOLEAN goingdown){	OSPF_HEADER *sptr_packet = NULL ;	OSPF_HELLO_HEADER *sptr_hello =NULL;	ULONG destination_router ;	ULONG *ulptr_recently_seen_neighbor = NULL;	ULONG length_of_packet  ;	ULONG number_of_neighbors  ;	ULONG authentication_size ;	OSPF_PRINTF_PROLOGUE (OSPF_PROLOGUE_PRINTF, "OSPF: Entering ospf_send_hello\r\n");#if defined (__OSPF_PASSIVE_INTERFACE__)	if (sptr_interface->passive == TRUE)		{		OSPF_PRINTF_DEBUG (OSPF_DEBUG_PRINTF, "OSPF: ospf_send_hello:: interface %lx is passive!\r\n", sptr_interface->address);		return;		}#endif /* __OSPF_PASSIVE_INTERFACE__ */	sptr_packet = NULL;	sptr_hello = NULL;	destination_router = 0x00000000L;	ulptr_recently_seen_neighbor = NULL;	length_of_packet = 0x00000000;	number_of_neighbors = 0x00000000;	authentication_size = 0x00000000;	number_of_neighbors = ospf_determine_number_of_neighbors_for_hello_packet (sptr_interface);	authentication_size = ospf_get_authentication_size (sptr_interface);	sptr_packet = ospf_new_hello (number_of_neighbors, authentication_size);	/* Added changes as per TMS PR # 1583	   To make sure sptr_packet if ospf_new_hello() failed*/	if (sptr_packet == NULL)		{		OSPF_PRINTF_DEBUG (OSPF_ALARM_PRINTF, "OSPF: ospf_send_hello::ospf_new_hello() failed!\r\n");		return;		}	sptr_hello = (OSPF_HELLO_HEADER *) &(sptr_packet->rest_of_packet.hello);	ospf_initialize_hello_packet_header (sptr_hello, sptr_interface, goingdown);	ulptr_recently_seen_neighbor = &(sptr_hello->neighbor);	length_of_packet = OSPF_PACKET_SIZE + OSPF_HELLO_HEADER_SIZE;	ospf_set_destination_and_neighbor_information (sptr_interface, sptr_neighbor, goingdown, &destination_router,		ulptr_recently_seen_neighbor, sptr_packet, &length_of_packet);	if (destination_router != 0x00000000L)							/* there's no one to send to */		{		ospf_tx_packet (sptr_packet, sptr_interface, OSPF_HELLO_PACKET, length_of_packet, destination_router, TRUE);		}	else		{		ospf_free_an_ospf_send_packet (sptr_packet);		}	return;}/*************************************************************************** ospf_determine_number_of_neighbors_for_hello_packet - determine the number of neighbors for the hello packet** This routine will find out all the neighbors on an interface.** <sptr_interface> OSPF interface** RETURNS: ULONG** ERRNO: N/A** NOMANUAL*/static ULONG ospf_determine_number_of_neighbors_for_hello_packet (OSPF_INTERFACE *sptr_interface){	ULONG number_of_neighbors;	OSPF_NEIGHBOR *sptr_neighbor = NULL;	OSPF_NEIGHBOR *sptr_next_neighbor = NULL;	char print_buffer[PRINT_BUFFER_SIZE];	OSPF_PRINTF_PROLOGUE (OSPF_PROLOGUE_PRINTF, "OSPF: Entering ospf_determine_number_of_neighbors_for_hello_packet\r\n");	number_of_neighbors = 0x00000000L;	for (sptr_neighbor = sptr_interface->sptr_neighbor; sptr_neighbor != NULL; sptr_neighbor = sptr_next_neighbor)		{		sptr_next_neighbor = sptr_neighbor->sptr_forward_link;		++number_of_neighbors;		}#if defined (__UNNUMBERED_LINK__)	/* -bt- */	OSPF_PRINTF_ALARM (OSPF_ALARM_PRINTF, "Number of neighbors %d at Port %d with address ",						number_of_neighbors,						sptr_interface->port_number);	OSPF_CONVERT_IP_ADDRESS_TO_DOT_FORMAT_FOR_DEBUG (print_buffer, sptr_interface->address);	OSPF_PRINTF_ALARM (OSPF_ALARM_PRINTF, "%s \r\n", print_buffer);#else	/* __UNNUMBERED_LINK__ -bt- */	OSPF_PRINTF_ALARM (OSPF_ALARM_PRINTF, "Number of neighbors %d on interface with address ", number_of_neighbors);	OSPF_CONVERT_IP_ADDRESS_TO_DOT_FORMAT_FOR_DEBUG (print_buffer, sptr_interface->address);	OSPF_PRINTF_ALARM (OSPF_ALARM_PRINTF, "%s \r\n", print_buffer);#endif	/* __UNNUMBERED_LINK__ -bt- */	return (number_of_neighbors);}/*************************************************************************** ospf_new_hello - create a new hello packet** This routine will create a new hello packet** <number_of_neighbors> Number of neighbors to allocate memory for** <authentication_size> Size needed for authentication of interface** RETURNS: OSPF_HEADER * or NULL** ERRNO: N/A** NOMANUAL*/static OSPF_HEADER *ospf_new_hello (ULONG number_of_neighbors,ULONG authentication_size){	OSPF_HEADER *sptr_packet =NULL;	OSPF_PRINTF_PROLOGUE (OSPF_PROLOGUE_PRINTF, "OSPF: Entering ospf_new_hello\r\n");	sptr_packet = ospf_get_an_ospf_send_packet (OSPF_PACKET_SIZE + OSPF_HELLO_HEADER_SIZE + (number_of_neighbors * sizeof (ULONG)) + authentication_size);	return (sptr_packet);}/*************************************************************************** ospf_initialize_hello_packet_header - set values for hello packet header** This routine will initialize all the variables inside the hello packet* header along with the configured variables from configuration.** <sptr_hello> Hello packet header** <sptr_interface> OSPF interface** <going_down> Whether or not the router is going down** RETURNS: N/A** ERRNO: N/A** NOMANUAL*/static void ospf_initialize_hello_packet_header (OSPF_HELLO_HEADER *sptr_hello,OSPF_INTERFACE *sptr_interface,enum BOOLEAN goingdown){	OSPF_PRINTF_PROLOGUE (OSPF_PROLOGUE_PRINTF, "OSPF: Entering ospf_initialize_hello_packet_header\r\n");	if (sptr_interface->type == OSPF_VIRTUAL_LINK)		{		sptr_hello->network_mask = 0x00000000L;		}#if defined (__UNNUMBERED_LINK__) /* -bt- */	else if ((sptr_interface->type == OSPF_POINT_TO_POINT) && (sptr_interface->address == 0))		{			/* unnumbered link rfc2328 */			sptr_hello->network_mask = 0x00000000L;		}#endif	/* __UNNUMBERED_LINK__ -bt- */	else		{		sptr_hello->network_mask = host_to_net_long (sptr_interface->netmask);		}	sptr_hello->hello_interval = host_to_net_short ((USHORT) sptr_interface->hello_interval);	if (sptr_interface->sptr_area->flags._bit.stub == TRUE)		{		sptr_hello->options._byte = 0x0000;		}#if defined (__NSSA__)	else		{		if (sptr_interface->sptr_area->flags._bit.nssa == TRUE)			{			sptr_hello->options._byte = 0x0000;			sptr_hello->options._bit.nssa = TRUE;			}#endif /*__NSSA__*/		else			{			sptr_hello->options._byte = 0x0000;			sptr_hello->options._bit.externals = TRUE;			}#if defined (__NSSA__)		}#endif /*__NSSA__*/	sptr_hello->router_priority = (BYTE) sptr_interface->priority;	sptr_hello->router_dead_interval = host_to_net_long (sptr_interface->router_dead_interval);	if (goingdown == FALSE)		{		sptr_hello->designated_router = host_to_net_long (sptr_interface->designated_router.address);		sptr_hello->backup_designated_router = host_to_net_long (sptr_interface->backup_designated_router.address);		}	return;}/*************************************************************************** ospf_set_destination_and_neighbor_information - set destination and neighbor information** This routine will set the destination and neighbor information* for the hello packet.** <sptr_interface> OSPF interface** <sptr_neighbor> Neighbor associated with the interface** <going_down> Whether or not the router is going down** <sptr_destination_router> Destination router** <ulptr_recently_seen_neighbor> Recently seen neighbor identifier** <sptr_packet> Hello packet header** <ulptr_length_of_packet> Length of hello packet** RETURNS: N/A** ERRNO: N/A** NOMANUAL*/static void ospf_set_destination_and_neighbor_information (OSPF_INTERFACE *sptr_interface,OSPF_NEIGHBOR *sptr_neighbor,enum BOOLEAN goingdown,	ULONG *sptr_destination_router,ULONG *ulptr_recently_seen_neighbor,OSPF_HEADER *sptr_packet,ULONG *ulptr_length_of_packet){	OSPF_NEIGHBOR *sptr_next_neighbor = NULL;	OSPF_PRINTF_PROLOGUE (OSPF_PROLOGUE_PRINTF, "OSPF: Entering ospf_set_destination_and_neighbor_information\r\n");	switch (sptr_interface->type)		{		case OSPF_NBMA:			{			ospf_setup_to_send_on_an_NBMA_network (sptr_interface, sptr_neighbor, goingdown, sptr_destination_router, ulptr_recently_seen_neighbor,				sptr_packet, ulptr_length_of_packet);			break;			}		case OSPF_BROADCAST:			{			if (ospf.ip_multicast == TRUE)				{				/* On a multicast interface, include all neighbors since they can all see this packet */				*sptr_destination_router = OSPF_ADDR_ALLSPF;				if (goingdown == FALSE)					{					for (sptr_neighbor = sptr_interface->sptr_neighbor; sptr_neighbor != NULL;						sptr_neighbor = sptr_next_neighbor)						{						sptr_next_neighbor = sptr_neighbor->sptr_forward_link;						if (sptr_neighbor->state > OSPF_NEIGHBOR_ATTEMPT)							{							ulptr_recently_seen_neighbor = ospf_add_neighbor_to_end_of_hello_packet (ulptr_recently_seen_neighbor, sptr_neighbor->id, ulptr_length_of_packet);							}						}					}				}			else				{				*sptr_destination_router = 0x00000000L;						/* something's not right, so don't send to anyone */				}			break;			}		case OSPF_POINT_TO_POINT:		case OSPF_VIRTUAL_LINK:			{			if (ospf.ip_multicast == TRUE)				{

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
一本一道波多野结衣一区二区| 777奇米成人网| 高清不卡在线观看| 日韩精品在线看片z| 麻豆91精品91久久久的内涵| 性做久久久久久免费观看欧美| 亚洲女性喷水在线观看一区| 亚洲视频你懂的| 伊人一区二区三区| 亚洲猫色日本管| 亚洲一区二区三区中文字幕在线| 一区二区国产视频| 性感美女极品91精品| 日韩电影在线免费看| 日欧美一区二区| 久久99精品久久久久久| 国产一区二区三区在线看麻豆| 国产乱码精品一区二区三区av| 丁香一区二区三区| 一本色道综合亚洲| 欧美色偷偷大香| 欧美成人精品3d动漫h| 国产欧美日韩中文久久| 中文字幕一区二区三区色视频| 亚洲免费视频中文字幕| 午夜精品福利一区二区三区av | 亚洲美女视频在线| 一区二区视频在线| 日韩精品电影一区亚洲| 国产一区二区精品久久91| 粉嫩av一区二区三区在线播放| 96av麻豆蜜桃一区二区| 欧美性高清videossexo| 日韩精品在线看片z| 国产精品久久久久久久久快鸭| 亚洲精品欧美在线| 久久99国内精品| 成人精品视频网站| 欧美狂野另类xxxxoooo| 亚洲精品一区二区三区蜜桃下载| 中文字幕欧美一| 亚洲网友自拍偷拍| 成人短视频下载| 色欧美日韩亚洲| 日韩欧美在线影院| 中文字幕第一区综合| 亚洲大片免费看| 精品中文字幕一区二区小辣椒| 福利一区二区在线| 欧美男人的天堂一二区| 国产欧美精品一区二区三区四区| 亚洲主播在线观看| 国产超碰在线一区| 欧美群妇大交群中文字幕| 亚洲国产高清在线| 日韩成人精品在线观看| 成人久久18免费网站麻豆 | 色哟哟亚洲精品| 91精品国产入口在线| 国产精品视频观看| 免费日本视频一区| 色噜噜夜夜夜综合网| 国产清纯白嫩初高生在线观看91| 性做久久久久久久久| a在线欧美一区| 国产精品一区二区久久精品爱涩| 国产99久久精品| 欧美一卡二卡在线观看| 亚洲免费在线电影| 成人国产精品免费网站| 91精品在线免费| 亚洲欧美一区二区久久 | 欧美mv日韩mv国产网站app| 亚洲精品乱码久久久久| 国产精品综合在线视频| 制服丝袜av成人在线看| 有坂深雪av一区二区精品| 成人av集中营| 国产精品视频一二三区 | 欧美一区二区三区思思人| 一区二区在线电影| 成人黄页在线观看| 久久女同性恋中文字幕| 麻豆精品久久久| 在线观看91av| 午夜精品久久久久久久久久| 色悠久久久久综合欧美99| 中文成人综合网| 国产·精品毛片| 欧美激情在线一区二区| 国产一区美女在线| 欧美大胆人体bbbb| 男女男精品网站| 色老头久久综合| 久久亚洲综合色一区二区三区| 一区二区三区蜜桃| jiyouzz国产精品久久| 久久综合九色综合欧美亚洲| 青青草精品视频| 日韩亚洲欧美综合| 日本一道高清亚洲日美韩| 欧美日韩黄色一区二区| 亚洲福利一二三区| 欧美精品久久久久久久多人混战 | 欧美性三三影院| 亚洲曰韩产成在线| 欧美日韩精品三区| 石原莉奈在线亚洲二区| 欧美一区二区三区在线观看视频 | 欧美日韩一区三区| 亚洲成精国产精品女| 欧美日韩久久一区二区| 日韩主播视频在线| 正在播放亚洲一区| 国产精品国产精品国产专区不片| 国内精品伊人久久久久av影院| 日韩欧美国产一区二区在线播放| 麻豆91在线观看| 国产夜色精品一区二区av| 国产91丝袜在线播放0| 国产精品久久国产精麻豆99网站| 成人高清视频免费观看| 亚洲视频在线一区观看| 在线观看亚洲精品| 免费成人结看片| 久久久久青草大香线综合精品| av中文字幕亚洲| 亚洲国产精品麻豆| 精品理论电影在线观看| 成人性生交大片| 亚洲中国最大av网站| 日韩欧美一级精品久久| 国产91露脸合集magnet| 亚洲欧美一区二区三区国产精品| 欧美日韩国产一级片| 国产一区二区三区黄视频 | 色琪琪一区二区三区亚洲区| 亚洲成人tv网| 久久影音资源网| 色噜噜狠狠成人中文综合| 奇米精品一区二区三区四区| 国产午夜亚洲精品午夜鲁丝片| 色综合视频在线观看| 免费观看日韩电影| 国产精品女主播在线观看| 欧美撒尿777hd撒尿| 国产美女av一区二区三区| 亚洲三级在线免费观看| 欧美一区二区久久久| 成人激情文学综合网| 日本成人中文字幕| 成人免费在线视频观看| 91精品国产色综合久久不卡电影| 成人激情视频网站| 日本va欧美va精品| 亚洲日本一区二区| 精品剧情v国产在线观看在线| 色综合久久久网| 国产综合色视频| 国产清纯在线一区二区www| 91在线一区二区三区| 欧美电视剧免费全集观看| 国产91精品精华液一区二区三区| 亚洲综合精品自拍| 日本一区二区三区dvd视频在线| 欧美日韩精品综合在线| 不卡一区二区中文字幕| 青青青伊人色综合久久| 亚洲精品久久7777| 久久久久久久国产精品影院| 欧美日韩一区 二区 三区 久久精品| 国产成人午夜视频| 麻豆精品久久久| 亚洲v日本v欧美v久久精品| 丝袜美腿成人在线| 欧美一级片在线看| 免费观看成人鲁鲁鲁鲁鲁视频| 日韩一区二区三区三四区视频在线观看| 亚洲成人av中文| 欧美一区二区日韩| 精品一区二区在线观看| 国产亚洲综合av| 91小视频免费观看| 亚洲自拍偷拍九九九| 3d成人h动漫网站入口| 久久99精品国产麻豆婷婷洗澡| 久久亚洲影视婷婷| 91在线国内视频| 亚洲图片欧美视频| 91精品福利在线一区二区三区 | 欧美日韩亚洲另类| 午夜欧美2019年伦理| 欧美一卡二卡三卡| 国产99久久久国产精品潘金网站| 国产精品家庭影院| 欧美日韩美少妇| 国产永久精品大片wwwapp| 一区视频在线播放| 在线综合视频播放| 国产福利视频一区二区三区|