Home
last modified time | relevance | path

Searched refs:SIN_PORT (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Rx/
DRawIp4Rx.h33 #define SIN_PORT(port) port.sin_port macro
60 #define SIN_PORT(port) port.sin_port macro
DRawIp4Rx.c63 SIN_PORT ( LocalPort ) = 0; in RawIp4Rx()
122 SIN_PORT ( RemotePort ), in RawIp4Rx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobRx/
DOobRx.h33 #define SIN_PORT(port) port.sin_port macro
61 #define SIN_PORT(port) port.sin_port macro
DOobRx.c71 SIN_PORT ( LocalPort ) = htons ( PortNumber ); in OobRx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
DOobTx.h36 #define SIN_PORT(port) port.sin_port macro
61 #define SIN_PORT(port) port.sin_port macro
DOobTx.c92 SIN_PORT ( LocalPort ) = 0; in OobTx()
113 SIN_PORT ( RemotePort ) = htons ( PortNumber ); in OobTx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
DRawIp4Tx.h36 #define SIN_PORT(port) port.sin_port macro
61 #define SIN_PORT(port) port.sin_port macro
DRawIp4Tx.c86 SIN_PORT ( LocalPort ) = 0; in RawIp4Tx()
106 SIN_PORT ( RemotePort ) = 0; in RawIp4Tx()