Searched defs:rainfo (Results 1 – 2 of 2) sorted by relevance
76 struct rainfo *rainfo; /* back pointer to the interface */ member135 struct rainfo { struct144 struct rainfo *leaving; /* the config which is leaving */ argument145 struct rainfo *leaving_for; /* the new config to activate */ argument146 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 …]
1005 make_packet(struct rainfo *rainfo) in make_packet()