Searched refs:dst_paddr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c816 in_addr_t src_paddr, dst_paddr; local
918 bcopy(arhp, &dst_paddr, IP_ADDR_LEN); /* ar$tpa */
923 (in_addr_t), dst_paddr);
935 (*(uint8_t *)&dst_paddr) == IN_LOOPBACKNET ||
936 CLASSD(src_paddr) || CLASSD(dst_paddr)) {
993 dst_ncec = ncec_lookup_illgrp_v4(ill, &dst_paddr);
1059 * with the conflicting address, dst_paddr is in conflict
1061 * ipif to take down, it is necessary to copy dst_paddr to

Completed in 49 milliseconds