Home | History | Annotate | Download | only in avahi-autoipd

Lines Matching defs:rtm

85         struct rt_msghdr                 rtm;
233 struct rt_msghdr *rtm;
273 rtm = (void *)di->di_buf;
274 if (rtm->rtm_version != RTM_VERSION) {
277 rtm->rtm_version);
282 switch (rtm->rtm_type) {
291 daemon_log(LOG_DEBUG, "%s: rtm_type %d ignored", __func__, rtm->rtm_type);
313 rtmunion_t *rtm = (void *)di->di_buf;
315 assert(rtm->rtm.rtm_type == RTM_IFANNOUNCE);
318 __func__, rtm->ifan.ifan_index);
320 switch (rtm->ifan.ifan_what) {
322 if (rtm->ifan.ifan_index == ifindex) {
330 if (rtm->ifan.ifan_index == ifindex) {