Searched defs:ncec_s (Results 1 – 1 of 1) sorted by relevance
71 struct ncec_s { struct72 struct ncec_s *ncec_next; /* Hash chain next pointer */ argument73 struct ncec_s **ncec_ptpn; /* Pointer to previous next */ argument76 uint16_t ncec_state; /* See reachability states in if.h */ argument77 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 …]