Searched defs:mibfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c53 static int mibfd = -1; /* fd to get mib info */ variable
1251 (void) close(mibfd);
2861 if (mibfd == -1) {
2862 if ((mibfd = open("/dev/ip", O_RDWR)) < 0) {
2885 if (putmsg(mibfd, &ctlbuf, NULL, 0) == -1) {
2903 rval = getmsg(mibfd, &ctlbuf, NULL, &flags);
2993 if ((rval = getmsg(mibfd, NULL, &databuf,

Completed in 66 milliseconds