Lines Matching refs:ifc
605 struct lifconf ifc;
613 struct ifconf ifc;
642 ifc.lifc_family = AF_UNSPEC;
643 ifc.lifc_flags = 0;
644 ifc.lifc_len = len;
645 ifc.lifc_buf = bufptr;
648 #define IFC_IFC_REQ ifc.lifc_req
649 #define IFC_IFC_LEN ifc.lifc_len
654 ifc.ifc_len = len;
655 ifc.ifc_buf = bufptr;
658 #define IFC_IFC_REQ ifc.ifc_req
659 #define IFC_IFC_LEN ifc.ifc_len
664 if (ifioctl(fd, IFC_IOCTL_REQ, (void *) &ifc) < 0)