Home
last modified time | relevance | path

Searched defs:ncec_s (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h71 struct ncec_s { struct
72 struct ncec_s *ncec_next; /* Hash chain next pointer */ argument
73 struct ncec_s **ncec_ptpn; /* Pointer to previous next */ argument
76 uint16_t ncec_state; /* See reachability states in if.h */ argument
77 int16_t ncec_pcnt; /* Probe counter */
78 uint16_t ncec_rcnt; /* Retransmit counter */
79 in6_addr_t ncec_addr; /* address of the nighbor */
80 uchar_t *ncec_lladdr;
81 mblk_t *ncec_qd_mp; /* Head outgoing queued packets */
82 uint64_t ncec_last; /* Time last reachable in msec */
[all …]