Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dipcp.h66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */ member
H A Dipcp.c412 inet_ntoa(ipcp->cfg.ns.nbns[0])); in ipcp_Show()
414 inet_ntoa(ipcp->cfg.ns.nbns[1])); in ipcp_Show()
479 ipcp->cfg.ns.nbns[0].s_addr = INADDR_ANY; in ipcp_Init()
480 ipcp->cfg.ns.nbns[1].s_addr = INADDR_ANY; in ipcp_Init()
1270 ipcp->cfg.ns.nbns[opt->hdr.id == TY_PRIMARY_NBNS ? 0 : 1].s_addr; in IpcpDecodeConfig()
H A DREADME.changes66 o Msext does not need to be enabled/disabled. Setting the NBNS (set nbns)
H A Dcommand.c2124 ipaddr = arg->bundle->ncp.ipcp.cfg.ns.nbns; in SetVariable()
/freebsd/contrib/smbfs/examples/
H A Ddot.nsmbrc37 # nbns + + - - address of NetBIOS name server (WINS)
/freebsd/contrib/smbfs/
H A DHISTORY105 can be specified in the nsmbrc file (nbns variable). To use resolver
/freebsd/share/examples/ppp/
H A Dppp.conf.sample221 set nbns 10.0.0.1 10.0.0.2