HomeSort by relevance Sort by last modified time
    Searched refs:nbns (Results 1 - 5 of 5) sorted by null

  /external/libppp/src/
ipcp.h 66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */ member in struct:ipcp::__anon10769::__anon10771
ipcp.c 147 { 130, "PRINBNS" }, /* 130: Primary NBNS Server Address */
149 { 132, "SECNBNS" } /* 132: Secondary NBNS Server Address */
407 inet_ntoa(ipcp->cfg.ns.nbns[0]));
409 inet_ntoa(ipcp->cfg.ns.nbns[1]));
474 ipcp->cfg.ns.nbns[0].s_addr = INADDR_ANY;
475 ipcp->cfg.ns.nbns[1].s_addr = INADDR_ANY;
    [all...]
command.c     [all...]
  /external/libxslt/libxslt/
xslt.c 1060 int nbns = 0; local
1095 ret[nbns] = NULL;
1100 for (i = 0; i < nbns; i++) {
1105 if (i >= nbns) {
1106 if (nbns >= maxns) {
1118 ret[nbns++] = cur;
1119 ret[nbns] = NULL;
1127 if (nbns != 0) {
1130 "template has %d inherited namespaces\n", nbns);
1132 template->inheritedNsNr = nbns;
    [all...]
  /external/libxml2/
tree.c 5756 int nbns = 0; local
    [all...]

Completed in 411 milliseconds