Home
last modified time | relevance | path

Searched defs:rainfo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/usr.sbin/rtadvd/
H A Drtadvd.h76 struct rainfo *rainfo; /* back pointer to the interface */ member
135 struct rainfo { struct
144 struct rainfo *leaving; /* the config which is leaving */ argument
145 struct rainfo *leaving_for; /* the new config to activate */ argument
146 int leaving_adv; /* number of RA left to send */
149 uint16_t ifindex;
150 int ifflags;
151 int advlinkopt; /* bool: whether include link-layer addr opt */
152 struct sockaddr_dl *sdl;
153 char ifname[16];
[all …]
H A Dconfig.c1005 make_packet(struct rainfo *rainfo) in make_packet()