Lines Matching refs:info
600 struct ifinfomsg info;
636 request.info.ifi_index = get_ifaceindex(name, 1);
638 request.info.ifi_family = AF_UNSPEC;
964 struct ifinfomsg info;
973 else request.info.ifi_change = 0xffffffff; // used in single operation
975 request.info.ifi_index = index;
976 request.info.ifi_family = AF_UNSPEC;
2579 struct addrinfo *info, hint;
2585 ret = getaddrinfo(*argv, NULL, &hint, &info);
2586 if (ret || !info) error_exit("invalid argument to key");
2587 freeaddrinfo(info);