Searched defs:ether (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/nsswitch/files/common/ |
H A D | ether_addr.c | 113 uchar_t ether[6]; local 136 ether[i] = (uchar_t)n; 139 return (ether_cmp((void *)ether, (void *)argp->key.ether) == 0);
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ether_addr.c | 116 arg.key.ether = (void *)e; 160 * then do a match for the ether key) and happens for "nis" 185 uchar_t *ether = (uchar_t *)ent; local 197 if (ether) { /* parse ether */ 212 *(ether + i) = (uchar_t)n; 215 } else { /* skip ether */
|
/illumos-gate/usr/src/uts/common/io/aggr/ |
H A D | aggr_lacp.c | 669 fill_lacp_ether(aggr_port_t *port, struct ether_header *ether) argument 671 bcopy(port->lp_addr, (uint8_t *)&(ether->ether_shost), ETHERADDRL); 672 bcopy(&slow_multicast_addr, (uint8_t *)&(ether->ether_dhost), 674 ether->ether_type = htons(ETHERTYPE_SLOW);
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 1689 uint16_t ether; local 1695 if (i40e_meoi_get_uint16(mp, off, ðer) != 0) 1698 if (ether == ETHERTYPE_VLAN) { 1700 if (i40e_meoi_get_uint16(mp, off, ðer) != 0) 1709 meoi->meoi_l3proto = ether; 1711 switch (ether) {
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp.c | 3643 uint8_t ether[6]; member in struct:__anon4816 3678 (struct ether_addr *)&tcp_iss_cookie.ether);
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_sldap.h | 431 char *ether; member in struct:_ns_ethers
|
/illumos-gate/usr/src/head/ |
H A D | nss_dbdefs.h | 434 void *ether; member in union:nss_XbyY_key
|
Completed in 80 milliseconds