Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c91 #define DTD_ELEM_NET (const xmlChar *) "network" macro
2138 if (xmlStrcmp(cur->name, DTD_ELEM_NET)) in zonecfg_lookup_nwif()
2210 newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_NET, NULL); in zonecfg_add_nwif_core()
2257 if (xmlStrcmp(cur->name, DTD_ELEM_NET)) in zonecfg_delete_nwif_core()
4002 return (DTD_ELEM_NET); in nm_to_dtd()
4887 if (!xmlStrcmp(cur->name, DTD_ELEM_NET)) in zonecfg_getnwifent()