Home
last modified time | relevance | path

Searched refs:xid (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddhcp.h32 u32_t xid; member
80 PACK_STRUCT_FIELD(u32_t xid);
/lib/liblwip/src/core/
Ddhcp.c136 static u32_t xid; variable
1574 if (ntohl(reply_msg->xid) != dhcp->xid) { in dhcp_recv()
1576 …ion id mismatch reply_msg->xid(%"X32_F")!=dhcp->xid(%"X32_F")\n",ntohl(reply_msg->xid),dhcp->xid)); in dhcp_recv()
1650 static u32_t xid; in dhcp_create_msg() local
1652 static u32_t xid = 0xABCD0000; in dhcp_create_msg() local
1656 xid = DHCP_GLOBAL_XID; in dhcp_create_msg()
1676 xid = LWIP_RAND(); in dhcp_create_msg()
1678 xid++; in dhcp_create_msg()
1681 dhcp->xid = xid; in dhcp_create_msg()
1683 ("transaction id xid(%"X32_F")\n", xid)); in dhcp_create_msg()
[all …]
/lib/liblwip/
DCHANGELOG53 * dhcp.c: DHCP uses LWIP_RAND() for xid's (bug #30302)