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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c138 } ip_lif_t; typedef in typeref:struct:ip_lif
200 static int get_modlist(char *, ip_lif_t *);
211 static boolean_t ip_addrstr(ip_lif_t *, char *, size_t);
822 ip_lif_t *lif;
920 ip_addrstr(ip_lif_t *lif, char *addrstr, size_t addrsize)
992 ip_lif_t *lif, *tmplif;
1062 ip_lif_t *probelif;
1203 if ((probelif = calloc(1, sizeof (ip_lif_t))) == NULL) {
1438 ip_lif_t *lif;
1570 ip_lif_t *li
[all...]

Completed in 49 milliseconds