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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c190 static int update_pif(rcm_handle_t *, int, int, struct ifaddrs *);
1050 * update_pif() - Update physical interface properties
1054 update_pif(rcm_handle_t *hd, int af, int sock, struct ifaddrs *ifa) function
1068 rcm_log_message(RCM_TRACE1, "IP: update_pif(%s)\n", ifa->ifa_name);
1227 rcm_log_message(RCM_TRACE3, "IP: update_pif: (%s) success\n",
1264 (void) update_pif(hd, af, sock, ifa);

Completed in 251 milliseconds