Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ppp/
HDipcp.h66 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */ member
HDipcp.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()
HDREADME.changes66 o Msext does not need to be enabled/disabled. Setting the NBNS (set nbns)
HDcommand.c2124 ipaddr = arg->bundle->ncp.ipcp.cfg.ns.nbns; in SetVariable()
/freebsd-14-stable/contrib/smbfs/examples/
HDdot.nsmbrc37 # nbns + + - - address of NetBIOS name server (WINS)
/freebsd-14-stable/contrib/smbfs/
HDHISTORY105 can be specified in the nsmbrc file (nbns variable). To use resolver
/freebsd-14-stable/share/examples/ppp/
HDppp.conf.sample221 set nbns 10.0.0.1 10.0.0.2