Home
last modified time | relevance | path

Searched refs:sockvecp (Results 1 – 1 of 1) sorted by last modified time

/freebsd/usr.sbin/route6d/
H A Droute6d.c124 static fd_set *sockvecp; /* vector to select() for receiving */ variable
486 memcpy(recvecp, sockvecp, fdmasks); in main()
731 if ((sockvecp = malloc(fdmasks)) == NULL) { in init()
739 memset(sockvecp, 0, fdmasks); in init()
740 FD_SET(ripsock, sockvecp); in init()
742 FD_SET(rtsock, sockvecp); in init()