Searched defs:arl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip_arp.h81 } arl_t; typedef in typeref:struct:arl_s
85 * to a pair of matching ill_t, arl_t structures. Given an arl_t (or
86 * ill_t) the corresponding ill_t (or arl_t) must be obtained by
89 * arl_init() and freed only when both the ill_t and the arl_t structures
97 arl_t *ai_arl;
110 extern int arl_wait_for_info_ack(arl_t *);
111 extern int arl_init(queue_t *, arl_t *);
116 extern ill_t *arl_to_ill(arl_t *);

Completed in 57 milliseconds