Home
last modified time | relevance | path

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

/dports/games/pvpgn/pvpgn-1.8.5/src/bnetd/
H A Dhandle_bnet.c2382 t_motd_data *motdd = (t_motd_data *) data; in _news_cb() local
2384 if (date < motdd->lnews) in _news_cb()
2397 bn_int_set(&rpacket->u.server_motd_w3.first_news_time, motdd->fnews); in _news_cb()
2405 conn_push_outqueue(motdd->c, rpacket); in _news_cb()
2416 t_motd_data motdd; in _client_motdw3() local
2429 motdd.lnews = bn_int_get(packet->u.client_motd_w3.last_news_time); in _client_motdw3()
2430 motdd.fnews = news_get_firstnews(); in _client_motdw3()
2431 motdd.c = c; in _client_motdw3()
2434 news_traverse(_news_cb, &motdd); in _client_motdw3()
2447 bn_int_set(&rpacket->u.server_motd_w3.first_news_time, motdd.fnews); in _client_motdw3()
[all …]