Searched refs:eui64 (Results 1 - 17 of 17) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Deui64.h46 struct eui64 { struct
51 int eui64_aton(const char *, struct eui64 *);
52 int eui64_ntoa(const struct eui64 *, char *, size_t);
53 int eui64_ntohost(char *, size_t, const struct eui64 *);
54 int eui64_hostton(const char *, struct eui64 *);
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Deui64_109.h23 unsigned char eui64[8]; member in struct:dns_rdata_eui64
H A Deui64_109.c27 unsigned char eui64[8]; local
47 eui64[0] = l0;
48 eui64[1] = l1;
49 eui64[2] = l2;
50 eui64[3] = l3;
51 eui64[4] = l4;
52 eui64[5] = l5;
53 eui64[6] = l6;
54 eui64[7] = l7;
55 return (mem_tobuffer(target, eui64, sizeo
123 dns_rdata_eui64_t *eui64 = source; local
138 dns_rdata_eui64_t *eui64 = target; local
156 dns_rdata_eui64_t *eui64 = source; local
[all...]
/freebsd-9.3-release/tools/regression/lib/libc/net/
H A Dtest-eui64.h33 struct eui64 test_eui64_id = {{0x00,0x11,0x22,0x33,0x44,0x55,0x66,0x77}};
34 struct eui64 test_eui64_eui48 = {{0x00,0x11,0x22,0xFF,0xFE,0x33,0x44,0x55}};
35 struct eui64 test_eui64_mac48 = {{0x00,0x11,0x22,0xFF,0xFF,0x33,0x44,0x55}};
H A Dtest-eui64_aton.c32 #include <sys/eui64.h>
36 #include "test-eui64.h"
39 test_str( const char *str, const struct eui64 *eui)
41 struct eui64 e;
48 memcmp(&e, &eui, sizeof(struct eui64)) != 0) {
H A Dtest-eui64_line.c32 #include <sys/eui64.h>
36 #include "test-eui64.h"
39 test_line(const char *line, const struct eui64 *eui, const char *host)
41 struct eui64 e;
48 memcmp(&e, eui, sizeof(struct eui64)) != 0 ||
H A Dtest-eui64_ntoa.c32 #include <sys/eui64.h>
36 #include "test-eui64.h"
/freebsd-9.3-release/lib/libc/net/
H A Deui64.c62 * FreeBSD: src/lib/libc/net/eui64.c,v 1.15 2002/04/08 07:51:10 ru Exp
76 #include <sys/eui64.h>
87 #define _PATH_EUI64 "/etc/eui64"
90 static int eui64_line(const char *l, struct eui64 *e, char *hostname,
98 eui64_line(const char *l, struct eui64 *e, char *hostname, size_t len)
146 eui64_aton(const char *a, struct eui64 *e)
202 eui64_ntoa(const struct eui64 *id, char *a, size_t len)
215 * Map an EUI-64 to a hostname. Use either /etc/eui64 or NIS/YP.
218 eui64_ntohost(char *hostname, size_t len, const struct eui64 *id)
222 struct eui64 local_eui6
[all...]
H A DMakefile.inc7 SRCS+= base64.c ether_addr.c eui64.c \
43 MAN+= byteorder.3 ethers.3 eui64.3 \
61 MLINKS+=eui64.3 eui64_aton.3 eui64.3 eui64_hostton.3 \
62 eui64.3 eui64_ntoa.3 eui64.3 eui64_ntohost.3
/freebsd-9.3-release/share/man/man5/
H A DMakefile23 eui64.5 \
/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c48 #include <sys/eui64.h>
54 #include "eui64.h"
106 fweui2eui64(const struct fw_eui64 *fweui, struct eui64 *eui)
125 struct eui64 eui, tmpeui;
153 if (memcmp(&eui, &tmpeui, sizeof(struct eui64)) == 0) {
177 struct eui64 eui;
334 struct eui64 eui;
372 struct eui64 eui;
375 fweui2eui64(&bi->eui64, &eui);
745 struct eui64 targe
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Diec13213.h194 struct fw_eui64 eui64; member in struct:bus_info
H A Dfwcrom.c574 src.businfo.eui64.hi = 0x11223344;
575 src.businfo.eui64.lo = 0x55667788;
H A Dfirewire.c691 src->businfo.eui64.hi = fc->eui.hi;
692 src->businfo.eui64.lo = fc->eui.lo;
1596 if (FW_EUI64_EQUAL(fwdev->eui, binfo->eui64))
1608 fwdev->eui = binfo->eui64;
/freebsd-9.3-release/sys/boot/i386/libfirewire/
H A Dfirewire.c239 src->businfo.eui64.hi = sc->eui.hi;
240 src->businfo.eui64.lo = sc->eui.lo;
/freebsd-9.3-release/usr.sbin/dconschat/
H A Ddconschat.c56 #include <sys/eui64.h>
1000 struct eui64 target;
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h2188 unsigned char eui64[8]; member in struct:dns_rdata_eui64

Completed in 143 milliseconds