Searched refs:xmlAttrS (Results 1 - 1 of 1) sorted by relevance

/external/iptables/iptables/
H A Diptables-xml.c205 xmlAttrS(char *name, char *value) function
245 xmlAttrS("name", curChain);
247 xmlAttrS("policy", policy);
340 xmlAttrS("name", curTable);
393 xmlAttrS("type", (TAG)); \
596 //xmlAttrS("table",curTable); // not needed in full mode
597 //xmlAttrS("chain",argv[1]); // not needed in full mode
599 xmlAttrS("packet-count", pcnt);
601 xmlAttrS("byte-count", bcnt);

Completed in 65 milliseconds