代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/262041/4317691
h ip22.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.
*
* ip22.h: Defini
www.eeworm.com/read/261580/4320830
h ip_addr.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/261580/4320834
h ip_addr.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted pro
www.eeworm.com/read/261580/4320835
h ip_frag.h
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/261580/4320848
c ip6.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted pro
www.eeworm.com/read/261580/4320851
c ip_addr.c
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted
www.eeworm.com/read/261580/4320852
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/259928/4335844
cpp trans_ip.cpp
#include "stdafx.h"
#include "trans_ip.h"
#include "../common.h"
CString trans_ipUC(ULONG ip)
{
byte* p = (byte*)&ip;
CString str;
str.Format(_T("%d.%d.%d.%d"), p[0], p[1], p[2], p[3]);
www.eeworm.com/read/259928/4335857
h trans_ip.h
#ifndef _TRANS_IP_H
#define _TRANS_IP_H
CString trans_ipUC(ULONG ip);
ULONG trans_ipCU(LPCTSTR ip);
// will use htons
USHORT trans_port(USHORT port);
#endif // _TRANS_IP_H
www.eeworm.com/read/259928/4335872
h ip_port.h
#ifndef _IP_PORT_H
#define _IP_PORT_H
#include "trans_ip.h"
class ip_port
{
CString combine; // "192.168.0.90:8102
CString ip; // "192.168.0.90"
USHORT port; // 8102, look port