Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/rtadvd/
Drtadvd.c151 fd_set *fdsetp, *selectfdp; local
248 if ((selectfdp = malloc(fdmasks)) == NULL) {
261 memcpy(selectfdp, fdsetp, fdmasks); /* reinitialize */
288 if ((i = select(maxfd + 1, selectfdp, NULL, NULL,
298 if (rtsock != -1 && FD_ISSET(rtsock, selectfdp))
300 if (FD_ISSET(sock, selectfdp))