Home
last modified time | relevance | path

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

/titanic_53/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c88 #define DTD_ELEM_NET (const xmlChar *) "network" macro
2131 if (xmlStrcmp(cur->name, DTD_ELEM_NET)) in zonecfg_lookup_nwif()
2203 newnode = xmlNewTextChild(cur, NULL, DTD_ELEM_NET, NULL); in zonecfg_add_nwif_core()
2250 if (xmlStrcmp(cur->name, DTD_ELEM_NET)) in zonecfg_delete_nwif_core()
3840 return (DTD_ELEM_NET); in nm_to_dtd()
4725 if (!xmlStrcmp(cur->name, DTD_ELEM_NET)) in zonecfg_getnwifent()