Searched refs:fSourcePort (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/kernel/boot/net/
H A DUDP.h38 uint16 fSourcePort; member in class:UDPPacket
H A DTCP.h40 uint16 fSourcePort; member in class:TCPPacket
/haiku/src/system/boot/loader/net/
H A DUDP.cpp62 fSourcePort = sourcePort;
107 return fSourcePort;
H A DTCP.cpp111 fSourcePort = sourcePort;
139 return fSourcePort;

Completed in 103 milliseconds