Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_bnet.c141 static int _client_pingreq(t_connection * c, t_packet const *const packet);
222 {CLIENT_PINGREQ, _client_pingreq},
255 {CLIENT_PINGREQ, _client_pingreq},
1789 static int _client_pingreq(t_connection * c, t_packet const *const packet) in _client_pingreq() function