INET Framework for OMNeT++/OMNEST
|
This is the complete list of members for inet::UDP, including all inherited members.
addMulticastAddressToInterface(InterfaceEntry *ie, const L3Address &multicastAddr) | inet::UDP | protectedvirtual |
bind(int sockId, int gateIndex, const L3Address &localAddr, int localPort) | inet::UDP | protectedvirtual |
blockMulticastSources(SockDesc *sd, InterfaceEntry *ie, L3Address multicastAddress, const std::vector< L3Address > &sourceList) | inet::UDP | protectedvirtual |
clearAllSockets() | inet::UDP | protectedvirtual |
close(int sockId) | inet::UDP | protectedvirtual |
connect(int sockId, int gateIndex, const L3Address &remoteAddr, int remotePort) | inet::UDP | protectedvirtual |
createSocket(int sockId, int gateIndex, const L3Address &localAddr, int localPort) | inet::UDP | protectedvirtual |
createUDPPacket(const char *name) | inet::UDP | protectedvirtual |
droppedPkBadChecksumSignal | inet::UDP | protectedstatic |
droppedPkWrongPortSignal | inet::UDP | protectedstatic |
EPHEMERAL_PORTRANGE_END enum value | inet::UDP | |
EPHEMERAL_PORTRANGE_START enum value | inet::UDP | |
findFirstSocketByLocalAddress(const L3Address &localAddr, ushort localPort) | inet::UDP | protectedvirtual |
findSocketForUnicastPacket(const L3Address &localAddr, ushort localPort, const L3Address &remoteAddr, ushort remotePort) | inet::UDP | protectedvirtual |
findSocketsForMcastBcastPacket(const L3Address &localAddr, ushort localPort, const L3Address &remoteAddr, ushort remotePort, bool isMulticast, bool isBroadcast) | inet::UDP | protectedvirtual |
getEphemeralPort() | inet::UDP | protectedvirtual |
getOrCreateSocket(int sockId, int gateIndex) | inet::UDP | protectedvirtual |
getSocketById(int sockId) | inet::UDP | protectedvirtual |
handleMessage(cMessage *msg) override | inet::UDP | protectedvirtual |
handleOperationStage(LifecycleOperation *operation, int stage, IDoneCallback *doneCallback) override | inet::UDP | protectedvirtual |
icmp | inet::UDP | protected |
icmpv6 | inet::UDP | protected |
ift | inet::UDP | protected |
initialize(int stage) override | inet::UDP | protectedvirtual |
isOperational | inet::UDP | protected |
joinMulticastGroups(SockDesc *sd, const std::vector< L3Address > &multicastAddresses, const std::vector< int > interfaceIds) | inet::UDP | protectedvirtual |
joinMulticastSources(SockDesc *sd, InterfaceEntry *ie, L3Address multicastAddress, const std::vector< L3Address > &sourceList) | inet::UDP | protectedvirtual |
lastEphemeralPort | inet::UDP | protected |
leaveMulticastGroups(SockDesc *sd, const std::vector< L3Address > &multicastAddresses) | inet::UDP | protectedvirtual |
leaveMulticastSources(SockDesc *sd, InterfaceEntry *ie, L3Address multicastAddress, const std::vector< L3Address > &sourceList) | inet::UDP | protectedvirtual |
MulticastMembershipTable typedef | inet::UDP | |
numDroppedBadChecksum | inet::UDP | protected |
numDroppedWrongPort | inet::UDP | protected |
numInitStages() const override | inet::UDP | inlineprotectedvirtual |
numPassedUp | inet::UDP | protected |
numSent | inet::UDP | protected |
passedUpPkSignal | inet::UDP | protectedstatic |
PortRange enum name | inet::UDP | |
processCommandFromApp(cMessage *msg) | inet::UDP | protectedvirtual |
processICMPError(cPacket *icmpErrorMsg) | inet::UDP | protectedvirtual |
processPacketFromApp(cPacket *appData) | inet::UDP | protectedvirtual |
processUDPPacket(UDPPacket *udpPacket) | inet::UDP | protectedvirtual |
processUndeliverablePacket(UDPPacket *udpPacket, cObject *ctrl) | inet::UDP | protectedvirtual |
rcvdPkSignal | inet::UDP | protectedstatic |
refreshDisplay() const override | inet::UDP | protectedvirtual |
sendDown(cPacket *appData, const L3Address &srcAddr, ushort srcPort, const L3Address &destAddr, ushort destPort, int interfaceId, bool multicastLoop, int ttl, unsigned char tos) | inet::UDP | protectedvirtual |
sendUp(cPacket *payload, SockDesc *sd, const L3Address &srcAddr, ushort srcPort, const L3Address &destAddr, ushort destPort, int interfaceId, int ttl, unsigned char tos) | inet::UDP | protectedvirtual |
sendUpErrorIndication(SockDesc *sd, const L3Address &localAddr, ushort localPort, const L3Address &remoteAddr, ushort remotePort) | inet::UDP | protectedvirtual |
sentPkSignal | inet::UDP | protectedstatic |
setBroadcast(SockDesc *sd, bool broadcast) | inet::UDP | protectedvirtual |
setMulticastLoop(SockDesc *sd, bool loop) | inet::UDP | protectedvirtual |
setMulticastOutputInterface(SockDesc *sd, int interfaceId) | inet::UDP | protectedvirtual |
setMulticastSourceFilter(SockDesc *sd, InterfaceEntry *ie, L3Address multicastAddress, UDPSourceFilterMode filterMode, const std::vector< L3Address > &sourceList) | inet::UDP | protectedvirtual |
setReuseAddress(SockDesc *sd, bool reuseAddr) | inet::UDP | protectedvirtual |
setTimeToLive(SockDesc *sd, int ttl) | inet::UDP | protectedvirtual |
setTypeOfService(SockDesc *sd, int typeOfService) | inet::UDP | protectedvirtual |
SockDescList typedef | inet::UDP | |
socketsByIdMap | inet::UDP | protected |
SocketsByIdMap typedef | inet::UDP | |
SocketsByPortMap typedef | inet::UDP | |
socketsByPortMap | inet::UDP | protected |
UDP() | inet::UDP | |
unblockMulticastSources(SockDesc *sd, InterfaceEntry *ie, L3Address multicastAddress, const std::vector< L3Address > &sourceList) | inet::UDP | protectedvirtual |
~ILifecycle() | inet::ILifecycle | inlinevirtual |
~UDP() | inet::UDP | virtual |