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

/haiku/src/system/boot/platform/openfirmware/
H A Ddevices.cpp69 char defaultServerIP[16]; local
71 defaultServerIP, sizeof(defaultServerIP) - 1);
73 defaultServerIP[bytesRead] = '\0';
74 bootAddress = ip_parse_address(defaultServerIP);

Completed in 39 milliseconds