Searched refs:index (Results 1 - 25 of 2226) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/
H A Digmprt.c391 vifi_t index)
432 lan_index = index;
439 wan_index = index;
504 //k_proxy_add_vif(ifp->igmpi_socket, ifp->igmpi_addr.s_addr, index);
505 ifp->igmpi_index = index;
862 * Lookup a interface, identified by the interface index
905 vifi_t index)
913 if (ifp = igmp_interface_create(ifaddr, ifname,index)) {
388 igmp_interface_create( struct in_addr ifaddr, char *ifname, vifi_t index) argument
901 igmprt_interface_add( igmp_router_t* igmprt, struct in_addr ifaddr, char *ifname, vifi_t index) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/src/include/
H A Digmprt.h183 igmp_interface_create(struct in_addr ifaddr, char *ifname,vifi_t index);
218 char *ifname,vifi_t index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dbftpdutmp.c147 int index = 0; local
159 fseek(bftpdutmp, index * sizeof(current), SEEK_SET);
163 index++;
H A Dlist.c23 void bftpd_list_del(struct bftpd_list_element **list, int index) argument
28 if (!index) {
33 for (i = 0; i < index - 1; i++) {
56 void *bftpd_list_get(struct bftpd_list_element *list, int index) argument
60 for (i = 0; i < index; i++) {
H A Dlist.h12 void bftpd_list_del(struct bftpd_list_element **list, int index);
14 void *bftpd_list_get(struct bftpd_list_element *list, int index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfig.status1398 prefix = substr(line, 1, index(line, defundef) - 1)
1648 # Compute "$ac_file"'s index in $config_headers.
H A Dconfigure38601 prefix = substr(line, 1, index(line, defundef) - 1)
38859 # Compute "$ac_file"'s index in $config_headers.
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/
H A DMakefile293 HTMLPAGES = $(GENHTMLPAGES) index.html
H A DMakefile.am29 HTMLPAGES = $(GENHTMLPAGES) index.html
H A DMakefile.in293 HTMLPAGES = $(GENHTMLPAGES) index.html
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/libcurl/
H A DMakefile338 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI \
H A DMakefile.am84 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI \
H A DMakefile.in338 EXTRA_DIST = $(man_MANS) $(HTMLPAGES) index.html $(PDFPAGES) libcurl.m4 ABI \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dsecurity.c227 buf->index = 0;
234 if(buf->size - buf->index < len)
235 len = buf->size - buf->index;
236 memcpy(data, (char*)buf->data + buf->index, len);
237 buf->index += len;
597 conn->in_buffer.index = 0;
H A Durldata.h202 size_t index; member in struct:krb4buffer
756 long connectindex; /* what index in the connection cache connects index this
933 int trlPos; /* index of where to store data */
1124 long lastconnect; /* index of most recent connect or -1 if undefined */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c1447 int i = 0, index = 0; local
1466 buffer[index] = buf[i];
1467 index++;
1470 buffer[index] = '\0';
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex361 The number before each colon is an {\em interface index\/} or {\em ifindex\/}.
2192 The first line of the output shows the interface index and its name.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Dpkt_cls.h122 __u32 index; member in struct:tc_police
154 __u32 index; \
313 /* TC index filter */
H A Dxfrm.h220 __u32 index; member in struct:xfrm_userpolicy_info
232 __u32 index; member in struct:xfrm_userpolicy_id
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipmaddr.c66 int index; member in struct:ma_info
78 if (mp->index > m->index)
100 sscanf(buf, "%d%s%d%d%s", &m.index, m.name, &m.users, &st,
141 sscanf(buf, "%d%s", &m.index, m.name);
172 sscanf(buf, "%d%s%s%d", &m.index, m.name, hexa, &m.users);
234 cur_index = list->index;
236 } else if (cur_index != list->index) {
237 cur_index = list->index;
H A Dipneigh.c39 int index; member in struct:__anon263
214 if (filter.index && filter.index != r->ndm_ifindex)
263 if (!filter.index && r->ndm_ifindex)
381 if ((filter.index = ll_name_to_index(filter_dev)) == 0) {
H A Dipxfrm.c749 fprintf(fp, "index %u ", xpinfo->index);
H A Dxfrm_policy.c56 fprintf(stderr, "Usage: ip xfrm policy { add | update } dir DIR SELECTOR [ index INDEX ] \n");
58 fprintf(stderr, "Usage: ip xfrm policy { delete | get } dir DIR [ SELECTOR | index INDEX ]\n");
60 fprintf(stderr, " [ index INDEX ] [ action ACTION ] [ priority PRIORITY ]\n");
204 } else if (strcmp(*argv, "index") == 0) {
206 if (get_u32(&req.xpinfo.index, *argv, 0))
323 if ((xpinfo->index^filter.xpinfo.index)&filter.index_mask)
426 } else if (strcmp(*argv, "index") == 0) {
428 duparg("index", *argv);
432 if (get_u32(&req.xpid.index, *arg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_map.c32 unsigned index; member in struct:idxmap
65 if (im->index == ifi->ifi_index)
73 im->index = ifi->ifi_index;
100 if (im->index == idx)
121 if (im->index == idx)
134 if (im->index == idx)
153 icache = im->index;
155 return im->index;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c934 static const char *xll_index_to_name(int index) argument
938 return ll_index_to_name(index);

Completed in 249 milliseconds

1234567891011>>