代码搜索:IP Modem

找到约 10,000 项符合「IP Modem」的源代码

代码结果 10,000
www.eeworm.com/read/120487/6073070

h ip.h

/*------------------------------------------------------------------------- * * ip.h * Definitions for IPv6-aware network access. * * Copyright (c) 2003, PostgreSQL Global Development Group *
www.eeworm.com/read/120158/6080191

c ip.c

/* * $Id: ip.c,v 1.4 2002/02/07 01:08:53 linfusheng Exp $ */ #include "includes.h" #include "ether.h" #include "nic.h" #pragma warning (push) #pragma warning (disable: 4761) // integral
www.eeworm.com/read/119864/6081653

h ip.h

/* Copyright (C) 1991,92,93,95,96,97,98,99,2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modi
www.eeworm.com/read/117325/6104441

h ip.h

/* * Template MIB group interface - ip.h * */ #ifndef _MIBGROUP_IP_H #define _MIBGROUP_IP_H #ifdef linux struct ip_mib { unsigned long IpForwarding; unsigned long IpDefaultTTL; unsigned lo
www.eeworm.com/read/117325/6104443

c ip.c

/* * IP MIB group implementation - ip.c * */ #include #if defined(IFNET_NEEDS_KERNEL) && !defined(_KERNEL) #define _KERNEL 1 #define _I_DEFINED_KERNEL #endif #include #if
www.eeworm.com/read/116005/6115925

h ip.h

/* * Copyright (c) 1998-2001 by NETsilicon Inc. * * This software is copyrighted by and is the sole property of * NETsilicon. All rights, title, ownership, or other interests * in the s
www.eeworm.com/read/115097/6120243

asp ip.asp


www.eeworm.com/read/113399/6132204

h ip.h

/* ip.h */ #ifndef INET_IP_H #define INET_IP_H #define IP0 0 /* Prototypes */ struct acc; void ip_init ARGS(( void )); int ip_open ARGS(( int port, int srfd, struct acc *(*get_us
www.eeworm.com/read/113399/6132206

c ip.c

/* ip.c */ #include "inet.h" #include "buf.h" #include "type.h" #include "arp.h" #include "assert.h" #include "clock.h" #include "eth.h" #include "icmp.h" #include "icmp_lib.h" #includ
www.eeworm.com/read/112303/6146078

h ip.h

/**************************************************************************** ** File: ip.h ** ** Author: Mike Borella ** ** Comments: Generic IP header structure - an attempt at OS independence ** *