Searched refs:MAC (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man9e/
H A DMakefile98 MAC.9e \
114 MAC.9e := LINKSRC = mac.9e
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Definet.h267 OUT EFI_MAC_ADDRESS *MAC
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1760 10 + /* for MAC */
2009 unsigned char MAC[16]; local
2049 text->Ki_send, HASHLEN, MAC);
2052 text->Ki_send, HASHLEN, MAC);
2055 /* create MAC */
2057 memcpy(MAC + 10, &tmpshort, MAC_OFFS); /* 2 bytes = version */
2060 memcpy(MAC + 12, &tmpnum, 4); /* 4 bytes = sequence number */
2069 /* the MAC */
2070 memcpy(text->encode_buf + 4 + inblob->curlen, MAC, 16);
2084 unsigned char MAC[1
2080 create_MAC(context_t * text, char *input, int inputlen, int seqnum, unsigned char MAC[16]) argument
2128 unsigned char MAC[16]; local
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs555 required. Thus the process must have MAC and DAC privileges that
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c1507 // If this is a non-sleep proxy keepalive record, fetch the MAC address of the remote host.
1517 // This is an asynchronous call. Once the remote MAC address is available, helper will schedule an
2145 for (i=0; i<6; i++) *ptr++ = intf->MAC.b[0];
2157 // 0x16 Sender hardware address (our MAC address)
2158 for (i=0; i<6; i++) *ptr++ = intf->MAC.b[i];
2231 *ptr++ = intf->MAC.b[i];
2272 *ptr++ = intf->MAC.b[i];
2286 *ptr++ = intf->MAC.b[i];
2313 owner->u.owner.IMAC = intf->MAC;
2319 owner->optlen = DNSOpt_Owner_Space(&m->PrimaryMAC, &intf->MAC)
[all...]
H A DmDNSEmbeddedAPI.h932 mDNSEthAddr HMAC; // Host's primary identifier (e.g. MAC of on-board Ethernet)
933 mDNSEthAddr IMAC; // Interface's MAC address (if different to primary MAC)
2154 mDNSEthAddr MAC; member in struct:NetworkInterfaceInfo_struct

Completed in 86 milliseconds