Home
last modified time | relevance | path

Searched defs:ncec_s (Results 1 – 1 of 1) sorted by relevance

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