dhcp::xid is only used within LwIP.
 
Symbols
loading...
Files
loading...

dhcp::xid field

transaction identifier of last sent request

Syntax

u32_t xid;

References

LocationReferrerText
dhcp.h:70
u32_t xid;
dhcp.c:1800dhcp_recv()
if (lwip_ntohl(reply_msg->xid) != dhcp->xid) {
dhcp.c:1918dhcp_create_msg()
dhcp->xid = xid;
dhcp.c:1930dhcp_create_msg()
msg_out->xid = lwip_htonl(dhcp->xid);

Data Use

Functions writing dhcp::xid
Functions reading dhcp::xid
all items filtered out
dhcp::xid
all items filtered out
Type of dhcp::xid
dhcp::xid
all items filtered out