HomeSort by relevance Sort by last modified time
    Searched defs:haddr (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/WinQuake/
net_mp.cpp 337 int haddr; local
339 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
340 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
net_udp.cpp 410 int haddr; local
412 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
413 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
net_wins.cpp 469 int haddr; local
471 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
472 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
  /gdk/samples/quake/jni/
net_udp.cpp 410 int haddr; local
412 haddr = ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr);
413 sprintf(buffer, "%d.%d.%d.%d:%d", (haddr >> 24) & 0xff, (haddr >> 16) & 0xff, (haddr >> 8) & 0xff, haddr & 0xff, ntohs(((struct sockaddr_in *)addr)->sin_port));
  /external/iptables/include/
xtables.h 160 union nf_inet_addr haddr, hmask; member in struct:xt_option_call::__anon7535::__anon7536
  /external/valgrind/main/helgrind/
hg_errors.c 300 /* halloc/haddr/hszB describe the addr if it is a heap block. */
302 Addr haddr; member in struct:__anon14112::__anon14113::__anon14114
425 &xe->XE.Race.hctxt, &xe->XE.Race.haddr, &xe->XE.Race.hszB,
    [all...]

Completed in 493 milliseconds