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

/freebsd-current/contrib/libpcap/
H A Dfad-glifc.c121 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
123 errno, "SIOCGLIFNUM");
/freebsd-current/contrib/sendmail/src/
H A Dconf.c4850 # undef SIOCGLIFNUM macro
4859 # ifdef SIOCGLIFNUM
4871 # ifdef SIOCGLIFNUM
4874 i = ioctl(s, SIOCGLIFNUM, (char *)&lifn);
4876 # endif /* SIOCGLIFNUM */
4878 # if defined(__hpux) || defined(SIOCGLIFNUM)
4883 sm_dprintf("SIOCGLIFNUM failed: %s\n",
4890 # endif /* defined(__hpux) || defined(SIOCGLIFNUM) */

Completed in 68 milliseconds