HomeSort by relevance Sort by last modified time
    Searched refs:ifn (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/FixIt/
fixit-cxx0x.cpp 92 int ifn(); char kfn();
98 int f = me.f(ifn, kfn);
99 int g = me.g(ifn, kfn);
  /external/libpcap/
fad-glifc.c 84 struct lifnum ifn; local
120 ifn.lifn_family = AF_UNSPEC;
121 ifn.lifn_flags = 0;
122 ifn.lifn_count = 0;
123 if (ioctl(fd4, SIOCGLIFNUM, (char *)&ifn) < 0) {
134 buf_size = ifn.lifn_count * sizeof (struct lifreq);
  /external/dhcpcd-6.8.2/
ipv4.c 907 struct interface *ifp = arg, *ifn;
929 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
930 if (ifn == ifp ||
931 strcmp(ifn->name, ifp->name) == 0)
933 nstate = D_STATE(ifn);
937 if (ifn->options->options &
940 dhcp_bind(ifn, NULL);
942 ipv4_addaddr(ifn,
959 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
960 if (ifn == ifp || strcmp(ifn->name, ifp->name) == 0
    [all...]
dhcpcd.c 702 struct interface *ifn; local
705 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
706 if (ifn == ifp)
708 if (ifn->options->options & DHCPCD_PFXDLGONLY)
710 if (memcmp(ifn->options->iaid, iaid,
711 sizeof(ifn->options->iaid)) == 0)
713 for (i = 0; i < ifn->options->ia_len; i++) {
714 if (memcmp(&ifn->options->ia[i].iaid, iaid,
715 sizeof(ifn->options->ia[i].iaid)) == 0)
721 if (ifn && strcmp(ifp->name, ifn->name)
945 struct interface *ifp, *iff, *ifn; local
1126 struct interface *ifn, *ifp; local
1448 char ifn[IF_NAMESIZE]; local
    [all...]
arp.c 125 const struct interface *ifn; local
171 TAILQ_FOREACH(ifn, ifp->ctx->ifaces, next) {
172 if (ar.ar_hln == ifn->hwlen &&
173 memcmp(hw_s, ifn->hwaddr, ifn->hwlen) == 0)
176 if (ifn)
if.c 261 char ifn[IF_NAMESIZE]; local
330 strlcpy(ifn, argv[i], intf_len + 1);
334 p = strchr(ifn, ':');
338 if (strcmp(ifn, ifa->ifa_name) == 0)
344 strlcpy(ifn, ifa->ifa_name, sizeof(ifn));
354 p = ifn;
if-linux.c 741 char ifn[IF_NAMESIZE + 1]; local
767 *ifn = '\0';
779 strlcpy(ifn, RTA_DATA(rta), sizeof(ifn));
789 dhcpcd_handleinterface(ctx, -1, ifn);
798 dhcpcd_handleinterface(ctx, -1, ifn);
803 if (handle_rename(ctx, (unsigned int)ifi->ifi_index, ifn))
807 if ((ifp = if_find(ctx->ifaces, ifn)) == NULL) {
811 dhcpcd_handleinterface(ctx, 1, ifn);
821 dhcpcd_handlehwaddr(ctx, ifn, RTA_DATA(hwaddr), l)
    [all...]
dhcp6.c 2583 struct interface *ifn; local
3197 struct interface *ifn; local
    [all...]
  /external/toybox/toys/pending/
brctl.c 80 char br[IF_NAMESIZE], ifn[IF_NAMESIZE]; local
101 if (!if_indextoname(pindices[j], ifn)) {
106 printf("%s", ifn);
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 140 // the reflect.method struct: mtyp, ifn, and tfn.
147 func (m methodref) ifn() *sym.Symbol { return m.r[1].Sym } func
338 if !strings.HasSuffix(methods[i].ifn().Name, name) {
339 panic(fmt.Sprintf("%q relocation for %q does not match method %q", s.Name, methods[i].ifn().Name, name))
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 140 // the reflect.method struct: mtyp, ifn, and tfn.
147 func (m methodref) ifn() *sym.Symbol { return m.r[1].Sym } func
338 if !strings.HasSuffix(methods[i].ifn().Name, name) {
339 panic(fmt.Sprintf("%q relocation for %q does not match method %q", s.Name, methods[i].ifn().Name, name))
  /external/blktrace/
blktrace.c 240 * 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)
1436 cpu, ifn, errno, strerror(errno));
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 189 ifn := Ctxt.DwFixups.GetPrecursorFunc(fn)
190 if ifn == nil {
197 Ctxt.DwarfAbstractFunc(ifn, fn, myimportpath)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 189 ifn := Ctxt.DwFixups.GetPrecursorFunc(fn)
190 if ifn == nil {
197 Ctxt.DwarfAbstractFunc(ifn, fn, myimportpath)
  /external/syslinux/com32/modules/
pxechn.c 1047 * ifn Name of file to chainload to in a format PXELINUX understands
1050 int pxe_restart(char *ifn)
1056 pxe.fn = ifn;
1073 strcpy((char *)pxep->FileName, ifn);
  /prebuilts/go/darwin-x86/src/runtime/
iface.go 210 ifn := typ.textOff(t.ifn)
211 *(*unsafe.Pointer)(add(unsafe.Pointer(&m.fun[0]), uintptr(k)*sys.PtrSize)) = ifn
type.go 325 ifn textOff
  /prebuilts/go/linux-x86/src/runtime/
iface.go 210 ifn := typ.textOff(t.ifn)
211 *(*unsafe.Pointer)(add(unsafe.Pointer(&m.fun[0]), uintptr(k)*sys.PtrSize)) = ifn
type.go 325 ifn textOff
  /external/okhttp/website/static/
prettify.js 10 q,"'\"`"]):d.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&g.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var b=a.hashComments;b&&(a.cStyleComments?(b>1?d.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):d.push(["com",/^#(?:(?:define|e(?:l|nd)if|else|error|ifn?def|include|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),g.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h(?:h|pp|\+\+)?|[a-z]\w*)>/,q])):d.push(["com",
  /prebuilts/go/darwin-x86/src/reflect/
type.go 325 ifn textOff // fn used in interface call (one-word receiver)
    [all...]
value.go 606 ifn := v.typ.textOff(m.ifn)
607 fn = unsafe.Pointer(&ifn)
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 325 ifn textOff // fn used in interface call (one-word receiver)
    [all...]
value.go 606 ifn := v.typ.textOff(m.ifn)
607 fn = unsafe.Pointer(&ifn)
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/javacc/javacc/5.0/
javacc-5.0.jar 

Completed in 454 milliseconds

1 2