Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/ppp/
HDipcp.h68 struct in_addr nbns[2]; /* NetBIOS NS addresses offered */ member
HDipcp.c414 inet_ntoa(ipcp->cfg.ns.nbns[0])); in ipcp_Show()
416 inet_ntoa(ipcp->cfg.ns.nbns[1])); in ipcp_Show()
481 ipcp->cfg.ns.nbns[0].s_addr = INADDR_ANY; in ipcp_Init()
482 ipcp->cfg.ns.nbns[1].s_addr = INADDR_ANY; in ipcp_Init()
1272 ipcp->cfg.ns.nbns[opt->hdr.id == TY_PRIMARY_NBNS ? 0 : 1].s_addr; in IpcpDecodeConfig()
HDREADME.changes68 o Msext does not need to be enabled/disabled. Setting the NBNS (set nbns)
HDcommand.c2126 ipaddr = arg->bundle->ncp.ipcp.cfg.ns.nbns; in SetVariable()
/freebsd-11-stable/contrib/smbfs/examples/
HDdot.nsmbrc37 # nbns + + - - address of NetBIOS name server (WINS)
/freebsd-11-stable/contrib/smbfs/
HDHISTORY105 can be specified in the nsmbrc file (nbns variable). To use resolver
/freebsd-11-stable/share/examples/ppp/
HDppp.conf.sample222 set nbns 10.0.0.1 10.0.0.2