ifc                83 lib/replace/getifaddrs.c 	struct ifconf ifc;
ifc                96 lib/replace/getifaddrs.c 	ifc.ifc_len = sizeof(buff);
ifc                97 lib/replace/getifaddrs.c 	ifc.ifc_buf = buff;
ifc                99 lib/replace/getifaddrs.c 	if (ioctl(fd, SIOCGIFCONF, &ifc) != 0) {
ifc               104 lib/replace/getifaddrs.c 	ifr = ifc.ifc_req;
ifc               106 lib/replace/getifaddrs.c 	n = ifc.ifc_len / sizeof(struct ifreq);
ifc               260 lib/replace/getifaddrs.c 	struct ifconf ifc;
ifc               271 lib/replace/getifaddrs.c 	ifc.ifc_len = sizeof(buff);
ifc               272 lib/replace/getifaddrs.c 	ifc.ifc_buf = buff;
ifc               274 lib/replace/getifaddrs.c 	if (ioctl(fd, SIOCGIFCONF, &ifc) != 0) {
ifc               279 lib/replace/getifaddrs.c 	ifr = ifc.ifc_req;
ifc               282 lib/replace/getifaddrs.c 	i = ifc.ifc_len;
ifc               106 source3/rpc_parse/parse_rpc.c static bool smb_io_rpc_iface(const char *desc, RPC_IFACE *ifc, prs_struct *ps, int depth)
ifc               108 source3/rpc_parse/parse_rpc.c 	if (ifc == NULL)
ifc               117 source3/rpc_parse/parse_rpc.c 	if (!smb_io_uuid(  "uuid", &ifc->uuid, ps, depth))
ifc               120 source3/rpc_parse/parse_rpc.c 	if(!prs_uint32 ("version", ps, depth, &ifc->if_version))