Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Difconfig.c455 int sockfd6; in ifconfig_main() local
458 sockfd6 = xsocket(AF_INET6, SOCK_DGRAM, 0); in ifconfig_main()
459 xioctl(sockfd6, SIOCGIFINDEX, &ifr); in ifconfig_main()
465 ioctl_or_perror_and_die(sockfd6, a1op->selector, &ifr6, "SIOC%s", a1op->name); in ifconfig_main()