Lines Matching defs:ifc
521 struct lifconf ifc;
528 struct ifconf ifc;
557 ifc.lifc_family = AF_UNSPEC;
558 ifc.lifc_flags = 0;
559 ifc.lifc_len = len;
560 ifc.lifc_buf = bufptr;
563 #define IFC_IFC_REQ ifc.lifc_req
564 #define IFC_IFC_LEN ifc.lifc_len
569 ifc.ifc_len = len;
570 ifc.ifc_buf = bufptr;
573 #define IFC_IFC_REQ ifc.ifc_req
574 #define IFC_IFC_LEN ifc.ifc_len
579 if (ifioctl (fd, IFC_IOCTL_REQ, (pointer) &ifc) < 0)