Home
last modified time | relevance | path

Searched refs:ipaddrs (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/test/unit/dhcp/
H A Dtest_dhcp.c270 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 Dsocket.py794 hostname, aliases, ipaddrs = gethostbyaddr(name)
/third_party/python/Lib/test/
H A Dtest_socket.py1013 hname, aliases, ipaddrs = socket.gethostbyaddr(ip)

Completed in 12 milliseconds