Searched refs:ipif_down (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ |
H A D | ip_if.h | 270 extern int ipif_down(ipif_t *, queue_t *, mblk_t *);
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_arp.c | 2082 (void) ipif_down(ipif, NULL, NULL); in arp_excl()
|
H A D | ip_if.c | 1163 (void) ipif_down(ipif, NULL, NULL); in ill_down_start() 10532 err = ipif_down(ipif, q, mp); in ip_sioctl_flags() 12432 (void) ipif_down(ipif, NULL, NULL); in ill_down_ipifs() 13308 ipif_down(ipif_t *ipif, queue_t *q, mblk_t *mp) in ipif_down() function 13522 return (ipif_down(ipif, q, mp)); in ipif_logical_down() 13544 (void) ipif_down(ipif, NULL, NULL); in ipif_free()
|
H A D | ip_ndp.c | 1486 (void) ipif_down(ipif, NULL, NULL); in ip_ndp_excl()
|
H A D | ip.c | 8319 (void) ipif_down(ipif, NULL, NULL); in ip_rput_dlpi_writer()
|