Searched defs:ehp (Results 26 - 33 of 33) sorted by relevance

12

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1371 struct ether_header *ehp; local
1378 ASSERT(length >= sizeof (*ehp));
1379 ehp = (struct ether_header *)buf;
1381 if (ntohs(ehp->ether_type) == VLAN_TPID) {
1389 sap = ntohs(ehp->ether_type);
1390 offset = sizeof (*ehp);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c796 struct ether_header *ehp; local
823 ehp = (struct ether_header *)mp->b_rptr;
824 vresp = vnet_fdbe_find(vnetp, &ehp->ether_dhost);
845 is_unicast = !(IS_BROADCAST(ehp) ||
846 (IS_MULTICAST(ehp)));
892 ehp->ether_type != htons(ETHERTYPE_VLAN)) {
H A Dvsw_ldc.c162 static int vsw_get_same_dest_list(struct ether_header *ehp,
188 struct ether_header *ehp, uint16_t *vidp);
3788 struct ether_header *ehp; local
3800 ehp = (struct ether_header *)smp->b_rptr;
3804 if (ehp->ether_type == types[i]) {
H A Dvnet_gen.c195 static boolean_t vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp,
789 struct ether_header *ehp; local
805 ehp = (struct ether_header *)mp->b_rptr;
806 is_tagged = vgen_frame_lookup_vid(vnetp, ehp, &vlan_id);
856 struct ether_header *ehp; local
866 ehp = (struct ether_header *)mp->b_rptr;
870 if (ehp->ether_type == types[i]) {
1568 vgen_frame_lookup_vid(vnet_t *vnetp, struct ether_header *ehp, uint16_t *vidp) argument
1573 if (ehp->ether_type == ETHERTYPE_VLAN) {
1575 evhp = (struct ether_vlan_header *)ehp;
[all...]
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_grp.c2327 struct ether_header *ehp; local
2329 ehp = (struct ether_header *)mp->b_rptr;
2330 if (ntohs(ehp->ether_type) == ETHERTYPE_SLOW) {
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1492 struct ether_header *ehp; local
1562 ehp = (struct ether_header *)mp->b_rptr;
1567 if ((sap = ntohs(ehp->ether_type)) == VLAN_TPID) {
1584 ((((uint8_t *)&ehp->ether_dhost)[0] & 0x01) == 0);
1585 dstaddr = (uint8_t *)&ehp->ether_dhost;
1896 struct ether_header *ehp; local
1981 ehp = (struct ether_header *)mp->b_rptr;
1986 if ((sap = ntohs(ehp->ether_type)) == VLAN_TPID) {
2003 ((((uint8_t *)&ehp->ether_dhost)[0] & 0x01) == 0);
2004 dstaddr = (uint8_t *)&ehp
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1607 const GElf_Ehdr *ehp = &pt->p_file->gf_ehdr; local
1610 ehp->e_type == ET_EXEC ? "executable" : "object",
1611 ehp->e_ident[EI_CLASS] == ELFCLASS32 ? 32 : 64);
1746 const GElf_Ehdr *ehp = &pt->p_file->gf_ehdr; local
1749 ehp->e_type == ET_EXEC ? "executable" : "object",
1750 ehp->e_ident[EI_CLASS] == ELFCLASS32 ? 32 : 64);
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4849 struct ether_header *ehp; local
4898 ehp = (struct ether_header *)mp->b_rptr;
4906 ehp->ether_shost.ether_addr_octet[IDNETHER_CHANNEL];
4958 &ehp->ether_dhost);
5157 if (ehp->ether_type == ETHERTYPE_IP) {
11426 idn_valid_etherheader(struct ether_header *ehp) argument
11430 eap = &ehp->ether_dhost.ether_addr_octet[0];

Completed in 144 milliseconds

12