Searched refs:uni (Results 1 – 5 of 5) sorted by relevance
15227 DWORD uni, /* UTF-16 encoded character to be converted */ in ff_uni2oem() argument15235 if (uni < 0x80) { /* ASCII? */ in ff_uni2oem()15236 c = (WCHAR)uni; in ff_uni2oem()15239 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()15240 for (c = 0; c < 0x80 && uni != p[c]; c++) ; in ff_uni2oem()15280 DWORD uni, /* UTF-16 encoded character to be converted */ in ff_uni2oem() argument15289 if (uni < 0x80) { /* ASCII? */ in ff_uni2oem()15290 c = (WCHAR)uni; in ff_uni2oem()15293 if (uni < 0x10000 && cp == FF_CODE_PAGE) { /* Is it in BMP and valid code page? */ in ff_uni2oem()15294 uc = (WCHAR)uni; in ff_uni2oem()[all …]
345 WCHAR ff_uni2oem (DWORD uni, WORD cp); /* Unicode to OEM code conversion */346 DWORD ff_wtoupper (DWORD uni); /* Unicode upper-case conversion */
65 Sets TTL field of multicast packets. Separate from uni- & broadcast TTL.
54 If the Least Significant bit in the first byte of the MAC address is clear, the address is a uni-ca…56 …can be used to discard or accept packets with multi-cast, broadcast and/or uni-cast destination ad…
173 see http://www.isys.uni-klu.ac.at/PDF/2001-0126-MT.pdf page 354318 See algorithm 5 and 6 from http://www.isys.uni-klu.ac.at/PDF/2001-0126-MT.pdf */