代码搜索:Delphi UPnP
找到约 10,000 项符合「Delphi UPnP」的源代码
代码结果 10,000
www.eeworm.com/read/383065/2622852
h upnp.h
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2003 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and bi
www.eeworm.com/read/157256/5606955
h upnp.h
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2003 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary
www.eeworm.com/read/294538/8219685
cpp upnp.cpp
/*
* Copyright (C) 2001-2006 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/294538/8219869
h upnp.h
/*
* Copyright (C) 2001-2006 Jacek Sieka, arnetheduck on gmail point com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public
www.eeworm.com/read/267604/11172129
chi upnp.chi
www.eeworm.com/read/111675/15506042
cpp upnp.cpp
#include "upnp.h"
#include "qsocket.h"
#include "qudp.h"
/*
ReloadIp: 获取本机上最类似于192.168.0.x的内网IP
如果本机没有内网IP,则返回INADDR_NONE
*/
static ulong ReloadIp()//get 192.168.0.x
{
int len = 256;
ch
www.eeworm.com/read/111675/15506043
h upnp.h
#ifndef MYUPNP_H_
#include "bt.h"
typedef bool (*PUPNPCALLBACK)(void* lp);
const int UPNPREPEAT = 5;
const int UPNPDELAY = 6;
class QMyUPNP
{
public:
QMyUPNP();
QMyUPNP(const QString& de
www.eeworm.com/read/168019/5449958
c test_init.c
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2006 R閙i Turboult
www.eeworm.com/read/130409/7068858