Home
last modified time | relevance | path

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

/dports/dns/dq/dq-20181021/dq/
H A Dxsocket.h19 extern int xsocket_accept(int, int, unsigned char *, unsigned char *, long long *);
H A DSOURCES64 xsocket_accept
H A Dxsocket_accept.c60 int xsocket_accept(int fd, int type, unsigned char *ip, unsigned char *port, long long *id) { in xsocket_accept() function
H A DLIBS62 xsocket_accept.o
H A Ddqcache.c325 x->tcp = xsocket_accept(tcp53, mytypeincoming, x->ip, x->port, &x->scope_id); in t_new()