Home
last modified time | relevance | path

Searched refs:ether (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/nscd/
H A Dgetether.c72 if (ether_cmp(e1->key.ether, e2->key.ether) != 0) { in ether_compar()
73 res = memcmp(e1->key.ether, e2->key.ether, in ether_compar()
82 return (db_gethash(key->ether, sizeof (struct ether_addr), in ether_gethash()
89 e = (struct ether_addr *)argp->key.ether; in ether_getlogstr()
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_arp.c160 struct ether_header *ether; in libvarpd_proxy_arp_fini() local
182 ether = (struct ether_header *)vaq->vaq_buf; in libvarpd_proxy_arp_fini()
183 bcopy(&ether->ether_shost, &ether->ether_dhost, ETHERADDRL); in libvarpd_proxy_arp_fini()
184 bcopy(vaq->vaq_lookup, &ether->ether_shost, ETHERADDRL); in libvarpd_proxy_arp_fini()
398 struct ether_header *ether; in libvarpd_proxy_ndp_fini() local
410 ether = (struct ether_header *)resp; in libvarpd_proxy_ndp_fini()
411 bcopy(&ether->ether_shost, &ether->ether_dhost, ETHERADDRL); in libvarpd_proxy_ndp_fini()
412 bcopy(vaq->vaq_lookup, &ether->ether_shost, ETHERADDRL); in libvarpd_proxy_ndp_fini()
495 struct ether_header *ether; in libvarpd_plugin_proxy_dhcp() local
541 ether = (struct ether_header *)vdq->vdq_buf; in libvarpd_plugin_proxy_dhcp()
[all …]
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dether_addr.c111 uchar_t ether[6]; in check_ether() local
134 ether[i] = (uchar_t)n; in check_ether()
137 return (ether_cmp((void *)ether, (void *)argp->key.ether) == 0); in check_ether()
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dether_addr.c116 arg.key.ether = (void *)e; in ether_ntohost()
185 uchar_t *ether = (uchar_t *)ent; in str2ether() local
197 if (ether) { /* parse ether */ in str2ether()
212 *(ether + i) = (uchar_t)n; in str2ether()
/illumos-gate/usr/src/lib/varpd/files/common/
H A Dlibvarpd_files.c124 struct ether_addr ether, *e; in varpd_files_normalize_nvlist() local
125 e = &ether; in varpd_files_normalize_nvlist()
485 struct ether_addr ether, *e; in varpd_files_proxy_arp() local
486 e = &ether; in varpd_files_proxy_arp()
/illumos-gate/usr/src/lib/nsswitch/nis/common/
H A Dether_addr.c64 uchar_t *e = argp->key.ether;
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1765 uint16_t ether; in mac_ether_offload_info() local
1772 if (mac_meoi_get_uint16(mp, off, &ether) != 0) in mac_ether_offload_info()
1775 if (ether == ETHERTYPE_VLAN) { in mac_ether_offload_info()
1777 if (mac_meoi_get_uint16(mp, off, &ether) != 0) in mac_ether_offload_info()
1786 meoi->meoi_l3proto = ether; in mac_ether_offload_info()
1788 switch (ether) { in mac_ether_offload_info()
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetether.c164 uchar_t *e = argp->key.ether; in getbyether()
/illumos-gate/usr/src/boot/libsa/
H A DMakefile.inc248 SRCS += $(SASRC)/arp.c $(SASRC)/ether.c $(SASRC)/ip.c \
252 OBJECTS += arp.o ether.o ip.o inet_ntoa.o in_cksum.o net.o udp.o netif.o rpc.o
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1243 struct ether_header *ether = (void *)mp->b_rptr; in vioif_send() local
1299 if (ether->ether_type == htons(ETHERTYPE_VLAN)) { in vioif_send()
1385 if ((ether->ether_dhost.ether_addr_octet[0] & 0x01) != 0) { in vioif_send()
1387 if (ether_cmp(&ether->ether_dhost, vioif_broadcast) == 0) { in vioif_send()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c517 if (arg->key.ether == NULL) in nss_pack_key2str()
524 *(struct ether_addr *)arg->key.ether; in nss_pack_key2str()
938 arg->key.ether = bptr; in nss_upack_key2arg()
/illumos-gate/usr/src/head/
H A Dnss_dbdefs.h443 void *ether; member
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_sldap.h432 char *ether; member
H A Dns_writes.c2780 if (ptr->name == NULL || *ptr->name == '\0' || ptr->ether == NULL) { in __s_cvt_ethers()
2802 rc = __s_add_attr(e, "macAddress", ptr->ether); in __s_cvt_ethers()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c670 fill_lacp_ether(aggr_port_t *port, struct ether_header *ether) in fill_lacp_ether() argument
672 bcopy(port->lp_addr, (uint8_t *)&(ether->ether_shost), ETHERADDRL); in fill_lacp_ether()
673 bcopy(&slow_multicast_addr, (uint8_t *)&(ether->ether_dhost), in fill_lacp_ether()
675 ether->ether_type = htons(ETHERTYPE_SLOW); in fill_lacp_ether()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd100 ether => 0,
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c3667 uint8_t ether[6]; in tcp_iss_key_init() member
3702 (struct ether_addr *)&tcp_iss_cookie.ether); in tcp_iss_key_init()
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c2024 data.ether = strdup(ecol[0].ec_value.ec_value_val); in genent_ethers()
2048 free(data.ether); in genent_ethers()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt3645 ether-type or by MAC address.
/illumos-gate/usr/src/cmd/look/
H A Dwords8018 ether
/illumos-gate/usr/src/cmd/spell/
H A Dlist8016 ether