Lines Matching refs:xid
86 /** DHCP_CREATE_RAND_XID: if this is set to 1, the xid is created using
136 static u32_t xid;
1574 if (ntohl(reply_msg->xid) != dhcp->xid) {
1576 ("transaction id mismatch reply_msg->xid(%"X32_F")!=dhcp->xid(%"X32_F")\n",ntohl(reply_msg->xid),dhcp->xid));
1650 static u32_t xid;
1652 static u32_t xid = 0xABCD0000;
1656 xid = DHCP_GLOBAL_XID;
1676 xid = LWIP_RAND();
1678 xid++;
1681 dhcp->xid = xid;
1683 ("transaction id xid(%"X32_F")\n", xid));
1692 dhcp->msg_out->xid = htonl(dhcp->xid);