Home
last modified time | relevance | path

Searched defs:ifinfo (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/usr.sbin/rtsold/
H A Drtsold.h63 struct ifinfo { struct
66 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 …]
H A Dprobe.c99 defrouter_probe(struct ifinfo *ifinfo) in defrouter_probe()
149 sendprobe(struct in6_addr *addr, struct ifinfo *ifinfo) in sendprobe()
H A Dif.c177 interface_status(struct ifinfo *ifinfo) in interface_status()
/freebsd-12.1/usr.sbin/rtadvd/
H A Drtadvd.h256 struct ifinfo { struct
259 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
/freebsd-12.1/cddl/lib/libdtrace/
H A Dip.d64 typedef struct ifinfo { struct
69 } ifinfo_t; argument
/freebsd-12.1/sbin/dhclient/
H A Ddispatch.c310 interface_status(struct interface_info *ifinfo) in interface_status()
/freebsd-12.1/usr.sbin/ndp/
H A Dndp.c903 ifinfo(char *ifname, int argc, char **argv) in ifinfo() function