Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2429 struct lifreq *if_reqp; in get_local_netifs() local
2478 if_reqp = if_conf.lifc_req; in get_local_netifs()
2483 if (strcmp(LOOPBACK_IF, if_reqp->lifr_name) == 0) { in get_local_netifs()
2484 if_reqp++; in get_local_netifs()
2488 if ((s = socket(SOCKET_AF(if_reqp->lifr_addr.ss_family), in get_local_netifs()
2494 (void) strncpy(req.lifr_name, if_reqp->lifr_name, in get_local_netifs()
2498 if_reqp++; in get_local_netifs()
2514 if ((local_ifs[cnt]->name = strdup(if_reqp->lifr_name)) in get_local_netifs()
2524 if_reqp++; in get_local_netifs()