Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h67 extern db_wfunc_t ipmgmt_db_getif;
H A Dipmgmt_main.c536 (void) ipmgmt_db_walk(ipmgmt_db_getif, &cbarg, IPADM_DB_READ); in ipmgmt_persist_if_exists()
H A Dipmgmt_door.c727 err = ipmgmt_db_walk(ipmgmt_db_getif, &cbarg, IPADM_DB_READ); in ipmgmt_getif_handler()
H A Dipmgmt_persist.c556 ipmgmt_db_getif(void *arg, nvlist_t *db_nvl, char *buf, size_t buflen, in ipmgmt_db_getif() function