HomeSort by relevance Sort by last modified time
    Searched refs:emac (Results 1 - 9 of 9) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
arch-cpu-1.s 1 .arch isaa,no-div,emac
arch-cpu-1.d 6 private flags = 21: \[isa A\] \[nodiv\] \[emac\]
all.exp 74 run_dump_test mcf-emac
mcf-emac.d 1 #name: mcf-emac
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-m68k/
merge-error-1b.d 4 #error: ^[^\n]* m68k:isa-aplus:emac [^\n]* incompatible with m68k:cpu32 [^\n]*$
merge-ok-1a.d 6 private flags = 23: \[isa A\+\] \[emac\]
merge-error-1d.d 4 #error: ^[^\n]* m68k:isa-a:emac [^\n]* incompatible with m68k:isa-a:mac [^\n]*$
merge-error-1e.d 4 #error: ^[^\n]* m68k:isa-a:emac [^\n]* is incompatible with m68k:isa-a:mac [^\n]*$
  /external/dnsmasq/src/
rfc2131.c 145 unsigned char *emac = NULL; local
270 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len);
773 log_packet("PXE", &mess->yiaddr, emac, emac_len, iface_name, (char *)mess->file, mess->xid);
814 log_packet("PXE", NULL, emac, emac_len, iface_name, ignore ? "proxy" : "proxy-ignored", mess->xid);
844 log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, daemon->dhcp_buff, mess->xid);
876 log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid);
936 else if (!address_allocate(context, &mess->yiaddr, emac, emac_len, netid, now))
940 log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, message, mess->xid);
945 log_packet("DHCPOFFER" , &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid);
    [all...]

Completed in 279 milliseconds