Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zoneadm/
H A Dzoneadm.c2419 struct lifreq *if_reqp; in get_local_netifs() local
2468 if_reqp = if_conf.lifc_req; in get_local_netifs()
2473 if (strcmp(LOOPBACK_IF, if_reqp->lifr_name) == 0) { in get_local_netifs()
2474 if_reqp++; in get_local_netifs()
2478 if ((s = socket(SOCKET_AF(if_reqp->lifr_addr.ss_family), in get_local_netifs()
2484 (void) strncpy(req.lifr_name, if_reqp->lifr_name, in get_local_netifs()
2488 if_reqp++; in get_local_netifs()
2504 if ((local_ifs[cnt]->name = strdup(if_reqp->lifr_name)) in get_local_netifs()
2514 if_reqp++; in get_local_netifs()