Lines Matching defs:xid
432 * Validate that xid is checked.
440 u32_t xid;
457 xid = netif_dhcp_data(&net_test)->xid; /* Write bad xid, not using htonl! */
458 memcpy(&dhcp_offer[46], &xid, 4);
467 xid = htonl(netif_dhcp_data(&net_test)->xid);
468 memcpy(&dhcp_offer[46], &xid, 4); /* insert correct transaction id */
472 xid = netif_dhcp_data(&net_test)->xid; /* Write bad xid, not using htonl! */
473 memcpy(&dhcp_ack[46], &xid, 4);
477 xid = htonl(netif_dhcp_data(&net_test)->xid); /* xid updated */
478 memcpy(&dhcp_ack[46], &xid, 4); /* insert transaction id */
513 u32_t xid;
530 xid = netif_dhcp_data(&net_test)->xid; /* Write bad xid, not using htonl! */
531 memcpy(&dhcp_offer[46], &xid, 4);
540 xid = htonl(netif_dhcp_data(&net_test)->xid);
541 memcpy(&dhcp_offer[46], &xid, 4); /* insert correct transaction id */
545 xid = netif_dhcp_data(&net_test)->xid; /* Write bad xid, not using htonl! */
546 memcpy(&dhcp_ack[46], &xid, 4);
550 xid = htonl(netif_dhcp_data(&net_test)->xid); /* xid updated */
551 memcpy(&dhcp_ack[46], &xid, 4); /* insert transaction id */
735 u32_t xid;
759 xid = htonl(netif_dhcp_data(&net_test)->xid);
760 memcpy(&relay_offer[46], &xid, 4); /* insert correct transaction id */
765 xid = htonl(netif_dhcp_data(&net_test)->xid); /* xid updated */
766 memcpy(&relay_ack1[46], &xid, 4); /* insert transaction id */
801 xid = htonl(netif_dhcp_data(&net_test)->xid); /* xid updated */
802 memcpy(&relay_ack2[46], &xid, 4); /* insert transaction id */
877 u32_t xid;
898 xid = dhcp->xid; /* Write bad xid, not using htonl! */
899 memcpy(&dhcp_offer[46], &xid, 4);
908 xid = htonl(dhcp->xid);
909 memcpy(&dhcp_offer[46], &xid, 4); /* insert correct transaction id */
915 xid = htonl(dhcp->xid); /* xid updated */
916 memcpy(&dhcp_nack_no_endmarker[46], &xid, 4); /* insert transaction id */
924 fail_unless(xid == htonl(dhcp->xid));
987 u32_t xid;
1004 xid = htonl(netif_dhcp_data(&net_test)->xid);
1005 memcpy(&dhcp_offer_invalid_overload[46], &xid, 4); /* insert correct transaction id */
1036 xid = htonl(netif_dhcp_data(&net_test)->xid); /* xid updated */