Searched defs:ifinfo (Results 1 – 10 of 10) sorted by relevance
62 struct ifinfo { struct65 struct sockaddr_dl *sdl; /* link-layer address */66 char ifname[IFNAMSIZ]; /* interface name */67 uint32_t linkid; /* link ID of this interface */68 int active; /* interface status */69 int probeinterval; /* interval of probe timer (if necessary) */70 int probetimer; /* rest of probe timer */71 int mediareqok; /* whether the IF supports SIOCGIFMEDIA */72 int managedconfig; /* need a separate protocol for the "managed"74 int otherconfig; /* need a separate protocol for the "other"[all …]
194 cap_probe_defrouters(cap_channel_t *cap, struct ifinfo *ifinfo) in cap_probe_defrouters()219 cap_rssend(cap_channel_t *cap, struct ifinfo *ifinfo) in cap_rssend()
188 interface_status(struct ifinfo *ifinfo) in interface_status()
258 struct ifinfo { global() struct 261 ifi_stateifinfo global() argument 262 ifi_persistifinfo global() argument 263 ifi_ifindexifinfo global() argument 264 ifi_ifnameifinfo global() argument 288 ifi_rsinputifinfo global() argument
62 typedef struct ifinfo { struct67 } ifinfo_t; argument
176 struct ifinfomsg ifinfo; in netlink_send_oper_ifla() member
304 interface_status(struct interface_info *ifinfo) in interface_status()
360 struct ifinfomsg *ifinfo; in rtnl_newlink_to_linux() local
993 ifinfo(char *ifname, int argc, char **argv) in ifinfo() function
294 struct ifinfomsg *ifinfo; in dump_iface() local