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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/bsd/
H A Difacewatcher.c51 struct ifa_msghdr * ifam; local
101 ifam = (struct ifa_msghdr *)buf;
103 ifam->ifam_addrs, ifam->ifam_flags, ifam->ifam_index);
111 if(ifam->ifam_index == ext_if_name_index) {
116 ifam = (struct ifa_msghdr *)buf;
117 if(ifam->ifam_index == ext_if_name_index) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/bsd/
H A Difacewatcher.c51 struct ifa_msghdr * ifam; local
101 ifam = (struct ifa_msghdr *)buf;
103 ifam->ifam_addrs, ifam->ifam_flags, ifam->ifam_index);
111 if(ifam->ifam_index == ext_if_name_index) {
116 ifam = (struct ifa_msghdr *)buf;
117 if(ifam->ifam_index == ext_if_name_index) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/bsd/
H A Difacewatcher.c51 struct ifa_msghdr * ifam; local
101 ifam = (struct ifa_msghdr *)buf;
103 ifam->ifam_addrs, ifam->ifam_flags, ifam->ifam_index);
111 if(ifam->ifam_index == ext_if_name_index) {
116 ifam = (struct ifa_msghdr *)buf;
117 if(ifam->ifam_index == ext_if_name_index) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-core/
H A Diface-pfroute.c124 struct ifa_msghdr *ifam = (struct ifa_msghdr *) rtm; local
125 char *cp = (char *)(ifam + 1);
137 if (!(ifam->ifam_addrs & (1<<i)))
152 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifam->ifam_index, avahi_af_to_proto(sa->sa_family))))
159 if (!(ifam->ifam_addrs & (1<<i)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-core/
H A Diface-pfroute.c124 struct ifa_msghdr *ifam = (struct ifa_msghdr *) rtm; local
125 char *cp = (char *)(ifam + 1);
137 if (!(ifam->ifam_addrs & (1<<i)))
152 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifam->ifam_index, avahi_af_to_proto(sa->sa_family))))
159 if (!(ifam->ifam_addrs & (1<<i)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-core/
H A Diface-pfroute.c124 struct ifa_msghdr *ifam = (struct ifa_msghdr *) rtm; local
125 char *cp = (char *)(ifam + 1);
137 if (!(ifam->ifam_addrs & (1<<i)))
152 if (!(iface = avahi_interface_monitor_get_interface(m, (AvahiIfIndex) ifam->ifam_index, avahi_af_to_proto(sa->sa_family))))
159 if (!(ifam->ifam_addrs & (1<<i)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/miniupnpd/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/miniupnpd/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/shared/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/zebra/
H A Dkernel_socket.c685 ifam_read (struct ifa_msghdr *ifam) argument
697 ifam_read_mesg (ifam, &addr, &mask, &brd, ifname, &ifnlen);
699 if ((ifp = if_lookup_by_index(ifam->ifam_index)) == NULL)
702 __func__, ifname, ifam->ifam_index);
721 ifp->metric = ifam->ifam_metric;
728 if (ifam->ifam_type == RTM_NEWADDR)
745 if (ifam->ifam_type == RTM_NEWADDR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/zebra/
H A Dkernel_socket.c685 ifam_read (struct ifa_msghdr *ifam) argument
697 ifam_read_mesg (ifam, &addr, &mask, &brd, ifname, &ifnlen);
699 if ((ifp = if_lookup_by_index(ifam->ifam_index)) == NULL)
702 __func__, ifname, ifam->ifam_index);
721 ifp->metric = ifam->ifam_metric;
728 if (ifam->ifam_type == RTM_NEWADDR)
745 if (ifam->ifam_type == RTM_NEWADDR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/shared/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/shared/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/zebra/
H A Dkernel_socket.c685 ifam_read (struct ifa_msghdr *ifam) argument
697 ifam_read_mesg (ifam, &addr, &mask, &brd, ifname, &ifnlen);
699 if ((ifp = if_lookup_by_index(ifam->ifam_index)) == NULL)
702 __func__, ifname, ifam->ifam_index);
721 ifp->metric = ifam->ifam_metric;
728 if (ifam->ifam_type == RTM_NEWADDR)
745 if (ifam->ifam_type == RTM_NEWADDR)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/miniupnpd/
H A Difaddrs.c524 struct ifaddrmsg *ifam = NULL; local
558 ifam = (struct ifaddrmsg *) NLMSG_DATA (nlh);
559 nlm_struct_size = sizeof (*ifam);
560 nlm_family = ifam->ifa_family;
561 nlm_scope = ifam->ifa_scope;
562 nlm_index = ifam->ifa_index;
563 nlm_prefixlen = ifam->ifa_prefixlen;

Completed in 285 milliseconds