SIOCGRTSIZE
if (ioctl(fd, SIOCGRTSIZE, &count) == 0) {
case SIOCGRTSIZE:
CODE(SIOCGRTSIZE) /* get route table size */
IOCTL_INFO_ENTRY(SIOCGRTSIZE),
if (ioctl(socket, SIOCGRTSIZE, &config, sizeof(struct ifconf)) < 0)
if (ioctl(socket.Get(), SIOCGRTSIZE, &config, sizeof(struct ifconf)) < 0)