代码搜索:IPv
找到约 5,276 项符合「IPv」的源代码
代码结果 5,276
www.eeworm.com/read/145256/12741708
texi ipv6.texi
@node IPv6 Support, Kernel Interface, Route Map, Top
@comment node-name, next, previous, up
@chapter IPv6 Support
Zebra fully supports IPv6 routing. As described so far, Zebra supports
RIPng, OS
www.eeworm.com/read/142192/12958573
ipv6 bgp
www.eeworm.com/read/142192/12958574
ipv6 bgp
www.eeworm.com/read/138404/13237906
c ipv6.c
/* SCTP kernel reference Implementation
* (C) Copyright IBM Corp. 2002, 2004
* Copyright (c) 2001 Nokia, Inc.
* Copyright (c) 2001 La Monte H.P. Yarroll
* Copyright (c) 2002-2003 Intel Corp.
*
*
www.eeworm.com/read/322855/13363724
doc ipv6.doc
www.eeworm.com/read/321882/13393882
txt ipv6.txt
www.eeworm.com/read/321059/13412588
rar ipv6.rar
www.eeworm.com/read/311482/13630149
h ipv6.h
#ifndef INCLUDE_IPv6_H
#define INCLUDE_IPv6_H
/* Include IPv6 Stack definitions */
#include
#define IP_UDP IPPROTO_UDP
#define IP_TCP IPPROTO_TCP
#define IP_ICMPv6 IPPROTO_ICM
www.eeworm.com/read/311482/13630163
c ipv6.c
#include
#include
#include
#ifndef _htons
#define _htons(A) ((((A) & 0xFF00) >> 8) | \
(((A) & 0x00FF)
www.eeworm.com/read/152814/5666347
h ipv6.h
/*
* Template MIB group interface - ipv6.h
*
*/
#ifndef _MIBGROUP_IPV6_H
#define _MIBGROUP_IPV6_H
#ifdef linux
struct ip6_mib{
unsigned long Ipv6DefaultHopLimit;
unsigned long Ipv6Forwarding;