HomeSort by relevance Sort by last modified time
    Searched refs:S_un (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
inaddr.h 22 } S_un;
25 #define s_addr S_un.S_addr
26 #define s_host S_un.S_un_b.s_b2
27 #define s_net S_un.S_un_b.s_b1
28 #define s_imp S_un.S_un_w.s_w2
29 #define s_impno S_un.S_un_b.s_b4
30 #define s_lh S_un.S_un_b.s_b3
traffic.h 100 } S_un;
105 #define tcSrcPort S_un.S_un_ports.s_srcport
106 #define tcDstPort S_un.S_un_ports.s_dstport
107 #define tcIcmpType S_un.S_un_icmp.s_type
108 #define tcIcmpCode S_un.S_un_icmp.s_code
109 #define tcSpi S_un.S_Spi
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 33 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.h 30 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 33 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.h 30 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
  /external/webrtc/webrtc/base/
win32.cc 74 as_in_addr->S_un.S_un_b.s_b1,
75 as_in_addr->S_un.S_un_b.s_b2,
76 as_in_addr->S_un.S_un_b.s_b3,
77 as_in_addr->S_un.S_un_b.s_b4);
winping.cc 245 result = send_(hping_, ip.ipv4_address().S_un.S_addr, data_,
  /external/libpcap/
inet.c 389 *netp = t_addr->sin_addr.S_un.S_addr;
391 *maskp = t_addr->sin_addr.S_un.S_addr;
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 996 in.S_un.S_addr = pIpAddr->in_addr;
997 if(pIpAddr->in_addr == name->sin_addr.S_un.S_addr)
    [all...]
udp_transport_impl.cc     [all...]
  /external/python/cpython3/Modules/
overlapped.c 447 addr.sin_addr.S_un.S_addr = INADDR_ANY;
    [all...]

Completed in 471 milliseconds