Searched defs:requested_ipaddr (Results 1 – 1 of 1) sorted by relevance
/third_party/lwip/test/unit/dhcp/ |
D | test_dhcp.c | 291 u8_t requested_ipaddr[] = { 0x32, 0x04, 0xc3, 0xaa, 0xbd, 0xc8 }; /* Ask for offered IP */ in lwip_tx_func() local 322 const u8_t requested_ipaddr[] = { 0x32, 0x04, 0xc3, 0xaa, 0xbd, 0xc8 }; /* offered IP */ in lwip_tx_func() local 372 u8_t requested_ipaddr[] = { 0x32, 0x04, 0x4f, 0x8a, 0x33, 0x05 }; /* Ask for offered IP */ in lwip_tx_func() local
|