Searched defs:low_byte_first (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c351 static int low_byte_first = -1; local
362 if (low_byte_first == -1)
363 low_byte_first = (htons((unsigned short int)1) != 1);
364 if (low_byte_first == 0)
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c314 static int low_byte_first = -1; local
327 if (low_byte_first == -1) {
328 low_byte_first = (PP_HTONS((unsigned short int)1) != 1);
330 if (low_byte_first == 0) {

Completed in 44 milliseconds