Searched defs:ifinfo (Results 1 – 7 of 7) sorted by relevance
63 struct ifinfo { struct66 struct sockaddr_dl *sdl; /* link-layer address */67 char ifname[IFNAMSIZ]; /* interface name */68 u_int32_t linkid; /* link ID of this interface */69 int active; /* interface status */71 int probetimer; /* rest of probe timer */72 int mediareqok; /* whether the IF supports SIOCGIFMEDIA */75 int state;76 int probes;77 int dadcount;[all …]
99 defrouter_probe(struct ifinfo *ifinfo) in defrouter_probe()149 sendprobe(struct in6_addr *addr, struct ifinfo *ifinfo) in sendprobe()
177 interface_status(struct ifinfo *ifinfo) in interface_status()
256 struct ifinfo { struct259 uint16_t ifi_state;260 uint16_t ifi_persist;261 uint16_t ifi_ifindex;262 char ifi_ifname[IFNAMSIZ];286 extern TAILQ_HEAD(ifilist_head_t, ifinfo) ifilist; argument
64 typedef struct ifinfo { struct69 } ifinfo_t; argument
310 interface_status(struct interface_info *ifinfo) in interface_status()
903 ifinfo(char *ifname, int argc, char **argv) in ifinfo() function