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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
RawIp4Rx.c 62 SIN_ADDR ( LocalPort ) = 0;
84 (UINT8)SIN_ADDR ( LocalPort ),
85 (UINT8)( SIN_ADDR ( LocalPort ) >> 8 ),
86 (UINT8)( SIN_ADDR ( LocalPort ) >> 16 ),
87 (UINT8)( SIN_ADDR ( LocalPort ) >> 24 ),
118 (UINT8)SIN_ADDR ( RemotePort ),
119 (UINT8)( SIN_ADDR ( RemotePort ) >> 8 ),
120 (UINT8)( SIN_ADDR ( RemotePort ) >> 16 ),
121 (UINT8)( SIN_ADDR ( RemotePort ) >> 24 ),
RawIp4Rx.h 30 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
57 #define SIN_ADDR(port) port.sin_addr.s_addr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 33 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
58 #define SIN_ADDR(port) port.sin_addr.s_addr
RawIp4Tx.c 85 SIN_ADDR ( LocalPort ) = 0;
102 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
OobRx.h 30 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
58 #define SIN_ADDR(port) port.sin_addr.s_addr
OobRx.c 70 SIN_ADDR ( LocalPort ) = 0;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 33 #define SIN_ADDR(port) port.sin_addr.S_un.S_addr
58 #define SIN_ADDR(port) port.sin_addr.s_addr
OobTx.c 91 SIN_ADDR ( LocalPort ) = 0;
109 SIN_ADDR ( RemotePort ) = ( RemoteAddress[3] << 24 )
  /external/ppp/pppd/
sys-linux.c 231 #define SIN_ADDR(x) (((struct sockaddr_in *) (&(x)))->sin_addr.s_addr)
    [all...]

Completed in 74 milliseconds