📄 ip6.h
字号:
/* ip6.h - IPv6 protocol definitions *//* * Copyright (c) 2005 Wind River Systems, Inc. * * The right to copy, distribute, modify or otherwise make use * of this software may be licensed only pursuant to the terms * of an applicable Wind River license agreement. *//*modification history--------------------01a,29jun05,vvv written*/#ifndef __INCip6h#define __INCip6h/* * This file has been added to satisfy the requirement in RFC3542 * that ip6.h should be in the netinet directory. The copy in netinet6 * is retained for backward compatibility. */#include <netinet6/ip6.h> #endif /* not __INCip6h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -