代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/110414/15534538
dcu cap_ip.dcu
www.eeworm.com/read/110414/15534539
pas cap_ip.pas
unit cap_ip;
interface
uses
Windows, Messages,Classes,winsock,sysutils;
const
WM_CapIp = WM_USER + 200;
STATUS_FAILED =$FFFF; //定义异常出错代码
MAX_PACK_LEN =65535; /
www.eeworm.com/read/110414/15534541
cfg cap_ip.cfg
-$A+
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
www.eeworm.com/read/109695/15552144
example ip-down.example
#!/bin/sh
# -*- Fundamental -*-
#
# args: interface-name tty-device speed local-IP remote-IP
PATH=/usr/ucb:/bin:/usr/bin:/etc:/usr/etc:/usr/local/bin; export PATH
#
# Remove the route to localhost t
www.eeworm.com/read/109695/15552153
example ip-up.example
#!/bin/sh
# -*- Fundamental -*-
#
#
# args: interface-name tty-device speed local-IP remote-IP
PATH=/usr/ucb:/bin:/usr/bin:/etc:/usr/etc:/usr/local/bin; export PATH
#
# Add a route to localhost so n
www.eeworm.com/read/109477/15556408
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/109477/15556413
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.
www.eeworm.com/read/109477/15556422
h ip_nat.h
#ifndef _IP_NAT_H
#define _IP_NAT_H
#include
#include
#define IP_NAT_MAPPING_TYPE_MAX_NAMELEN 16
enum ip_nat_manip_type
{
IP_NAT
www.eeworm.com/read/109477/15556436
h ip_tables.h
/*
* 25-Jul-1998 Major changes to allow for ip chain table
*
* 3-Jan-2000 Named tables to allow packet selection for different uses.
*/
/*
* Format of an IP firewall descriptor
*
* src, dst,
www.eeworm.com/read/108334/15587970