Searched defs:dst_lladdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c1545 * The ARP frame is sent to the ether_dst in dst_lladdr.
1550 const uchar_t *paddr2, uchar_t *dst_lladdr)
1560 ASSERT(dst_lladdr != NULL);
1562 mp = ill_dlur_gen(dst_lladdr, hlen, ETHERTYPE_ARP, ill->ill_sap_length);
1642 uchar_t *dst_lladdr; local
1662 dst_lladdr = ncec->ncec_lladdr;
1664 dst_lladdr = ill->ill_bcast_mp->b_rptr +
1671 (uchar_t *)&nce_paddr, dst_lladdr);
1739 uchar_t *sphys_addr, *dst_lladdr; local
1752 dst_lladdr
1548 arp_output(ill_t *ill, uint32_t operation, const uchar_t *haddr1, const uchar_t *paddr1, const uchar_t *haddr2, const uchar_t *paddr2, uchar_t *dst_lladdr) argument
[all...]

Completed in 63 milliseconds