Searched refs:ipaddrs (Results 1 - 3 of 3) sorted by relevance
/third_party/lwip/test/unit/dhcp/ |
H A D | test_dhcp.c | 270 const u8_t ipaddrs[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in lwip_tx_func() local 279 check_pkt(p, 53, ipaddrs, sizeof(ipaddrs)); in lwip_tx_func() 320 const u8_t ipaddrs[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in lwip_tx_func() local 332 check_pkt(p, 53, ipaddrs, sizeof(ipaddrs)); in lwip_tx_func() 351 const u8_t ipaddrs[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in lwip_tx_func() local 360 check_pkt(p, 53, ipaddrs, sizeof(ipaddrs)); in lwip_tx_func() 397 const u8_t ipaddrs[] in lwip_tx_func() local [all...] |
/third_party/python/Lib/ |
H A D | socket.py | 794 hostname, aliases, ipaddrs = gethostbyaddr(name)
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 1013 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)
|
Completed in 12 milliseconds