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

/illumos-gate/usr/src/uts/common/sys/
H A Dsockio.h179 #define SIOCGLIFNUM _IOWR('i', 130, struct lifnum) /* get number of ifs */ macro
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c4716 # undef SIOCGLIFNUM macro
4725 # ifdef SIOCGLIFNUM
4727 # endif /* SIOCGLIFNUM */
4737 # ifdef SIOCGLIFNUM
4740 i = ioctl(s, SIOCGLIFNUM, (char *)&lifn);
4742 # endif /* SIOCGLIFNUM */
4744 # if defined(__hpux) || defined(SIOCGLIFNUM)
4749 sm_dprintf("SIOCGLIFNUM failed: %s\n",
4756 # endif /* defined(__hpux) || defined(SIOCGLIFNUM) */

Completed in 69 milliseconds