Home
last modified time | relevance | path

Searched refs:PACKET_INFO (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/src/
H A Drminternals.h81 int rmcastRemoveEvent( PACKET_INFO *packt, int event_type );
82 int rmcastFindEvent( PACKET_INFO *packt, int event_type );
83 int rmcastCacheContains( PACKET_INFO *packt );
84 int rmcastInsertEvent( PACKET_INFO *packt, int event_type );
85 void rmcastProcessDataPacket( PACKET_INFO pckt_info );
86 void rmcastProcessRefreshPacket( PACKET_INFO pckt_info );
92 void showLogMsg( char type, PACKET_INFO *pckt_info );
H A Drmmsgpckt.h36 void msgPcktUnmountMessage(PACKET_INFO *pckt_info, BYTE *message);
37 void msgPcktMountMessage(PACKET_INFO *pckt_info, BYTE **message, int *msgsize);
H A Drminternals.c254 PACKET_INFO pckt_info; in rmcastLeaveGroup()
328 void showLogMsg( char type, PACKET_INFO *pckt_info ) in showLogMsg()
471 PACKET_INFO pckt_info; in rmcastReceivePackets()
765 PACKET_INFO pckt_info; in rmcastReceivePackets()
883 PACKET_INFO pckt_info; in rmcastSendPacket()
1117 PACKET_INFO pack; in rmcastCatchEvents()
1369 void rmcastProcessDataPacket( PACKET_INFO pckt_info ) in rmcastProcessDataPacket()
1684 void rmcastProcessRefreshPacket( PACKET_INFO pckt_info ) in rmcastProcessRefreshPacket()
1785 int rmcastRemoveEvent( PACKET_INFO *packt, int event_type ) in rmcastRemoveEvent()
1829 int rmcastFindEvent( PACKET_INFO *packt, int event_type ) in rmcastFindEvent()
[all …]
H A Drmmsgpckt.c331 void msgPcktExchangeByteOrder(PACKET_INFO *pckt_info) in msgPcktExchangeByteOrder()
401 void msgPcktUnmountMessage(PACKET_INFO *pckt_info, BYTE *message) in msgPcktUnmountMessage()
516 void msgPcktMountMessage(PACKET_INFO *pckt_info, BYTE **message, int *msgsize) in msgPcktMountMessage()
H A Drmstruct.h271 typedef struct SPACKET_INFO PACKET_INFO; typedef
H A Drmcast.c529 PACKET_INFO pckt_info; in RM_getCurStatus()
1102 PACKET_INFO pckt_info; in RM_sendto()
/dports/graphics/tgif/tgif-QPL-4.2.5/rmcast/tools/tcpdump2rmcast/
H A Dtcpdump2rmcast.c12 void showLogMsg(char type, PACKET_INFO *pckt_info);
18 PACKET_INFO pckt_info; in main()
135 void showLogMsg(char type, PACKET_INFO *pckt_info) in showLogMsg()
/dports/net/sniffit/sniffit-sniffit-0.5/src/
H A Dsn_interface.c37 extern char PACKET_INFO;
354 if(PACKET_INFO==1) in forced_refresh()
545 PACKET_INFO=0; in stop_packet_info()
699 PACKET_INFO=0; in run_interface()
782 if(PACKET_INFO==0) in run_interface()
786 PACKET_INFO=1; in run_interface()
H A Dsn_data.h169 char PACKET_INFO; variable
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Doggheader.pm19 { PACKET_INFO => 1, constant
199 _read_packet($self,PACKET_INFO); #skip first page
319 if ( my $packref=_read_packet($self,PACKET_INFO) )