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

/opensolaris-onvv-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 *);
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c69 static int arp_modclose(arl_t *);
70 static void arp_mod_close_tail(arl_t *);
71 static mblk_t *arl_unbind(arl_t *);
78 static void arp_dlpi_send(arl_t *, mblk_t *);
79 static void arl_defaults_common(arl_t *, mblk_t *);
81 static void arp_ifname_notify(arl_t *);
83 static arl_t *ill_to_arl(ill_t *);
181 arl_refhold_locked(arl_t *arl)
189 arl_refrele(arl_t *arl)
375 arp_dlpi_done(arl_t *ar
[all...]
H A Dip_if.c8628 arl_t *arl;
8657 arl = (arl_t *)ipwq->q_ptr;

Completed in 170 milliseconds