Home
last modified time | relevance | path

Searched defs:hostvar (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/dosbox/dosbox-0.74-3/include/
H A Dipxserver.h36 #define CONVIP(hostvar) hostvar & 0xff, (hostvar >> 8) & 0xff, (hostvar >> 16) & 0xff, (hostvar >> … argument
37 #define CONVIPX(hostvar) hostvar[0], hostvar[1], hostvar[2], hostvar[3], hostvar[4], hostvar[5] argument
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/include/
H A Dipxserver.h36 #define CONVIP(hostvar) hostvar & 0xff, (hostvar >> 8) & 0xff, (hostvar >> 16) & 0xff, (hostvar >> … argument
37 #define CONVIPX(hostvar) hostvar[0], hostvar[1], hostvar[2], hostvar[3], hostvar[4], hostvar[5] argument
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/include/
H A Dipxserver.h36 #define CONVIP(hostvar) hostvar & 0xff, (hostvar >> 8) & 0xff, (hostvar >> 16) & 0xff, (hostvar >> … argument
37 #define CONVIPX(hostvar) hostvar[0], hostvar[1], hostvar[2], hostvar[3], hostvar[4], hostvar[5] argument
/dports/net/openmpi3/openmpi-3.1.6/opal/include/
H A Dopal_config_bottom.h407 static inline uint32_t htonl(uint32_t hostvar) { return hostvar; } in htonl()
409 static inline uint16_t htons(uint16_t hostvar) { return hostvar; } in htons()
/dports/net/openmpi/openmpi-4.1.1/opal/include/
H A Dopal_config_bottom.h406 static inline uint32_t htonl(uint32_t hostvar) { return hostvar; } in htonl()
408 static inline uint16_t htons(uint16_t hostvar) { return hostvar; } in htons()
/dports/multimedia/vlc/vlc-3.0.16/src/network/
H A Dhttpd.c911 const char *hostvar, in httpd_HostCreate()