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

/external/clang/test/FixIt/
H A Dfixit-cxx0x.cpp94 int ifn(); char kfn();
100 int f = me.f(ifn, kfn);
101 int g = me.g(ifn, kfn);
/external/dhcpcd/
H A Dif-pref.c79 struct interface *sorted, *ifp, *ifn, *ift; local
86 for (ifp = ifaces; ifp && (ifn = ifp->next, 1); ifp = ifn) {
H A Dif-linux.c228 char ifn[IF_NAMESIZE + 1]; local
264 if (if_indextoname(idx, ifn))
265 rt.iface = find_interface(ifn);
289 char ifn[IF_NAMESIZE + 1]; local
303 if (if_indextoname(ifa->ifa_index, ifn) == NULL)
305 iface = find_interface(ifn);
328 handle_ifa(nlm->nlmsg_type, ifn, &addr, &net, &dest);
338 char ifn[IF_NAMESIZE + 1]; local
359 *ifn = '\0';
369 strlcpy(ifn, RTA_DAT
[all...]
H A Ddhcpcd.c1232 struct interface *ifs, *ifp, *ifn, *ifl = NULL; local
1260 for (ifn = ifaces; ifn; ifn = ifn->next) {
1261 if (strcmp(ifn->name, ifp->name) == 0)
1263 ifl = ifn;
1265 if (ifn) {
1267 ifn->flags = ifp->flags;
1268 ifn
1409 struct interface *ifl, *ifn, *ifp, *ifs, *ift; local
[all...]
H A Dnet.c321 char ifn[IF_NAMESIZE]; local
364 strlcpy(ifn, argv[i], sizeof(ifn));
365 p = strchr(ifn, ':');
368 if (strcmp(ifn, ifa->ifa_name) == 0)
/external/libpcap/
H A Dfad-glifc.c88 struct lifnum ifn; local
124 ifn.lifn_family = AF_UNSPEC;
125 ifn.lifn_flags = 0;
126 ifn.lifn_count = 0;
127 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
138 buf_size = ifn.lifn_count * sizeof (struct lifreq);
/external/blktrace/
H A Dblktrace.c240 * ifn & ifd represent input information
265 char ifn[MAXPATHLEN + 64]; member in struct:io_info
1432 static inline void read_err(int cpu, char *ifn) argument
1436 cpu, ifn, errno, strerror(errno));
1616 snprintf(iop->ifn, sizeof(iop->ifn), "%s/block/%s/trace%d",
1619 iop->ifd = my_open(iop->ifn, O_RDONLY | O_NONBLOCK);
1622 tp->cpu, iop->ifn, errno, strerror(errno));
1694 read_err(tp->cpu, iop->ifn);
1716 perror(iop->ifn);
[all...]
/external/openssh/
H A Dchannels.c743 channel_register_filter(int id, channel_infilter_fn *ifn, argument
752 c->input_filter = ifn;

Completed in 230 milliseconds