代码搜索:IP技术
找到约 10,000 项符合「IP技术」的源代码
代码结果 10,000
www.eeworm.com/read/378113/2691444
h ip_frag.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/378113/2691457
c ip6.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted pro
www.eeworm.com/read/378113/2691460
c ip_addr.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/378113/2691461
c ip_frag.c
/* @file
*
* This is the IP packet segmentation and reassembly implementation.
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistrib
www.eeworm.com/read/377363/2701164
c ip_output.c
/* ip_output.c - internet output routines */
/* Copyright 1984 - 2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1990, 1993
* The Regents of the Un
www.eeworm.com/read/377363/2701165
c raw_ip.c
/* raw_ip.c - raw interface to IP protocol */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993, 1995
* The Regents of the U
www.eeworm.com/read/377363/2701170
c ip_mroute.c
/* ip_mroute.c - internet multicast routing routines */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* IP multicast forwarding procedures
*
* Written by David
www.eeworm.com/read/377363/2701196
c ip_icmp.c
/* ip_icmp.c - internet ICMP routines */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University o
www.eeworm.com/read/377363/2701208
c ip_input.c
/* ip_input.c - internet input routines */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
* Copyright (c) 1982, 1986, 1988, 1993
* The Regents of the University
www.eeworm.com/read/375613/2723947
h ip_hdr.h
/*
server/ip/gen/ip_hdr.h
*/
#ifndef __SERVER__IP__GEN__HDR_H__
#define __SERVER__IP__GEN__HDR_H__
typedef struct ip_hdr
{
u8_t ih_vers_ihl,
ih_tos;
u16_t ih_length,
ih_id,
ih_flags_fragoff;