代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/229812/4753287
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
www.eeworm.com/read/229812/4753385
h ip_out.h
#ifndef __IP_OUTPUT_H
#define __IP_OUTPUT_H
extern int _ip_id_increment;
extern int _default_ttl;
extern int _default_tos;
extern WORD _get_ip_id (void);
extern WORD _get_this_ip_id (void);
www.eeworm.com/read/229812/4753501
c ip_out.c
/*
* IP output routines
*
* Version
*
* 1.0 : Apr 18, 1999 : G. Vanem - created
* 1.1 : Jan 29, 2000 : G. Vanem - added functions for
* handling list of IP-fragm
www.eeworm.com/read/229260/4758570
h ip_var.h
/* openbios/include/netinet/ip_var.h, redbios, redbios_iii_1.0 3/23/98 11:41:41 */
/*-----------------------------------------------------------------------------+
|
| This source code has been
www.eeworm.com/read/229260/4758572
h ip_icmp.h
/* openbios/include/netinet/ip_icmp.h, redbios, redbios_iii_1.0 3/23/98 11:41:39 */
/*-----------------------------------------------------------------------------+
|
| This source code has been
www.eeworm.com/read/229055/4760658
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/229055/4760659
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/227259/4776886
h ip_common.h
extern int preferred_family;
extern char * _SL_;
extern void ip_parse_common_args(int *argcp, char ***argvp);
extern int print_neigh(struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
extern in
www.eeworm.com/read/226641/4782653
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/226641/4782660
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.