Home
last modified time | relevance | path

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

/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Daccept.c64 struct client_t *udp_pseudoclient = NULL; variable
703 udp_pseudoclient->portaccount = l->portaccount; in accept_process_udpsubmit()
704 e = pseudoclient_push_packet(udp_worker, udp_pseudoclient, username, packet, packet_len); in accept_process_udpsubmit()
705 clientaccount_add(udp_pseudoclient, IPPROTO_UDP, len, 1, 0, 0, (e < 0) ? e : 0, 0); in accept_process_udpsubmit()
706 udp_pseudoclient->portaccount = NULL; in accept_process_udpsubmit()
1417 udp_pseudoclient = pseudoclient_setup(81); in accept_thread()
1418 udp_pseudoclient->flags |= CLFLAGS_UDPSUBMIT; in accept_thread()
1558 client_free(udp_pseudoclient); in accept_thread()
1559 udp_pseudoclient = NULL; in accept_thread()