sockin.c | 202 registersock(struct socket *so, int news) 210 so->so_internal = (void *)(intptr_t)news; 310 int news, error, slen; local in function:sockin_waccept 314 &slen, &news); 322 if (registersock(nso, news) != 0) 328 rumpuser_close(news); 442 int error, news, family; local in function:sockin_attach 453 error = rumpcomp_sockin_socket(family, type, 0, &news); 460 error = rumpcomp_sockin_setsockopt(news, 464 error = rumpcomp_sockin_setsockopt(news, [all...] |