Searched refs:ifam (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c87 struct ifa_msghdr ifam; member in union:rtmunion
133 struct ifa_msghdr *ifam; local
175 ifam = (struct ifa_msghdr *)next;
176 sa = (struct sockaddr *)(ifam + 1);
368 struct ifa_msghdr *ifam; local
380 ifam = &((rtmunion_t *)di->di_buf)->ifam;
382 assert(ifam->ifam_type == RTM_NEWADDR ||
383 ifam->ifam_type == RTM_DELADDR);
386 ifam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c87 struct ifa_msghdr ifam; member in union:rtmunion
133 struct ifa_msghdr *ifam; local
175 ifam = (struct ifa_msghdr *)next;
176 sa = (struct sockaddr *)(ifam + 1);
368 struct ifa_msghdr *ifam; local
380 ifam = &((rtmunion_t *)di->di_buf)->ifam;
382 assert(ifam->ifam_type == RTM_NEWADDR ||
383 ifam->ifam_type == RTM_DELADDR);
386 ifam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c59 struct if_family *ifam; local
108 for ( ifam = if_family; ifam->domain != -1; ifam++ ) {
109 if (( eh->ether_type == ifam->if_type || ifam->if_type == -1 ) &&
110 ifam->prswitch &&
111 ifam->prswitch->pr_ifinput != (int (*)())ddp_ifinput ) {
115 if ( ifam->domain != -1 && ifam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Difaddrs.c515 struct ifaddrmsg *ifam = NULL; local
549 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
550 nlm_struct_size = sizeof (*ifam);
551 nlm_family = ifam->ifa_family;
552 nlm_scope = ifam->ifa_scope;
553 nlm_index = ifam->ifa_index;
554 nlm_prefixlen = ifam->ifa_prefixlen;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Difaddrs.c515 struct ifaddrmsg *ifam = NULL; local
549 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
550 nlm_struct_size = sizeof (*ifam);
551 nlm_family = ifam->ifa_family;
552 nlm_scope = ifam->ifa_scope;
553 nlm_index = ifam->ifa_index;
554 nlm_prefixlen = ifam->ifa_prefixlen;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dkernel_socket.c319 ifam_read (struct ifa_msghdr *ifam)
325 ifp = if_lookup_by_index (ifam->ifam_index);
328 zlog_warn ("no interface for index %d", ifam->ifam_index);
333 ifam_read_mesg (ifam, &addr, &mask, &gate);
342 if (ifam->ifam_type == RTM_NEWADDR)
358 if (ifam->ifam_type == RTM_NEWADDR)
317 ifam_read(struct ifa_msghdr *ifam) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-core/
H A Diface-pfroute.c126 struct ifa_msghdr *ifam = (struct ifa_msghdr *) rtm; local
127 char *cp = (char *)(ifam + 1);
139 if (!(ifam->ifam_addrs & (1<<i)))
154 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifam->ifam_index, avahi_af_to_proto(sa->sa_family))))
161 if (!(ifam->ifam_addrs & (1<<i)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Diface-pfroute.c126 struct ifa_msghdr *ifam = (struct ifa_msghdr *) rtm; local
127 char *cp = (char *)(ifam + 1);
139 if (!(ifam->ifam_addrs & (1<<i)))
154 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifam->ifam_index, avahi_af_to_proto(sa->sa_family))))
161 if (!(ifam->ifam_addrs & (1<<i)))

Completed in 138 milliseconds