HomeSort by: relevance | last modified time | path
    Searched defs:ether_addr (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/arch/alpha/stand/common/
bbinfo.h 49 u_int8_t ether_addr[6]; member in struct:netbbinfo
  /src/sys/arch/evbmips/stand/sbmips/common/
bbinfo.h 49 u_int8_t ether_addr[6]; member in struct:netbbinfo
  /src/sys/arch/sbmips/stand/common/
bbinfo.h 49 u_int8_t ether_addr[6]; member in struct:netbbinfo
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
ether.c 27 struct ether_addr { struct
69 struct ether_addr tmpaddr;
141 struct ether_addr addr;
  /src/external/mpl/dhcp/dist/includes/netinet/
if_ether.h 43 struct ether_addr { struct
  /src/sys/arch/alpha/stand/setnetbootinfo/
setnetbootinfo.c 55 struct ether_addr *ether_addr, _ether_addr; variable in typeref:struct:ether_addr
129 ether_addr = &_ether_addr;
131 ether_addr = ether_aton(addr);
132 if (ether_addr == NULL)
148 ether_addr->ether_addr_octet[0],
149 ether_addr->ether_addr_octet[1],
150 ether_addr->ether_addr_octet[2],
151 ether_addr->ether_addr_octet[3],
152 ether_addr->ether_addr_octet[4]
    [all...]
  /src/sys/arch/ews4800mips/include/
sbdvar.h 81 void (*ether_addr)(uint8_t *); member in struct:sbd
114 _SBD_OPS_SET(m, ether_addr); \
  /src/external/bsd/libpcap/dist/
nametoaddr.c 78 * If <netinet/if_ether.h> defines struct ether_addr, include
84 struct ether_addr { struct
100 extern int ether_hostton(const char *, struct ether_addr *);
1145 * In AIX 7.1 and 7.2: int ether_hostton(char *, struct ether_addr *);
1149 if (ether_hostton(namebuf, (struct ether_addr *)a) == 0) {
  /src/sys/net/
if_ether.h 80 struct ether_addr { struct
431 char * ether_ntoa(const struct ether_addr *);
432 struct ether_addr *
434 int ether_ntohost(char *, const struct ether_addr *);
435 int ether_hostton(const char *, struct ether_addr *);
436 int ether_line(const char *, struct ether_addr *, char *);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc 292 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_freebsd.cc 455 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_posix.cc 1117 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_netbsd.cc 2451 CHECK_TYPE_SIZE(ether_addr); variable
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.h 66 } ether_addr; member in union:addr
  /src/external/bsd/tcpdump/dist/
addrtoname.c 68 * If <netinet/if_ether.h> defines struct ether_addr, include
74 struct ether_addr { struct
96 extern int ether_ntohost(char *, const struct ether_addr *);
608 struct ether_addr ea;
987 struct ether_addr ea;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 294 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_freebsd.cpp 500 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_posix.cpp 1198 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_netbsd.cpp 2636 CHECK_TYPE_SIZE(ether_addr); variable
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_solaris.cpp 294 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_freebsd.cpp 488 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_posix.cpp 1139 CHECK_TYPE_SIZE(ether_addr); variable
sanitizer_platform_limits_netbsd.cpp 2636 CHECK_TYPE_SIZE(ether_addr); variable
  /src/sys/dev/pci/ixgbe/
ixgbe.h 452 uint8_t ether_addr[ETHER_ADDR_LEN]; member in struct:ixgbe_vf
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 95 struct ether_addr { struct

Completed in 66 milliseconds