Home
last modified time | relevance | path

Searched refs:ncec_rcnt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip2mac.c286 ncec->ncec_rcnt = ill->ill_xmit_count; in ip2mac()
297 if (ncec->ncec_rcnt > 0) { in ip2mac()
H A Dip_arp.c1649 if (use_rcnt && ncec->ncec_rcnt == 0) { in arp_request()
1688 ncec->ncec_rcnt--; in arp_request()
H A Dip_ndp.c1436 if (ncec->ncec_rcnt == 0) in ndp_solicit()
1440 ncec->ncec_rcnt--; in ndp_solicit()
1446 ncec->ncec_rcnt++; in ndp_solicit()
4768 ncec->ncec_rcnt = ill->ill_xmit_count; in nce_add_common()
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h78 uint16_t ncec_rcnt; /* Retransmit counter */ member