代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/300969/13876593
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/136002/13879960
cpp ip.cpp
#include "stdafx.h"
#include
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS
www.eeworm.com/read/238485/13882665
h ip.h
#ifndef IP_H
#define IP_H
struct ip_address { unsigned char d[4]; } ;
extern unsigned int ip_fmt();
#define IPFMT 19
extern unsigned int ip_scan();
extern unsigned int ip_scanbracket();
#endif
www.eeworm.com/read/238485/13882686
c ip.c
#include "fmt.h"
#include "scan.h"
#include "ip.h"
unsigned int ip_fmt(s,ip)
char *s;
struct ip_address *ip;
{
unsigned int len;
unsigned int i;
len = 0;
i = fmt_ulong(s,(unsigned long) ip-
www.eeworm.com/read/152814/5666357
h ip.h
/*
* Template MIB group interface - ip.h
*
*/
#ifndef _MIBGROUP_IP_H
#define _MIBGROUP_IP_H
config_require(mibII/interfaces mibII/ipAddr mibII/at mibII/var_route mibII/route_write)
config_arch_
www.eeworm.com/read/152814/5666360
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
#if HAVE_SYS_PARAM_H
#inc
www.eeworm.com/read/152814/5666393
h ip.h
/*
* Template MIB group interface - ip.h
*
*/
#ifndef _MIBGROUP_IP_H
#define _MIBGROUP_IP_H
config_require(mibJJ/interfaces mibJJ/ipAddr mibJJ/ipMedia mibJJ/ipRoute)
config_arch_require(solaris
www.eeworm.com/read/152814/5666396
c ip.c
/*
* IP MIB group implementation - ip.c
*
*/
#include
#include "mibincl.h"
#include "util_funcs.h"
#if defined(IFNET_NEEDS_KERNEL) && !defined(_KERNEL)
#define _KERNEL 1
#define _I_DE
www.eeworm.com/read/152661/5671926
c ip.c
//==========================================================================
//
// net/ip.c
//
// Stand-alone IP networking support for RedBoot
//
//=========================================
www.eeworm.com/read/150965/5687569
h ip.h
/*
* Copyright (c) 1982, 1986, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are