Home
last modified time | relevance | path

Searched refs:NOTIFY_INPUT (Results 1 – 17 of 17) sorted by relevance

/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoChannel.h70 NOTIFY_INPUT = 0x01, enumerator
111 notify_flags |= (int)NOTIFY_INPUT; in StartInputNotification()
117 notify_flags &= ~((int)NOTIFY_INPUT); in StopInputNotification()
121 {return (0 != (notify_flags & ((int)NOTIFY_INPUT)));} in InputNotification()
H A DprotoDetour.h83 if (NOTIFY_INPUT == theNotification) in DefaultEventHandler()
H A DprotoSocket.h249 NOTIFY_INPUT = 0x01, enumerator
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoDispatcher.cpp180 if (0 != (notifyFlags & ProtoChannel::NOTIFY_INPUT))
193 else if (0 == (notifyFlags & ProtoChannel::NOTIFY_INPUT))
277 if (0 != (notifyFlags & ProtoSocket::NOTIFY_INPUT))
300 if (0 != (notifyFlags & ProtoSocket::NOTIFY_INPUT))
312 else if (0 == (notifyFlags & ProtoSocket::NOTIFY_INPUT))
1162 theSocket.OnNotify(ProtoSocket::NOTIFY_INPUT);
1181 theChannel.OnNotify(ProtoChannel::NOTIFY_INPUT);
1468 theSocket.OnNotify(ProtoSocket::NOTIFY_INPUT);
1491 theSocket.OnNotify(ProtoSocket::NOTIFY_INPUT);
1528 theSocket.OnNotify(ProtoSocket::NOTIFY_INPUT);
[all …]
H A DprotoSimSocket.cpp453 if (NOTIFY_INPUT == theFlag) in OnNotify()
H A DprotoSocket.cpp508 notifyFlags = NOTIFY_INPUT; in UpdateNotification()
529 notifyFlags = NOTIFY_INPUT; in UpdateNotification()
533 notifyFlags = NOTIFY_INPUT; in UpdateNotification()
555 if (NOTIFY_INPUT == theFlag) in OnNotify()
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/
H A DnsTCPProtoSocketAgent.cpp166 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in tcpEventReceived()
197 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in tcpEventReceived()
H A DnsProtoSimAgent.cpp376 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in recv()
/dports/net/norm/norm-1.5r6/protolib/src/sim/opnet/11.5/
H A DopnetProtoSimProcess.ex.cpp395 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in OnReceive()
550 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in Recv()
566 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in OnReceive()
/dports/net/norm/norm-1.5r6/protolib/src/sim/opnet/12.0/
H A DopnetProtoSimProcess.ex.cpp105 tcpsockprxy->GetSocket()->OnNotify(ProtoSocket::NOTIFY_INPUT); in OnAccept()
417 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in OnReceive()
594 proto_socket->OnNotify(ProtoSocket::NOTIFY_INPUT); in OnReceive()
/dports/net/norm/norm-1.5r6/protolib/examples/
H A DnetExample.cpp104 if (ProtoChannel::NOTIFY_INPUT == theNotification) in MonitorEventHandler()
H A DdetourExample.cpp251 if (ProtoChannel::NOTIFY_INPUT == theNotification) in DetourEventHandler()
H A DserialExample.cpp270 if (ProtoChannel::NOTIFY_INPUT != notifyType) return; in OnSerialInput()
H A DprotoCapExample.cpp390 if (ProtoChannel::NOTIFY_INPUT == notifyType) in OnReceive()
H A Darposer.cpp348 if (ProtoChannel::NOTIFY_INPUT != notifyType) return; in OnInboundPkt()
H A DvifExample.cpp813 if (ProtoChannel::NOTIFY_INPUT != notifyType) return; in OnInboundPkt()
/dports/net/norm/norm-1.5r6/src/common/
H A DnormSession.cpp2184 if (ProtoChannel::NOTIFY_INPUT != notifyType) return; in OnPktCapture()