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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c114 typedef struct ip_pif { struct
146 ip_pif_t *ip_pif; /* ptr to phy int */ member in struct:ip_cache
420 pif = node->ip_pif;
864 for (lif = node->ip_pif->pi_lifs; lif != NULL; lif = lif->li_next)
868 ipmp = (node->ip_pif->pi_grname[0] != '\0');
896 (void) strlcat(buf, node->ip_pif->pi_grname, bufsz);
898 lif = node->ip_pif->pi_lifs;
1000 pif = node->ip_pif;
1143 probe->ip_pif = NULL;
1150 probepif = probe->ip_pif;
[all...]

Completed in 48 milliseconds