Searched refs:requested_ipaddr (Results 1 - 1 of 1) sorted by relevance
/third_party/lwip/test/unit/dhcp/ |
H A D | test_dhcp.c | 291 u8_t requested_ipaddr[] = { 0x32, 0x04, 0xc3, 0xaa, 0xbd, 0xc8 }; /* Ask for offered IP */ in lwip_tx_func() local 294 check_pkt_fuzzy(p, 282, requested_ipaddr, sizeof(requested_ipaddr)); in lwip_tx_func() 322 const u8_t requested_ipaddr[] = { 0x32, 0x04, 0xc3, 0xaa, 0xbd, 0xc8 }; /* offered IP */ in lwip_tx_func() local 340 check_pkt_fuzzy(p, 282, requested_ipaddr, sizeof(requested_ipaddr)); in lwip_tx_func() 372 u8_t requested_ipaddr[] = { 0x32, 0x04, 0x4f, 0x8a, 0x33, 0x05 }; /* Ask for offered IP */ in lwip_tx_func() local 375 check_pkt_fuzzy(p, 282, requested_ipaddr, sizeof(requested_ipaddr)); in lwip_tx_func()
|
Completed in 2 milliseconds