Lines Matching refs:eh
293 ipoib_ptxhdr_t *eh; in ibd_input() local
378 eh = (ipoib_ptxhdr_t *)mac_state.mac_buf; in ibd_input()
379 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_IP) && in ibd_input()
415 if (eh->ipoib_rhdr.ipoib_type == ntohs(ETHERTYPE_ARP) && in ibd_input()
440 (caddr_t)&eh->ipoib_dest, IPOIB_ADDRL); in ibd_input()
486 ipoib_ptxhdr_t eh; in ibd_output() local
515 eh.ipoib_rhdr.ipoib_type = htons(ETHERTYPE_IP); in ibd_output()
516 eh.ipoib_rhdr.ipoib_mbz = 0; in ibd_output()
536 result = mac_get_arp(&tmpip, (void *)&eh.ipoib_dest, in ibd_output()
548 bcopy((caddr_t)&ibdbroadcastaddr, (caddr_t)&eh.ipoib_dest, in ibd_output()
552 mp->b_rptr -= sizeof (eh); in ibd_output()
553 bcopy((caddr_t)&eh, mp->b_rptr, sizeof (eh)); in ibd_output()