代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/359526/2975438
c ip_addr.c
/*
* IP address processing
* Copyright (c) 2003-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/359526/2975446
h ip_addr.h
/*
* IP address processing
* Copyright (c) 2003-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/359525/2975723
c ip_addr.c
/*
* IP address processing
* Copyright (c) 2003-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/359525/2975731
h ip_addr.h
/*
* IP address processing
* Copyright (c) 2003-2006, Jouni Malinen
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Publ
www.eeworm.com/read/359056/2980087
cpp ip_2105.cpp
/*#include
#include
int bto(char *s)
{
return (s[0] - 48)*128 + (s[1] - 48)*64 + (s[2] - 48)*32 + (s[3] - 48)*16
+ (s[4] - 48)*8 + (s[5] - 48)*4 + (s[6] - 48)*2 + (s[7] -
www.eeworm.com/read/358104/3006269
h dyn_ip.h
/* $Id: dyn_ip.h,v 1.46 2001/09/26 18:25:24 jm Exp $
* Tunnel and route interface to kernel
*
* Dynamic hierarchial IP tunnel
* Copyright (C) 1998-2001, Dynamics group
*
* This program is free s
www.eeworm.com/read/358104/3006271
c dyn_ip.c
/* $Id: dyn_ip.c,v 1.79 2001/10/04 16:46:37 jm Exp $
* Tunnel and route interface to kernel
*
* Dynamic hierarchial IP tunnel
* Copyright (C) 1998-2001, Dynamics group
*
* This program is free s
www.eeworm.com/read/357083/3029552
h ip27.h
/*
* 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.
*
* Derived from IRIX
www.eeworm.com/read/357083/3030111
h ip_queue.h
/*
* This is a module which is used for queueing IPv4 packets and
* communicating with userspace via netlink.
*
* (C) 2000 James Morris, this code is GPL.
*/
#ifndef _IP_QUEUE_H
#define _IP_QUEUE
www.eeworm.com/read/357083/3030117
h ip_conntrack.h
#ifndef _IP_CONNTRACK_H
#define _IP_CONNTRACK_H
/* Connection state tracking for netfilter. This is separated from,
but required by, the NAT layer; it can also be used by an iptables
extension.