Home
last modified time | relevance | path

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

/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dsocket.c391 sizeof(struct udp_req_cpacket), /* CP_UDP_REQ */
1835 if (((struct udp_req_cpacket *) packet)->request == COMM_VERIFY) in sendServerPacket()
3182 struct udp_req_cpacket packet; in sendUdpReq()
3184 memset(&packet, 0, sizeof(struct udp_req_cpacket)); in sendUdpReq()
3293 struct udp_req_cpacket response; in handleUdpReply()
3298 memset(&response, 0, sizeof(struct udp_req_cpacket)); in handleUdpReply()
4916 ((struct udp_req_cpacket *) packet)->request, in print_opacket()
4917 ((struct udp_req_cpacket *) packet)->connmode, in print_opacket()
4918 ntohl(((struct udp_req_cpacket *) packet)->port) ); in print_opacket()
H A Dpackets.h804 struct udp_req_cpacket struct