代码搜索:IP Modem

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

代码结果 10,000
www.eeworm.com/read/304642/3795575

hpp ip_filter.hpp

/* Copyright (c) 2005, Arvid Norberg All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are me
www.eeworm.com/read/304222/3801978

h ip_hdr.h

/* server/ip/gen/ip_hdr.h */ #ifndef __SERVER__IP__GEN__HDR_H__ #define __SERVER__IP__GEN__HDR_H__ typedef struct ip_hdr { u8_t ih_vers_ihl, ih_tos; u16_t ih_length, ih_id, ih_flags_fragoff;
www.eeworm.com/read/304222/3801988

h ip_io.h

/* server/ip/gen/ip_io.h */ #ifndef __SERVER__IP__GEN__IP_IO_H__ #define __SERVER__IP__GEN__IP_IO_H__ typedef struct nwio_ipconf { u32_t nwic_flags; ipaddr_t nwic_ipaddr; ipaddr_t nwic_netmask; }
www.eeworm.com/read/304222/3802743

c ip_write.c

/* ip_write.c */ #include "inet.h" #include "buf.h" #include "type.h" #include "arp.h" #include "assert.h" #include "clock.h" #include "eth.h" #include "icmp_lib.h" #include "io.h" #include "ip.h" #
www.eeworm.com/read/304222/3802749

h ip_int.h

/* ip.h */ #ifndef INET_IP_INT_H #define INET_IP_INT_H /* this include file depends on: #include #include #include #include #include
www.eeworm.com/read/304222/3802754

c ip_lib.c

/* ip_lib.c */ #include "inet.h" #include "buf.h" #include "type.h" #include "assert.h" #include "io.h" #include "ip_int.h" INIT_PANIC(); PUBLIC ipaddr_t ip_get_netmask (hostaddr) ipaddr_t hostadd
www.eeworm.com/read/304222/3802759

c ip_ioctl.c

/* ip_ioctl.c */ #include "inet.h" #include "buf.h" #include "type.h" #include "arp.h" #include "assert.h" #include "clock.h" #include "icmp_lib.h" #include "ip.h" #include "ip_int.h" #include "ipr.
www.eeworm.com/read/304222/3802766

c ip_read.c

/* ip_read.c */ #include "inet.h" #include "buf.h" #include "clock.h" #include "type.h" #include "assert.h" #include "icmp_lib.h" #include "io.h" #include "ip.h" #include "ip_int.h" INIT_PANIC();
www.eeworm.com/read/303768/3808024

c ip_output.c

/* ip_output.c - internet output routines */ /* Copyright 1984 - 2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 * The Regents of the Un
www.eeworm.com/read/303768/3808025

c raw_ip.c

/* raw_ip.c - raw interface to IP protocol */ /* Copyright 1984 - 2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* * Copyright (c) 1982, 1986, 1988, 1993, 1995 * The Regents of the U