| /mirbsd/src/usr.sbin/rtsold/ |
| D | rtsold.c | 59 struct ifinfo *iflist; 92 static int make_packet(struct ifinfo *); 256 struct ifinfo *ifi; in main() 295 struct ifinfo *ifinfo; in ifconfig() local 311 if ((ifinfo = malloc(sizeof(*ifinfo))) == NULL) { in ifconfig() 316 memset(ifinfo, 0, sizeof(*ifinfo)); in ifconfig() 317 ifinfo->sdl = sdl; in ifconfig() 319 strncpy(ifinfo->ifname, ifname, sizeof(ifinfo->ifname)); in ifconfig() 322 if (make_packet(ifinfo)) in ifconfig() 327 if (inet_zoneid(AF_INET6, 2, ifname, &ifinfo->linkid)) in ifconfig() [all …]
|
| D | dump.c | 51 extern struct ifinfo *iflist; 60 struct ifinfo *ifinfo; in dump_interface_status() local 65 for (ifinfo = iflist; ifinfo; ifinfo = ifinfo->next) { in dump_interface_status() 66 fprintf(fp, "Interface %s\n", ifinfo->ifname); in dump_interface_status() 68 if (ifinfo->probeinterval) { in dump_interface_status() 69 fprintf(fp, "%d\n", ifinfo->probeinterval); in dump_interface_status() 70 fprintf(fp, " probe timer: %d\n", ifinfo->probetimer); in dump_interface_status() 76 ifinfo->active > 0 ? "active" : "inactive"); in dump_interface_status() 77 fprintf(fp, " rtsold status: %s\n", ifstatstr[ifinfo->state]); in dump_interface_status() 79 ifinfo->mediareqok ? "available" : "unavailable"); in dump_interface_status() [all …]
|
| D | rtsold.h | 33 struct ifinfo { struct 34 struct ifinfo *next; /* pointer to the next interface */ argument 66 struct ifinfo *find_ifinfo(int ifindex); argument 67 void rtsol_timer_update(struct ifinfo *); 75 extern int interface_status(struct ifinfo *); 84 extern void sendpacket(struct ifinfo *); 89 extern void defrouter_probe(struct ifinfo *);
|
| D | probe.c | 61 static void sendprobe(struct in6_addr *, struct ifinfo *); 100 defrouter_probe(struct ifinfo *ifinfo) in defrouter_probe() argument 105 int ifindex = ifinfo->sdl->sdl_index; in defrouter_probe() 131 sendprobe(&dr.defrouter[i].rtaddr, ifinfo); in defrouter_probe() 140 sendprobe(struct in6_addr *addr, struct ifinfo *ifinfo) in sendprobe() argument 146 u_int32_t ifindex = ifinfo->sdl->sdl_index; in sendprobe() 153 sa6_probe.sin6_scope_id = ifinfo->linkid; in sendprobe()
|
| D | rtsol.c | 176 sendpacket(struct ifinfo *ifinfo) in sendpacket() argument 185 dst.sin6_scope_id = ifinfo->linkid; in sendpacket() 188 sndmhdr.msg_iov[0].iov_base = (caddr_t)ifinfo->rs_data; in sendpacket() 189 sndmhdr.msg_iov[0].iov_len = ifinfo->rs_datalen; in sendpacket() 198 pi->ipi6_ifindex = ifinfo->sdl->sdl_index; in sendpacket() 209 ifinfo->ifname, ifinfo->state); in sendpacket() 213 if (i < 0 || i != ifinfo->rs_datalen) { in sendpacket() 220 ifinfo->ifname, strerror(errno)); in sendpacket() 224 ifinfo->probes++; in sendpacket() 233 struct ifinfo *ifi = NULL; in rtsol_input()
|
| D | if.c | 124 interface_status(struct ifinfo *ifinfo) in interface_status() argument 126 char *ifname = ifinfo->ifname; in interface_status() 147 if (!ifinfo->mediareqok) in interface_status() 163 ifinfo->mediareqok = 0; in interface_status()
|
| /mirbsd/src/usr.sbin/dhcrelay/ |
| D | dispatch.c | 59 static int interface_status(struct interface_info *ifinfo); 283 interface_status(struct interface_info *ifinfo) in interface_status() argument 285 char *ifname = ifinfo->name; in interface_status() 286 int ifsock = ifinfo->rfdesc; in interface_status() 305 if (ifinfo->noifmedia) in interface_status() 314 ifinfo->noifmedia = 1; in interface_status() 321 ifinfo->noifmedia = 1; in interface_status()
|
| /mirbsd/src/usr.sbin/dhcpd/ |
| D | dispatch.c | 60 static int interface_status(struct interface_info *ifinfo); 406 interface_status(struct interface_info *ifinfo) in interface_status() argument 408 char * ifname = ifinfo->name; in interface_status() 409 int ifsock = ifinfo->rfdesc; in interface_status() 428 if (ifinfo->noifmedia) in interface_status() 436 ifinfo->noifmedia = 1; in interface_status() 443 ifinfo->noifmedia = 1; in interface_status()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | bfd.texinfo | 23 @ifinfo 29 @end ifinfo 31 @ifinfo 50 @end ifinfo 92 @ifinfo 94 @end ifinfo
|
| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | insertion.c | 113 case ifinfo: in current_item_function() 859 case ifinfo: in begin_insertion() 984 case ifinfo: in end_insertion() 1057 case ifinfo: in end_insertion() 1811 begin_insertion (ifinfo); in cm_ifinfo() 2137 case ifinfo: in cm_item()
|
| D | insertion.h | 31 ifclear, ifdocbook, ifhtml, ifinfo, ifnotdocbook, ifnothtml, ifnotinfo, enumerator
|
| /mirbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-i960.texi | 88 @ifinfo 100 @end ifinfo 252 @ifinfo 276 @end ifinfo
|
| D | as.texinfo | 84 @ifinfo 88 @end ifinfo 90 @ifinfo 97 @end ifinfo 102 @ifinfo 124 @end ifinfo
|
| /mirbsd/src/usr.sbin/ndp/ |
| D | ndp.c | 137 void ifinfo(char *, int, char **); 266 ifinfo(arg, argc, argv); in main() 905 ifinfo(char *ifname, int argc, char **argv) in ifinfo() function
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/ |
| D | ldint.texinfo | 6 @ifinfo 12 @end ifinfo 14 @ifinfo 35 @end ifinfo
|
| D | ld.texinfo | 54 @ifinfo 60 @end ifinfo 62 @ifinfo 83 @end ifinfo
|
| /mirbsd/src/gnu/usr.bin/binutils/etc/ |
| D | standards.texi | 9 @ifinfo 15 @end ifinfo 31 @ifinfo 33 @end ifinfo 35 @ifinfo 46 @end ifinfo 66 @ifinfo 71 @end ifinfo 912 @ifinfo 914 @end ifinfo
|
| D | configure.texi | 13 @ifinfo 38 @end ifinfo 63 @ifinfo 82 @end ifinfo 1078 @ifinfo 1081 @end ifinfo
|
| D | make-stds.texi | 23 @ifinfo 25 @end ifinfo
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/doc/ |
| D | annotate.texinfo | 29 @ifinfo 41 @end ifinfo
|
| D | stabs.texinfo | 13 @ifinfo 27 @end ifinfo 4063 @ifinfo 4065 @end ifinfo
|
| D | gdbint.texinfo | 9 @ifinfo 23 @end ifinfo
|
| D | gdb.texinfo | 46 @ifinfo 69 @end ifinfo 9507 @ifinfo 9510 @end ifinfo
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/doc/ |
| D | binutils.texi | 7 @ifinfo 28 @end ifinfo 30 @ifinfo 50 @end ifinfo
|
| /mirbsd/src/gnu/usr.bin/cvs/doc/ |
| D | cvs.texinfo | 150 @ifinfo 152 @end ifinfo
|