Searched refs:xid (Results 1 – 3 of 3) sorted by relevance
32 u32_t xid; member80 PACK_STRUCT_FIELD(u32_t xid);
136 static u32_t xid; variable1574 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() local1652 static u32_t xid = 0xABCD0000; in dhcp_create_msg() local1656 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 …]
53 * dhcp.c: DHCP uses LWIP_RAND() for xid's (bug #30302)