Home
last modified time | relevance | path

Searched refs:arp_close (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_arp.c61 static int arp_close(queue_t *, int, cred_t *);
104 arp_rput, NULL, arp_open, arp_close, NULL, &arp_mod_info
107 arp_wput, NULL, arp_open, arp_close, NULL, &arp_mod_info
1805 arp_close(queue_t *q, int flags __unused, cred_t *credp __unused) in arp_close() function
2388 (void) arp_close(q, 0, credp); in arp_modopen()