swrap_accept
int swrap_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
#define accept(s,addr,addrlen) swrap_accept(s,addr,addrlen)