Home
last modified time | relevance | path

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

/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Dnet.c1437 struct net_udp_t { struct
1447 void net_udp_init(net_udp_t *udp, const char *host, unsigned short port, char *laddr) { in net_udp_init() argument
1476 void net_udp_destroy(net_udp_t *udp) { in net_udp_destroy()
1488 void net_udp_send_raw(net_udp_t *udp, const char *msg, int len) { in net_udp_send_raw()
1497 void net_udp_send(net_udp_t *udp, const char *msg) { in net_udp_send()
1506 void net_udp_sendf(net_udp_t *udp, const char *fmt, ...) { in net_udp_sendf()
H A Dhub.c898 static void adc_sch_reply_send(hub_t *hub, net_udp_t *udp, GString *r, const char *key) { in adc_sch_reply_send()
942 net_udp_t udpbuf, *udp = NULL; in adc_sch_reply()
1406 net_udp_t udp; in nmdc_search()