listen_add
int listen_add(struct sockaddr_storage *, int, int);
if (listen_add(&ss, SOCK_DGRAM, 0) == -1)
if (listen_add(&(ss[j]), $1, $4) == -1) {