Home
last modified time | relevance | path

Searched refs:ncp_Init (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dncp.h58 extern void ncp_Init(struct ncp *, struct bundle *);
H A Dncp.c96 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init() function
H A Dbundle.c861 ncp_Init(&bundle.ncp, &bundle); in bundle_Create()