Searched defs:ifinfo (Results 1 – 8 of 8) sorted by relevance
| /trueos/usr.sbin/rtsold/ |
| HD | rtsold.h | 61 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 …]
|
| HD | probe.c | 104 defrouter_probe(struct ifinfo *ifinfo) in defrouter_probe() 154 sendprobe(struct in6_addr *addr, struct ifinfo *ifinfo) in sendprobe()
|
| HD | if.c | 176 interface_status(struct ifinfo *ifinfo) in interface_status()
|
| /trueos/usr.sbin/rtadvd/ |
| HD | rtadvd.h | 254 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/ |
| HD | ip.d | 63 typedef struct ifinfo { struct 68 } ifinfo_t; argument
|
| /trueos/sbin/dhclient/ |
| HD | dispatch.c | 289 interface_status(struct interface_info *ifinfo) in interface_status()
|
| /trueos/contrib/texinfo/makeinfo/ |
| HD | insertion.h | 31 ifclear, ifdocbook, ifhtml, ifinfo, ifnotdocbook, ifnothtml, ifnotinfo, enumerator
|
| /trueos/usr.sbin/ndp/ |
| HD | ndp.c | 914 ifinfo(ifname, argc, argv) in ifinfo() function
|