代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/245697/4501917

h ip_addr.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 pro
www.eeworm.com/read/245697/4501918

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/245129/4507058

h ip_icmp.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
www.eeworm.com/read/245129/4507059

h ip_var.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
www.eeworm.com/read/245064/4508383

h ip_addr.h

#ifndef __LWIP_IP_ADDR_H__ #define __LWIP_IP_ADDR_H__ #include "lwip/arch.h" #ifdef PACK_STRUCT_USE_INCLUDES # include "arch/bpstruct.h" #endif PACK_STRUCT_BEGIN struct ip_addr { PACK_STRUCT_FI
www.eeworm.com/read/245064/4508384

h ip_frag.h

#ifndef __LWIP_IP_FRAG_H__ #define __LWIP_IP_FRAG_H__ #include "lwip/err.h" #include "lwip/pbuf.h" #include "lwip/netif.h" #include "lwip/ip_addr.h" void ip_reass_tmr(void); struct pbuf * ip_reass(
www.eeworm.com/read/245064/4508390

c ip_addr.c

#include "lwip/ip_addr.h" #include "lwip/inet.h" #include "lwip/netif.h" /* used by IP_ADDR_ANY and IP_ADDR_BROADCAST in ip_addr.h */ const struct ip_addr ip_addr_any = { 0x00000000UL }; const stru
www.eeworm.com/read/245064/4508391

c ip_frag.c

/* @file * * This is the IP packet segmentation and reassembly implementation. * */ #include #include "lwip/opt.h" /* #include "lwip/sys.h" */ #include "lwip/ip.h" #include "lwip/ip
www.eeworm.com/read/243567/4521522

c ip37.c

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/243567/4524093

h ip2.h

/******************************************************************************* * * (c) 1998 by Computone Corporation * *****************************************************************************