Home
last modified time | relevance | path

Searched refs:packet_class_w3route (Results 1 – 5 of 5) sorted by relevance

/dports/games/pvpgn/pvpgn-1.8.5/src/common/
H A Dpacket.c67 class!=packet_class_w3route) in packet_create()
151 case packet_class_w3route: in packet_get_class()
190 case packet_class_w3route: in packet_get_class_str()
222 class!=packet_class_w3route) in packet_set_class()
303 case packet_class_w3route: in packet_get_type()
542 case packet_class_w3route: in packet_get_type_str()
751 case packet_class_w3route: in packet_get_type_str()
881 case packet_class_w3route: in packet_set_type()
942 case packet_class_w3route: in packet_get_size()
1021 case packet_class_w3route: in packet_set_size()
[all …]
H A Dpacket.h62 packet_class_w3route enumerator
/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Danongame.c1633 if (packet_get_class(packet) != packet_class_w3route) { in handle_w3route_packet()
1691 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_w3route_packet()
1806 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_w3route_packet()
1826 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_w3route_packet()
1908 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_anongame_join()
1962 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_anongame_join()
2012 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_anongame_join()
2022 if (!(rpacket = packet_create(packet_class_w3route))) { in handle_anongame_join()
H A Dserver.c592 if (!(packet = packet_create(packet_class_w3route))) in sd_tcpinput()
H A Dconnection.c255 if(!(packet = packet_create(packet_class_w3route))) { in conn_test_latency()