📄 dhcpcinit.h
字号:
/* dhcpcInit.h - DHCP runtime client include file for system startup *//* Copyright 1984 - 2004 Wind River Systems, Inc. *//*modification history--------------------01n,16mar04,ann merged from orion to create the MSP base01m,05nov03,cdw Removal of unnecessary _KERNEL guards.01l,04nov03,rlm Ran batch header path update for header re-org.01k,03nov03,rlm Removed wrn/coreip/ prefix from #includes for header re-org.01j,10jun03,vvv include netVersion.h01i,25apr03,vvv deleted duplicate reference to dhcpcShowInit()01h,22mar02,hgo change dhcpcConfigSet declaration01g,16nov00,spm enabled new DHCP lease for runtime device setup (SPR #20438)01f,24nov99,spm upgraded to RFC 2131 and removed direct link-level access01e,06aug97,spm removed parameters linked list to reduce memory required; added definitions for C++ compilation; renamed class field of dhcp_reqspec structure to prevent C++ errors (SPR #9079)01d,02jun97,spm changed DHCP option tags to prevent name conflicts (SPR #8667)01c,07apr97,spm removed #define's now in configAll.h, changed router_solicit field in parameter descriptor from pointer to structure01b,03jan97,spm added little-endian support and moved macros to dhcp.h01a,03oct96,spm created by modifying WIDE project DHCP implementation*/#ifndef __INCdhcpcInith#define __INCdhcpcInith#ifdef __cplusplusextern "C" {#endif#include <netVersion.h>#include <bootLib.h>/* Functions called at system startup. */IMPORT STATUS dhcpcLibInit (int, int, int, int, int, int, int);IMPORT STATUS dhcpcLeaseGet (char *, BOOL *);IMPORT STATUS dhcpcConfigSet (BOOT_PARAMS *, char *, int *, BOOL * pDhcpStatus, BOOL configFlag);#ifdef __cplusplus}#endif#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -