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

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

?? bootconfig.c

?? 嵌入式開發的源碼資料
?? C
?? 第 1 頁 / 共 5 頁
字號:
/* bootConfig.c - system configuration module for boot ROMs *//* Copyright 1984 - 1999 Wind River Systems, Inc. */#include "copyright_wrs.h"/*modification history--------------------10y,19mar99,dat  removed bp driver interface SPR 25877, fixed bug in ver 10x.10x,17mar99,spm  added support for identical unit numbers (SPR #20913)10w,16mar99,dat  SPR 25790, fixed startup of END and BSD drivers10v,16mar99,spm  recovered orphaned code from tor1_0_1.sens1_1 (SPR #25770)10u,01mar99,spm  bypassed incorrect cleanup after successful TFTP file                  transfer (SPR #24618)10t,26feb99,dat  added FEI support (23818)10s,19feb99,spm  fixed construction of device name for pcmcia (SPR #21676)10r,28jan99,jmp  added TSFS_BOOT facility (SPR# 24466).10q,20jan99,scb  usrBpInit() modified to use "sm=" before SM_ANCHOR_ADRS (23035)10p,26jan99,jkf  removed x86 specific memAddToPool's from ataLoad,                 ideLoad, pcmciaLoad, & tffsLoad.  Replaced with                 BSP specific memAddToPool in sysHwInit2() (SPR#21338).10o,13nov98,n_s  added call to muxDevStopAll in go. spr #2322910n,11sep98,spm  corrected documentation for bootpGet and dhcpGet (SPR #20629)10m,04sep98,ham  set subnetmask through ntohl() in bootpGet(),SPR#21909.10l,03jun98,hdn  disabled system clock just before jumping to the entry point		 for PentiumPro's Local APIC Timer.10k,23apr98,yp   merged TrueFFS support10j,01apr98,hdn  moved tffsLoad from usrTffs.c.10i,04feb98,jpd  updated copyright date.10h,19mar98,spm  corrected prototype for mEnet() routine (SPR #20174); changed                 parameter name to match coding standards10g,02feb98,spm  replaced invalid logMsg calls with printf statements10f,06jan98,hdn  added support for TFFS.10e,30nov97,vin  added network system pool10d,20nov97,gnn  fixed spr#7265 to deal with devices with no attach routine.10c,27oct97,vin  fixed call to endLoadFunc(..).10b,03oct97,gnn  removed references to endDriver global10b,23oct97,tam  fixed compilation warnings.10a,26sep97,gnn  added muxAddrResFuncAdd call for ipAttach09z,26sep97,vin  used NUM_XXX_MIN macros for system pool configuration.09y,25sep97,gnn  SENS beta feedback fixes09x,26aug97,vin  fixed warnings in muxIoctl09w,26aug97,spm  major overhaul of DHCP client: reorganized code and changed                 user interface to support multiple leases at runtime, improved                 handling of address information, and allowed selection of UDP                 ports; also fixed incorrect treatment of gateway field by                 BOOTP/DHCP (SPR #9137)09v,12aug97,gnn  changes necessitated by MUX/END update.09u,15jul97,spm  fixed byte ordering of netmask from DHCP client (SPR #8739)09t,01jul97,jag  removed stale code for RESOLVER (SPR #8868)09j,15aug97,cdp  add casts etc. to stop compiler warnings.09i,05feb97,cdp  remove ARM test hook (_func_armStartup).09h,21jan97,jpd  Added support for Olicom and lnEbsa Ethernet drivers, made                 cacheLib calls dependent upon INCLUDE_CACHE_SUPPORT being                 defined.09g,12dec96,cdp  added _func_armStartup for ARM platforms.09s,02jun97,spm  changed DHCP option tags to prevent name conflicts (SPR #8667)09r,20may97,gnn  fixed SPR 8627 so that multiple gn devices are supported.09q,19may97,spm  included rngLib.h to fix DHCP client build error (SPR #8606)09p,30apr97,spm  moved usrNetIfConfig for "gn" device to prevent DHCP error09o,25apr97,gnn  changed INCLUDE_GN to INCLUDE_END09n,18apr97,spm  corrected structure element name in BOOTP interface09m,17apr97,gnn  added support for configNet style configuration of ENDs.09l,07apr97,spm  changed BOOTP interface to DHCP style: all options supported09k,29jan97,spm  made global variables for DHCP client unique09j,29jan97,spm  removed parameters from dhcpBootBind()09i,21jan97,gnn  added the new argument to muxDevLoad().09h,20dec96,vin  fixed warnings muxDevLoad(). added AF_ROUTE.09g,06mar97,mas  deleted unused variable 'char gateway[INET_ADDR_LEN];' from		 bootLoad() (SPR 8113).09g,18dec96,spm  fixed bug in unit number support and restored lost DHCP code09f,17dec96,gnn  added stuff for new etherHooks.09e,27nov96,spm  added support for DHCP client and network device unit numbers09d,25nov96,vin	 added new cluster configuration.09c,01oct96,spm  added bzero() call to checkInetAddrField (SPR 6326)09b,22sep96,spm  Fixed SPR 7120: added support for gateways to BOOTP startup09a,24jul96,vin  fetching netmask after usrNetIfConfig() mods for bsd4.4.08z,21jun96,jmb  long modhist -- deleted entries prior to 1994.  SPR #652808y,19jun96,hdn  defined IDE_MEM_DOSFS to 0x200000.08x,13jun96,hdn  added INCLUDE_ESMC for SMC91c9x Ethernet driver.08w,05jun96,kkk  update copyright year from 1995 to 1996.08v,05jun96,ism  bumped copyright date to 1996.19v,19apr96,jds  changed the include of scsiLib.h to be done after config.h;                 also added setting to asynchronous mode all target devices08u,20mar96,hdn  made inclusion of pppLib.h and strmLib.h conditional.09t,07mar96,gnn	 added SLIP_MTU to slipInit so that we could configure	  	 the MTU.  (SPR #4652)08s,06mar96,tpr  added #include "bootElfLib.h".08r,06mar96,dat  removed __DATE__ from printBootLogo08q,06mar96,tpr  Enabled the Instruction Cache for PowerPC.08p,06dec95,vin  fixed usrStrmInit warning.08o,29nov95,vin  added baudrate processing of boot string.08n,06sep95,jag  deleted call to  fattachInit (), changed sadInit to 		 autopushInit (), and changed iosStrmInit to strmInit (). 08m,01aug95,dzb  changed STREAMS options to go through iosStrmInit ().		 added usrStrmInit ().                 PPP initialization failure message (SPR #4505).08l,25jul95,dzb  tweaked socket library initialization.08k,25jul95,dzb  added socket library init for BSD vs. STREAMS.08j,18jul95,dzb  wait for PPP interface to come up in usrPPPInit().08i,17jul95,dzb  fixed ordering of boot params search.08h,26jun95,dzb  removed PPP_S_USEHOSTNAME option.08g,21jun95,dzb  Added INCLUDE_PPP_CRYPT for unbundled crypt() support.08f,20jun95,dzb  Added PPP support.09b,28nov95,tpr	 re-ordered history following PPC merge.09a,11oct95,dat	 new BSP revision id, modified signon banner printing08z,29jun95,caf  added nicEvb driver entry.08y,28jun95,caf  for PPC, called cacheTextUpdate() instead of cacheClear().08x,26jun95,kvk  Removed references to _edata and _end for a clean 		 bootrom_uncmp build.08w,06jun95,caf  fixed edata and end for Green Hills/PowerPC.08v,26jun95,ms	 updated for new serial drivers, removed WDB support.08u,21jun95,ms	 changed copywrite to 199508t,01jun95,caf  added support for "ilac" driver.08s,22may95,yao  adjust reference to edata, end to SVR4 ABI standard 		 for PowerPC.08r,22may95,p_m  added WDB agent support.          + ms08q,05apr95,kkk  changed edata & end to char arrays (spr# 3917)08p,28mar95,kkk  made baud rate a macro in configAll.h08o,19mar95,dvs  removed TRON references.08n,08dec94,hdn  swapped 1st and 2nd parameters of fdDevCreate().		 fixed bootHelp message; fd=... and ide=...08m,21nov94,hdn  fixed a problem by swapping 1st and 2nd parameters of sscanf.08l,20nov94,kdl  added hashLibInit() call if using dosFs.08k,11nov94,dzb  added QU network interface.08j,09nov94,jds  additions for scsi backward compatability ; scsi[12]IfInit()08i,20oct94,hdn  used ideRawio() instead of using raw file system.		 swapped 1st and 2nd parameter of ideLoad() and fdLoad().08h,17aug94,dzb  fixed setting the gateway for a slip connection (SPR #2353).                 added INCLUDE_NETWORK macros for scalability (SPR #1147). 		 added CSLIP support.08g,14jun94,caf  updated copyright notices.08f,29may94,hdn  fixed more FTP bootrom bug in netLoad().		 updated the copyright year 93 to 94.		 disabled cache for i486 and Pentium.08e,26may94,kdl  changed netLoad() to properly close FTP connections (SPR 3231).08d,10may94,hdn  fixed the FTP bootrom bug (John's patch)08c,09feb94,hdn  added support for if_elt 3COM EtherLink III driver.		 added support for if_ene Eagle NE2000 driver.*//*DESCRIPTIONThis is the WRS-supplied configuration module for the VxWorks boot ROM.It is a stripped-down version of usrConfig.c, having no VxWorks shell ordebugging facilities.  Its primary function is to load an object moduleover the network with either RSH or FTP.  Additionally, a simple set ofsingle letter commands is provided for displaying and modifying memorycontents.  Use this module as a starting point for placing applications in ROM.*/#include "vxWorks.h"#include "bootEcoffLib.h"#include "bootElfLib.h"#include "bootLib.h"#include "bootLoadLib.h"#include "bootpLib.h"#include "bsdSockLib.h"#include "cacheLib.h"#include "ctype.h"#include "dosFsLib.h"#include "errno.h"#include "errnoLib.h"#include "fcntl.h"#include "fioLib.h"#include "ftpLib.h"#include "hostLib.h"#include "icmpLib.h"#include "ifLib.h"#include "if_sl.h"#include "inetLib.h"#include "intLib.h"#include "ioLib.h"#include "iosLib.h"#include "loadAoutLib.h"#include "loadCoffLib.h"#include "loadLib.h"#include "logLib.h"#include "memLib.h"#include "msgQLib.h"#include "netLib.h"#include "pipeDrv.h"#include "proxyLib.h"#include "qLib.h"#include "qPriBMapLib.h"#include "rebootLib.h"#include "remLib.h"#include "rngLib.h"#include "routeLib.h"#include "semLib.h"#include "sockLib.h"#include "stdio.h"#include "string.h"#include "sysLib.h"#include "sysSymTbl.h"#include "taskHookLib.h"#include "taskLib.h"#include "tftpLib.h"#include "tickLib.h"#include "trcLib.h"#include "unistd.h"#include "version.h"#include "wdLib.h"#include "net/if.h"#include "net/mbuf.h"#include "netinet/if_ether.h"#include "drv/netif/smNetLib.h"#include "ipProto.h"#include "private/kernelLibP.h"#include "private/workQLibP.h"#include "config.h"#include "scsiLib.h"#ifdef	INCLUDE_PPP#include "pppLib.h"#endif	/* INCLUDE_PPP */#ifdef INCLUDE_DHCPC#include "dhcpcBootLib.h"#endif#if	defined(INCLUDE_STREAMS) || defined(INCLUDE_STREAMS_ALL)#include "strmLib.h"#endif	/* INCLUDE_STREAMS *//* defines */#define TIMEOUT		7	/* number of seconds before auto-boot */#define MAX_LINE        160	/* max line length for input to 'm' routine */#define RSHD		514	/* rshd service */#define DEC		FALSE	/* getArg parameters */#define HEX		TRUE#define OPT		TRUE#define MAX_ADR_SIZE 	6 #define DOS_ID_OFFSET                   3#define FIRST_PARTITION_SECTOR_OFFSET   (0x1be + 8)#define VXDOS                           "VXDOS"#define VXEXT                           "VXEXT"/* DO NOT ADD ANYTHING BEFORE THE FIRST ROUTINE compressedEntry() */void		usrInit ();IMPORT void 	sysInitAlt ();#if	(CPU_FAMILY==MIPS)IMPORT void 	sysGpInit ();#endif	/* (CPU_FAMILY==MIPS) */#ifdef  INCLUDE_NETWORK#ifdef ETHERNET_ADR_SETvoid		mEnet (char *);void 		sysEnetAddrGet ();void 		sysEnetAddrSet ();#endif  /* ETHERNET_ADR_SET */#endif  /* INCLUDE_NETWORK *//********************************************************************************* compressedEntry - compressed entry point after decompression ** This routine is the entry point after the bootroms decompress, if* compression is utilized.  This routine must be the first item of the* text segment of this file.  With ANSI C, strings will appear in text* segment so one should avoid entering strings, routines, or anything* else that might displace this routine from base of the text segment.** It is unwise to add functionality to this routine without due cause.* We are in the prehistoric period of system initialization.  ** NOMANUAL*/void compressedEntry     (    int startType    )    {#if (CPU_FAMILY==MIPS)#if __GNUC__    __asm volatile (".extern _gp,0; la $gp,_gp");#endif#endif#if	(CPU_FAMILY==I960)    sysInitAlt (startType);		/* jump to the i960 entry point */#else    usrInit (startType);		/* all others procede below */#endif    }#ifdef INCLUDE_END#include "end.h"#include "muxLib.h"#include "configNet.h"#include "m2Lib.h"IMPORT int 	ipAttach ();IMPORT END_TBL_ENTRY endDevTbl[];void* cookieTbl[32];#ifndef IP_MAX_UNITS #define IP_MAX_UNITS 1#endifIP_DRV_CTRL ipDrvCtrl [IP_MAX_UNITS];int ipMaxUnits = IP_MAX_UNITS;END_OBJ*   pEnd;M2_INTERFACETBL endM2Tbl;#else	/* INCLUDE_END not defined */IP_DRV_CTRL  	ipDrvCtrl[1];#endif 	/* INCLUDE_END *//* Wind kernel configuration facility */#undef	INCLUDE_SHOW_ROUTINES		/* keep out kernel show routines */#include "usrKernel.c"			/* kernel configuration facility *//* imports */IMPORT char	edata [];		/* defined by the loader */IMPORT char	end [];			/* defined by the loader */#ifdef  INCLUDE_TSFS_BOOT		/* boot via Target Server File System */#if ((WDB_COMM_TYPE == WDB_COMM_SERIAL) && \	(CONSOLE_TTY == NONE || CONSOLE_TTY == WDB_TTY_CHANNEL))#define INCLUDE_TSFS_BOOT_VIO_CONSOLE	/* needed for Target Server Console */#endif#define INCLUDE_WDB			/* WDB agent needed for TSFS Boot */#define INCLUDE_WDB_TSFS		/* target-server file system */#undef  INCLUDE_WDB_BANNER		/* print banner after agent starts */#undef 	INCLUDE_WDB_TTY_TEST		/* test serial line communcation */#undef  INCLUDE_WDB_START_NOTIFY	/* notify the host of task creation */#undef  INCLUDE_WDB_USER_EVENT		/* user events handling */#undef  INCLUDE_WDB_CTXT		/* context control */#undef  INCLUDE_WDB_FUNC_CALL		/* spawn function as separate task */#undef  INCLUDE_WDB_GOPHER		/* gopher info gathering */#undef  INCLUDE_WDB_EXIT_NOTIFY		/* notify the host of task exit */#undef  INCLUDE_WDB_REG			/* get/set hardware registers */#undef  INCLUDE_WDB_EVENTPOINTS		/* eventpoints handling */#undef  INCLUDE_WDB_MEM			/* optional memory services */#undef  INCLUDE_WDB_BP			/* breakpoint support */#include "wdb/wdbEvtLib.h"#include "../../src/config/usrWdb.c"    /* WDB agent configuration */#else	/* INCLUDE_TSFS_BOOT not defined */#undef INCLUDE_WDB#endif  /* INCLUDE_TSFS_BOOT */#ifdef  INCLUDE_NETWORK/* forward declarations */LOCAL STATUS usrNetProtoInit (void);IMPORT int	lnEbsaattach ();IMPORT int	oliattach ();IMPORT int	dcattach ();IMPORT int	eglattach ();IMPORT int	eiattach ();IMPORT int	feiattach ();IMPORT int	exattach ();IMPORT int	enpattach ();IMPORT int	ieattach ();IMPORT int	ilacattach ();IMPORT int	lnattach ();IMPORT int	lnsgiattach ();IMPORT int	nicattach ();IMPORT int	nicEvbattach ();IMPORT int	medattach ();IMPORT int      elcattach ();IMPORT int      ultraattach ();IMPORT int      eexattach ();IMPORT int      eltattach ();IMPORT int      eneattach ();IMPORT int      esmcattach ();IMPORT int	quattach ();IMPORT int	loattach ();IMPORT int	snattach ();IMPORT int	fnattach ();IMPORT STATUS	slipInit ();IMPORT int	ifreset ();IMPORT void	if_dettach ();IMPORT u_long	in_netof ();IMPORT struct ifnet *	ifunit ();IMPORT int	pcmciaattach ();#ifdef  NETIF_USR_DECL    NETIF_USR_DECL 		/* additional declarations, from BSP */#endif#ifdef	INCLUDE_IF_USRIMPORT int IF_USR_ATTACH ();#endif	/* INCLUDE_IF_USR */LOCAL NETIF netIf [] =    {#ifdef  NETIF_USR_ENTRIES    NETIF_USR_ENTRIES		/* additional entries, from BSP */#endif#ifdef	INCLUDE_IF_USR        { IF_USR_NAME, IF_USR_ATTACH, IF_USR_ARG1, IF_USR_ARG2, IF_USR_ARG3,          IF_USR_ARG4, IF_USR_ARG5, IF_USR_ARG6, IF_USR_ARG7, IF_USR_ARG8 },#endif	/* INCLUDE_IF_USR */#ifdef  INCLUDE_LNEBSA	{ "lnEbsa", lnEbsaattach, (char*)IO_ADRS_LNEBSA, INT_VEC_LNEBSA,	  INT_LVL_LNEBSA, LNEBSA_POOL_ADRS, LNEBSA_POOL_SIZE,	  LNEBSA_DATA_WIDTH, LNEBSA_MODE, LNEBSA_DMA_CHAN },#endif  /* INCLUDE_LNEBSA */#ifdef  INCLUDE_OLI	{ "oli", oliattach, (char*)IO_ADRS_NISA_BASE,	  IO_ADRS_NISA_PCMCIA, IO_ADRS_NISA_PCMEM,	  INT_VEC_PCMCIA_A, INT_LVL_PCMCIA_A,	  INT_VEC_PCMCIA_B, INT_LVL_PCMCIA_B },#endif#ifdef	INCLUDE_DC	{ "dc", dcattach, (char*)IO_ADRS_DC, INT_VEC_DC, INT_LVL_DC,	  DC_POOL_ADRS, DC_POOL_SIZE, DC_DATA_WIDTH, DC_RAM_PCI_ADRS,	  DC_MODE },#endif	/* INCLUDE_DC */#ifdef	INCLUDE_EGL	{ "egl", eglattach, (char*)IO_ADRS_EGL, INT_VEC_EGL, INT_LVL_EGL },#endif	/* INCLUDE_EGL */#ifdef	INCLUDE_EI        { "ei", eiattach, (char*)INT_VEC_EI, EI_SYSBUS, EI_POOL_ADRS, 0, 0},

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩激情一二三区| 中文字幕在线观看一区二区| 国产91综合网| 看电视剧不卡顿的网站| 久久99精品国产.久久久久| 日韩av高清在线观看| 天天影视涩香欲综合网| 丝袜美腿亚洲色图| 日本不卡视频一二三区| 日本不卡一区二区三区| 久久99精品久久只有精品| 精品亚洲aⅴ乱码一区二区三区| 久久精品噜噜噜成人av农村| 看片网站欧美日韩| 国产精品亚洲一区二区三区在线 | 亚洲精品视频观看| 亚洲精品少妇30p| 午夜精品免费在线| 毛片基地黄久久久久久天堂| 极品少妇一区二区三区精品视频 | 日韩一区二区电影| 欧美电视剧免费全集观看| 精品国产精品一区二区夜夜嗨| 久久久久久99精品| 成人欧美一区二区三区视频网页| 玉足女爽爽91| 国精品**一区二区三区在线蜜桃| 丰满白嫩尤物一区二区| 欧美性大战久久久久久久 | 国产精品自在在线| 97se亚洲国产综合在线| 精品视频免费看| 久久精品一二三| 亚洲欧美乱综合| 免费在线观看视频一区| eeuss国产一区二区三区| 欧美日韩一区三区四区| 国产日韩欧美麻豆| 五月天激情综合网| 成人av在线电影| 欧美一区二区三区免费大片 | 中文字幕高清一区| 性久久久久久久| 成人午夜短视频| 在线不卡的av| 亚洲色图.com| 国产精品一区在线观看乱码| 欧美视频中文字幕| 国产精品私房写真福利视频| 青青草91视频| 欧美影院一区二区三区| 国产偷国产偷精品高清尤物| 婷婷综合五月天| 91久久香蕉国产日韩欧美9色| www激情久久| 性欧美大战久久久久久久久| 色综合天天天天做夜夜夜夜做| 欧美精品xxxxbbbb| 一区二区三区欧美激情| 国产高清亚洲一区| 日韩久久精品一区| 亚洲国产精品久久人人爱蜜臀| 成人免费毛片片v| 久久色中文字幕| 蜜臀国产一区二区三区在线播放| 一本大道久久a久久综合| 久久久久久免费| 精品一区二区三区的国产在线播放 | 日韩激情av在线| 色狠狠色噜噜噜综合网| 日韩伦理av电影| 91在线国产福利| 国产精品国产三级国产aⅴ无密码 国产精品国产三级国产aⅴ原创 | 在线观看成人免费视频| 最新国产成人在线观看| jizzjizzjizz欧美| 国产精品成人一区二区三区夜夜夜 | 激情久久五月天| 日韩免费高清电影| 亚洲超碰精品一区二区| 欧美中文字幕一二三区视频| 亚洲人成网站在线| 色悠久久久久综合欧美99| 亚洲欧洲精品一区二区三区| 99这里只有久久精品视频| 欧美激情一二三区| kk眼镜猥琐国模调教系列一区二区 | 精品国产乱码久久久久久免费| 麻豆一区二区在线| 久久久久久久久久久电影| 国产一区二区在线免费观看| 337p日本欧洲亚洲大胆色噜噜| 国产精品中文有码| 亚洲欧洲日产国产综合网| 欧美色倩网站大全免费| 毛片基地黄久久久久久天堂| 国产色产综合产在线视频| 成人免费视频app| 一级精品视频在线观看宜春院| 欧美日韩精品福利| 狠狠狠色丁香婷婷综合激情| 国产精品久久久久三级| 色哟哟精品一区| 青椒成人免费视频| 欧美激情在线一区二区三区| 一本色道久久综合亚洲aⅴ蜜桃| 偷拍一区二区三区| 国产欧美一区二区在线观看| 欧美三日本三级三级在线播放| 麻豆精品久久精品色综合| 国产精品久久综合| 制服丝袜亚洲色图| 国产sm精品调教视频网站| 亚洲地区一二三色| 国产欧美日韩在线看| 91蝌蚪porny| 久久99精品国产麻豆不卡| 亚洲免费资源在线播放| 日韩一区二区三免费高清| 99视频在线精品| 国产专区欧美精品| 五月开心婷婷久久| 亚洲三级电影全部在线观看高清| 日韩亚洲欧美综合| 99视频精品在线| 理论片日本一区| 一区二区三区四区激情| 国产亚洲欧美日韩在线一区| 欧美久久久影院| 日本乱人伦aⅴ精品| 国产精选一区二区三区| 秋霞午夜av一区二区三区| 亚洲人成电影网站色mp4| 欧美成人vps| 日韩欧美色综合| 欧美日韩一卡二卡| av资源网一区| 懂色av一区二区三区免费看| 蜜臂av日日欢夜夜爽一区| 亚洲一区二区欧美激情| 1000部国产精品成人观看| 国产日产精品1区| 精品国产麻豆免费人成网站| 欧美高清视频不卡网| 日本久久精品电影| 在线观看亚洲一区| 色就色 综合激情| 色哟哟一区二区在线观看| av亚洲精华国产精华精华| 国产精品白丝av| 狠狠色综合播放一区二区| 久久疯狂做爰流白浆xx| 免费成人av在线| 久久国产精品99精品国产| 老司机精品视频在线| 国产永久精品大片wwwapp| 韩国v欧美v日本v亚洲v| 国内精品伊人久久久久av影院 | 欧美性一区二区| kk眼镜猥琐国模调教系列一区二区| 亚洲成年人影院| 亚洲精品一二三区| 久久久三级国产网站| 亚洲国产sm捆绑调教视频| 亚洲尤物在线视频观看| 国产揄拍国内精品对白| 在线看日本不卡| 中文在线资源观看网站视频免费不卡 | 国产在线播精品第三| 欧美性一二三区| 国产精品国产精品国产专区不片| 免费在线观看不卡| 日本高清不卡视频| 久久久久久久电影| 秋霞av亚洲一区二区三| 色丁香久综合在线久综合在线观看| 久久九九久精品国产免费直播| 天天综合色天天综合| 91免费国产在线| 国产片一区二区三区| 国产资源精品在线观看| 欧美一区二区三区在线观看| 一级中文字幕一区二区| 91视频在线观看免费| 一区二区成人在线| 粉嫩绯色av一区二区在线观看| 精品日韩一区二区| 日本91福利区| 欧美日韩国产在线播放网站| 亚洲精品视频免费观看| gogo大胆日本视频一区| 中文成人av在线| 高清免费成人av| 国产精品丝袜91| 成人一道本在线| 国产精品久久久久久久久免费桃花| 国产专区欧美精品| 久久综合视频网| 国产综合色产在线精品| 久久久久久亚洲综合|