Searched refs:ifaces (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dinterfaces.c95 static int _get_interfaces(struct iface_struct *ifaces, int max_interfaces) argument
145 strncpy(ifaces[total].name, iname, sizeof(ifaces[total].name)-1);
146 ifaces[total].name[sizeof(ifaces[total].name)-1] = 0;
147 ifaces[total].ip = ipaddr;
148 ifaces[total].netmask = nmask;
167 static int _get_interfaces(struct iface_struct *ifaces, int max_interfaces) argument
239 strncpy(ifaces[total].name, iname, sizeof(ifaces[tota
257 _get_interfaces(struct iface_struct *ifaces, int max_interfaces) argument
341 _get_interfaces(struct iface_struct *ifaces, int max_interfaces) argument
361 get_interfaces(struct iface_struct *ifaces, int max_interfaces) argument
393 struct iface_struct ifaces[MAX_INTERFACES]; local
[all...]
H A Dinterface.c169 struct iface_struct ifaces[MAX_INTERFACES]; local
187 total_probed = get_interfaces(ifaces, MAX_INTERFACES);
190 probed_ifaces = memdup(ifaces, sizeof(ifaces[0])*total_probed);
236 struct iface_struct ifaces[MAX_INTERFACES]; local
238 n = get_interfaces(ifaces, MAX_INTERFACES);
241 memcmp(ifaces, probed_ifaces, sizeof(ifaces[0])*n))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dgetifaddr.c96 struct if_nameindex *ifaces, *if_idx; local
108 ifaces = if_nameindex();
109 if(!ifaces)
112 for(if_idx = ifaces; if_idx->if_index; if_idx++)
126 if_freenameindex(ifaces);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dgetifaddr.c96 struct if_nameindex *ifaces, *if_idx; local
108 ifaces = if_nameindex();
109 if(!ifaces)
112 for(if_idx = ifaces; if_idx->if_index; if_idx++)
126 if_freenameindex(ifaces);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dgetifaddr.c157 struct if_nameindex *ifaces, *if_idx; local
169 ifaces = if_nameindex();
170 if(!ifaces)
173 for(if_idx = ifaces; if_idx->if_index; if_idx++)
187 if_freenameindex(ifaces);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Difupdown.c85 llist_t *ifaces; member in struct:interfaces_file_t
760 for (iface_list = defn->ifaces; iface_list; iface_list = iface_list->link) {
768 llist_add_to_end(&(defn->ifaces), (char*)currif);
1236 iface_list = defn->ifaces;

Completed in 110 milliseconds