Home
last modified time | relevance | path

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

/trueos/usr.sbin/rtsold/
HDrtsold.h61 struct ifinfo { struct
64 struct sockaddr_dl *sdl; /* link-layer address */
65 char ifname[IFNAMSIZ]; /* interface name */
66 u_int32_t linkid; /* link ID of this interface */
67 int active; /* interface status */
68 int probeinterval; /* interval of probe timer (if necessary) */
69 int probetimer; /* rest of probe timer */
70 int mediareqok; /* wheter the IF supports SIOCGIFMEDIA */
71 int otherconfig; /* need a separate protocol for the "other"
73 int state;
[all …]
HDprobe.c104 defrouter_probe(struct ifinfo *ifinfo) in defrouter_probe()
154 sendprobe(struct in6_addr *addr, struct ifinfo *ifinfo) in sendprobe()
HDif.c176 interface_status(struct ifinfo *ifinfo) in interface_status()
/trueos/usr.sbin/rtadvd/
HDrtadvd.h254 struct ifinfo { struct
257 uint16_t ifi_state;
258 uint16_t ifi_persist;
259 uint16_t ifi_ifindex;
260 char ifi_ifname[IFNAMSIZ];
284 extern TAILQ_HEAD(ifilist_head_t, ifinfo) ifilist; argument
/trueos/cddl/lib/libdtrace/
HDip.d63 typedef struct ifinfo { struct
68 } ifinfo_t; argument
/trueos/sbin/dhclient/
HDdispatch.c289 interface_status(struct interface_info *ifinfo) in interface_status()
/trueos/contrib/texinfo/makeinfo/
HDinsertion.h31 ifclear, ifdocbook, ifhtml, ifinfo, ifnotdocbook, ifnothtml, ifnotinfo, enumerator
/trueos/usr.sbin/ndp/
HDndp.c914 ifinfo(ifname, argc, argv) in ifinfo() function