Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtsold/
H A Drtsold.h62 struct ifinfo { struct
65 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 …]
H A Dcap_sendmsg.c194 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()
H A Dif.c188 interface_status(struct ifinfo *ifinfo) in interface_status()
/freebsd/usr.sbin/rtadvd/
H A Drtadvd.h258 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
/freebsd/cddl/lib/libdtrace/
H A Dip.d62 typedef struct ifinfo { struct
67 } ifinfo_t; argument
/freebsd/contrib/wpa/src/drivers/
H A Dnetlink.c176 struct ifinfomsg ifinfo; in netlink_send_oper_ifla() member
/freebsd/sbin/dhclient/
H A Ddispatch.c304 interface_status(struct interface_info *ifinfo) in interface_status()
/freebsd/sys/compat/linux/
H A Dlinux_netlink.c360 struct ifinfomsg *ifinfo; in rtnl_newlink_to_linux() local
/freebsd/usr.sbin/ndp/
H A Dndp.c993 ifinfo(char *ifname, int argc, char **argv) in ifinfo() function
/freebsd/sys/netlink/route/
H A Diface.c294 struct ifinfomsg *ifinfo; in dump_iface() local