Home | History | Annotate | Download | only in libsa

Lines Matching refs:netdev_sock

70 static int netdev_sock = -1;
99 if (netdev_sock < 0) {
100 netdev_sock = netif_open(devname);
101 if (netdev_sock < 0) {
112 error = net_getparams(netdev_sock);
118 error = nfs_mount(netdev_sock, rootip, rootpath);
123 netif_close(netdev_sock);
124 netdev_sock = -1;
157 if (netdev_sock >= 0) {
162 netif_close(netdev_sock);
163 netdev_sock = -1;