代码搜索:setIP
找到约 66 项符合「setIP」的源代码
代码结果 66
www.eeworm.com/read/330918/12860931
res setip.res
www.eeworm.com/read/330918/12860947
dof setip.dof
[FileVersion]
Version=7.0
[Compiler]
A=8
B=0
C=1
D=1
E=0
F=0
G=1
H=1
I=1
J=0
K=0
L=1
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=1
Z=1
ShowHints=1
ShowWarnings=1
U
www.eeworm.com/read/330918/12860951
dpr setip.dpr
program SETIP;
uses
Forms,
uFrmMain in 'uFrmMain.pas' {FrmMain},
uSock in 'uSock.pas';
{$R *.res}
begin
Application.Initialize;
application.ShowMainForm:=false;
Application.
www.eeworm.com/read/343884/11920523
c setip.c
#include "socket_base.h"
#define SERVER_IP "1.1.1.1"
#define CLIENT_IP "1.1.1.2"
char *next_cmd = "reboot";
int main(int argc, char *argv[])
{
//open network lclient
COMMANDPAR par1;
HTRANSINTERFAC
www.eeworm.com/read/337419/12370355
exe setip.exe
www.eeworm.com/read/234491/14111105
pro setip.pro
TEMPLATE = app
CONFIG = qt warn_on release
HEADERS = setip_form.h
SOURCES = main.cpp \
setip_form.cpp
INTERFACES =
www.eeworm.com/read/243142/4532503
po setip.po
setip.o setip.o: setip.c ../../include/blob/config.h \
../../include/blob/errno.h ../../include/blob/debug.h \
../../include/blob/types.h ../../include/blob/util.h \
../../include/net/net.h
../
www.eeworm.com/read/262041/4317990
c setip.c
#include "setip.h"
#include "flash.h"
#ifdef INCLUDE_DOWN_UP
char *SetipHelp[] = {
"Write Mac and IP address into flash",
"setip ",
"Mac format: xx:xx:xx:xx:xx:xx",
"I
www.eeworm.com/read/262041/4318005
h setip.h
#include "config.h"
#include "m25p64.h"
#include "cli.h"
#ifdef INCLUDE_NOR_FLASH_S29GL128M90
#include "S29GL128M90.h"
#elif INCLUDE_NOR_FLASH_S29GL064A90
#include "S29GL064A90.h"
#elif INCLU