Home
last modified time | relevance | path

Searched defs:dhcp_msg (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/apps/
A Ddhcps.h76 struct dhcp_msg { struct
78 uint8_t htype; /* Hardware address type */
79 uint8_t hlen; /* Hardware address length */
80 uint8_t hops; /* Client sets to zero, optionally used by relay agents
82 uint8_t xid[4]; /* Transaction ID, a random number chosen by the client,
87 uint16_t flags; /* bit 0: Broadcast flag, bit 1~15:MBZ must 0*/
88 uint8_t ciaddr[4]; /* Client IP address; only filled in if client is in BOUND,
90 uint8_t yiaddr[4]; /* 'your' (client) IP address */
91 uint8_t siaddr[4]; /* IP address of next server to use in bootstrap;
94 uint8_t chaddr[16]; /* Client hardware address */
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/network/dhcp/
A Ddhcps.h78 struct dhcp_msg { struct
80 uint8_t htype; /* Hardware address type */
81 uint8_t hlen; /* Hardware address length */
82 uint8_t hops; /* Client sets to zero, optionally used by relay agents
84 uint8_t xid[4]; /* Transaction ID, a random number chosen by the client,
89 uint16_t flags; /* bit 0: Broadcast flag, bit 1~15:MBZ must 0*/
90 uint8_t ciaddr[4]; /* Client IP address; only filled in if client is in BOUND,
92 uint8_t yiaddr[4]; /* 'your' (client) IP address */
93 uint8_t siaddr[4]; /* IP address of next server to use in bootstrap;
96 uint8_t chaddr[16]; /* Client hardware address */
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Ddhcp.h65 struct dhcp_msg struct
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Ddhcp.h65 struct dhcp_msg struct
/AliOS-Things-master/components/py_engine/engine/shared/netutils/
A Ddhcpserver.c190 dhcp_msg_t dhcp_msg; in dhcp_server_process() local

Completed in 7 milliseconds