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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c11816 * Transfer the contents of `sipif' to `dipif', and then free (if `virgipif'
11817 * is NULL) or overwrite `sipif' with `virgipif', which must be a virgin
11823 ipif_transfer(ipif_t *sipif, ipif_t *dipif, ipif_t *virgipif) argument
11829 ASSERT(sipif != virgipif);
11837 if (virgipif != NULL) {
11838 ipif_clone(virgipif, sipif);
11839 mi_free(virgipif);
11854 if (virgipif == NULL)

Completed in 118 milliseconds