代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/458077/1589752

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/456296/1606537

c print-ip.c

/* * Copyright (c) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary f
www.eeworm.com/read/455833/1609080

c ip_input.c

/* ip_input.c * linqianghe@163.com * 2006-09-19 */ #include "myip.h" #include "log.h" #include "dummy_ipv4.h" #include "protocol.h" struct net_protocol *myinet_protos[MAX_INET_PROTOS]; static in
www.eeworm.com/read/455833/1609141

h ip_fib.h

/* ip_fib.h * linqianghe@163.com * 2006-11-07 */ #ifndef INCLUDED_IP_FIB_H #define INCLUDED_IP_FIB_H #include #include #define MYFIB_RES_PREFSRC(res) ((res).fi->fib_
www.eeworm.com/read/455833/1609148

h ip_output.h

/* ip_output.h * linqianghe@163.com * 2006-11-06 */ #ifndef INCLUDED_IP_OUTPUT_H #define INCLUDED_IP_OUTPUT_H void __init myip_init(void); void __exit myip_exit(void); extern int mysysctl_ip_def
www.eeworm.com/read/455833/1609155

h ip_input.h

/* ip_input.h * linqianghe@163.com * 2006-11-13 */ #ifndef INCLUDED_IP_INPUT_H #define INCLUDED_IP_INPUT_H int myip_local_deliver(struct sk_buff *skb); #endif //INCLUDED_IP_INPUT_H
www.eeworm.com/read/455833/1609174

c ip_output.c

/* ip_output.c * linqianghe@163.com * 2006-11-06 */ #include "route.h" #include int mysysctl_ip_default_ttl = IPDEFTTL; void __init myip_init(void) { myip_rt_init(); } void __exi
www.eeworm.com/read/455833/1609183

c ip_input.c

/* ip_input.c * linqianghe@163.com * 2006-09-19 */ #include "myip.h" #include "log.h" #include "dummy_ipv4.h" #include "protocol.h" #include "af_inet.h" #include #include
www.eeworm.com/read/455833/1609219

c ip_input.c

/* ip_input.c * linqianghe@163.com * 2006-09-19 */ #include "myip.h" #include "log.h" #include "dummy_ipv4.h" #include "protocol.h" struct net_protocol *myinet_protos[MAX_INET_PROTOS]; static in
www.eeworm.com/read/455005/1626358

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