代码搜索:IPCONFIG
找到约 231 项符合「IPCONFIG」的源代码
代码结果 231
www.eeworm.com/read/479151/1343946
c ipconfig.c
/*
* $Id: ipconfig.c,v 1.43.2.1 2001/12/13 10:39:53 davem Exp $
*
* Automatic Configuration of IP -- use DHCP, BOOTP, RARP, or
* user-supplied information to configure own IP address and routes
www.eeworm.com/read/242732/4539047
rc ipconfig.rc
#include
#include
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "IP Configuration utility\0"
#define REACTOS_STR_INTERNAL_NAME "ipconfig\0"
#define
www.eeworm.com/read/242732/4539048
c ipconfig.c
/*
* PROJECT: ReactOS ipconfig utility
* LICENSE: GPL - See COPYING in the top level directory
* FILE: apps/utils/net/ipconfig/ipconfig.c
* PURPOSE: Display IP info for net
www.eeworm.com/read/216802/4882782
rc ipconfig.rc
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS TCP/IPv4 Win32 ipconfig\0"
#define REACTOS_STR_INTERNAL_NAME "ipconfig\0"
#define REACTOS_STR_ORIGINAL_FILENAME "ipconfig.exe\0"
#define REACTOS
www.eeworm.com/read/216802/4882783
c ipconfig.c
/*
* ReactOS Win32 Applications
* Copyright (C) 2005 ReactOS Team
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS arp utility
* FILE: apps/utils/net/i
www.eeworm.com/read/209559/4972199
h ipconfig.h
/*
* $Id: ipconfig.h,v 1.4 2001/04/30 04:51:46 davem Exp $
*
* Copyright (C) 1997 Martin Mares
*
* Automatic IP Layer Configuration
*/
/* The following are initdata: */
extern int ic_enable
www.eeworm.com/read/209559/4974902
c ipconfig.c
/*
* $Id: ipconfig.c,v 1.46 2002/02/01 22:01:04 davem Exp $
*
* Automatic Configuration of IP -- use DHCP, BOOTP, RARP, or
* user-supplied information to configure own IP address and routes.
*
www.eeworm.com/read/209211/4981749
c ipconfig.c
#include
#include
#include
#include
#include
#include "dhcp.h"
int noconfig;
int debug;
int dodhcp;
int nip;
int myifc = -1;
int plan9 = 1;
int beprimary = -1;
i