OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConnectedPort
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Wrq.c
376
if (EndPoint->RemotePort != Instance->
ConnectedPort
) {
377
if (Instance->
ConnectedPort
!= 0) {
380
Instance->
ConnectedPort
= EndPoint->RemotePort;
Mtftp4Impl.h
129
UINT16
ConnectedPort
;
Mtftp4Rrq.c
683
if (EndPoint->RemotePort != Instance->
ConnectedPort
) {
684
if (Instance->
ConnectedPort
!= 0) {
687
Instance->
ConnectedPort
= EndPoint->RemotePort;
Mtftp4Support.c
492
UdpPoint.RemotePort = Instance->
ConnectedPort
;
549
UdpPoint.RemotePort = Instance->
ConnectedPort
;
Mtftp4Impl.c
86
Instance->
ConnectedPort
= 0;
448
Instance->
ConnectedPort
= 0;
[
all
...]
Completed in 4655 milliseconds