/dflybsd-src/usr.sbin/ppp/ |
H A D | bundle.c | 115 bundle_PhaseName(struct bundle *bundle) in bundle_PhaseName() 122 bundle_NewPhase(struct bundle *bundle, u_int new) in bundle_NewPhase() 174 bundle_Notify(struct bundle *bundle, char c) in bundle_Notify() 198 struct bundle *bundle = (struct bundle *)v; in bundle_ClearQueues() local 225 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) in bundle_LinkAdded() 245 bundle_LinksRemoved(struct bundle *bundle) in bundle_LinksRemoved() 279 struct bundle *bundle = (struct bundle *)v; in bundle_LayerUp() local 316 struct bundle *bundle = (struct bundle *)v; in bundle_LayerDown() local 371 struct bundle *bundle = (struct bundle *)v; in bundle_LayerFinish() local 386 bundle_Close(struct bundle *bundle, const char *name, int how) in bundle_Close() [all …]
|
H A D | bundle.h | 70 struct bundle { struct 71 struct fdescriptor desc; /* really all our datalinks */ 72 int unit; /* The device/interface unit number */ 74 struct { 78 } dev; 80 u_long bandwidth; /* struct tuninfo speed */ 81 struct iface *iface; /* Interface information */ 83 int routing_seq; /* The current routing sequence number */ 84 u_int phase; /* Curent phase */ 86 struct { [all …]
|
H A D | arp.c | 100 arp_ProxySub(struct bundle *bundle, struct in_addr addr, int add) in arp_ProxySub() 148 arp_SetProxy(struct bundle *bundle, struct in_addr addr) in arp_SetProxy() 157 arp_ClearProxy(struct bundle *bundle, struct in_addr addr) in arp_ClearProxy() 168 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_SetProxy() 205 arp_ClearProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_ClearProxy()
|
H A D | server.c | 90 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read() 216 server_Reopen(struct bundle *bundle) in server_Reopen() 243 server_LocalOpen(struct bundle *bundle, const char *name, mode_t mask) in server_LocalOpen() 310 server_TcpOpen(struct bundle *bundle, u_short port) in server_TcpOpen() 403 server_Clear(struct bundle *bundle) in server_Clear()
|
H A D | ipcp.c | 434 ipcp_Init(struct ipcp *ipcp, struct bundle *bundle, struct link *l, in ipcp_Init() 608 int (*proxyfun)(struct bundle *, struct in_addr), in ipcp_proxyarp() 611 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_proxyarp() local 655 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_SetIPaddress() local 702 ChooseHisAddr(struct bundle *bundle, struct in_addr gw) in ChooseHisAddr() 837 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrAdded() local 849 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrDeleted() local 966 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_ValidateReq() local 1327 ipcp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipcp_Input() 1343 ipcp_UseHisIPaddr(struct bundle *bundle, struct in_addr hisaddr) in ipcp_UseHisIPaddr() [all …]
|
H A D | tcpmss.c | 145 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check() 172 tcpmss_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in tcpmss_LayerPush() 179 tcpmss_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in tcpmss_LayerPull()
|
H A D | pap.c | 85 struct bundle *bundle = authp->physical->dl->bundle; in pap_Req() local 145 struct bundle *bundle = authp->physical->dl->bundle; in pap_Success() local 180 pap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in pap_Input()
|
H A D | ncp.c | 95 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init() 141 ncp_fsmStart(struct ncp *ncp, struct bundle *bundle) in ncp_fsmStart() 301 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues() 330 struct bundle *bundle = l->lcp.fsm.bundle; in ncp_PushPacket() local
|
H A D | vjcomp.c | 74 vj_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, int pri __unused, in vj_LayerPush() 166 vj_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPull()
|
H A D | route.c | 381 route_IfDelete(struct bundle *bundle, int all) in route_IfDelete() 473 route_UpdateMTU(struct bundle *bundle) in route_UpdateMTU() 545 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change() 731 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, in rt_Set() 855 rt_Update(struct bundle *bundle, const struct sockaddr *dst, in rt_Update()
|
H A D | mp.c | 241 mp_Init(struct mp *mp, struct bundle *bundle) in mp_Init() 613 mp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in mp_Input() 633 mp_Output(struct mp *mp, struct bundle *bundle, struct link *l, in mp_Output() 667 mp_FillPhysicalQueues(struct bundle *bundle) in mp_FillPhysicalQueues() 1078 mpserver_Read(struct fdescriptor *d, struct bundle *bundle, in mpserver_Read()
|
H A D | ipv6cp.c | 198 struct bundle *bundle = ipv6cp->fsm.bundle; in ipcp_SetIPv6address() local 264 ipv6cp_Init(struct ipv6cp *ipv6cp, struct bundle *bundle, struct link *l, in ipv6cp_Init() 350 ipv6cp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6cp_Input() 422 struct bundle *bundle = ipv6cp->fsm.bundle; in ipv6cp_PushPacket() local
|
H A D | datalink.c | 447 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in datalink_Read() 477 datalink_Write(struct fdescriptor *d, struct bundle *bundle, in datalink_Write() 791 datalink_Create(const char *name, struct bundle *bundle, int type) in datalink_Create() 1290 iov2datalink(struct bundle *bundle, struct iovec *iov, int *niov, int maxiov, in iov2datalink()
|
H A D | ip.c | 532 PacketCheck(struct bundle *bundle, u_int32_t family, in PacketCheck() 880 ip_Input(struct bundle *bundle, struct link *l, struct mbuf *bp, u_int32_t af) in ip_Input() 929 ipv4_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv4_Input() 949 ipv6_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6_Input()
|
H A D | tun.c | 85 tun_configure(struct bundle *bundle) in tun_configure()
|
H A D | auth.c | 168 auth_Select(struct bundle *bundle, const char *name) in auth_Select() 249 auth_Validate(struct bundle *bundle, const char *name, const char *key) in auth_Validate()
|
H A D | chap.c | 551 struct bundle *bundle = authp->physical->dl->bundle; in chap_Success() local 597 struct bundle *bundle = authp->physical->link.lcp.fsm.bundle; in chap_Failure() local 688 chap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in chap_Input()
|
H A D | mppe.c | 513 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPEInitOptsOutput() 537 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsOutput() 576 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsInput()
|
H A D | main.c | 307 struct bundle *bundle; in main() local 536 DoLoop(struct bundle *bundle) in DoLoop()
|
H A D | prompt.c | 183 prompt_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset __unused) in prompt_Read() 312 prompt_Create(struct server *s, struct bundle *bundle, int fd) in prompt_Create()
|
H A D | nat_cmd.c | 474 nat_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in nat_LayerPush() 491 nat_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in nat_LayerPull()
|
H A D | systems.c | 338 ReadSystem(struct bundle *bundle, const char *name, const char *file, in ReadSystem() 499 system_Select(struct bundle *bundle, const char *name, const char *file, in system_Select()
|
H A D | ccp.c | 244 ccp_Init(struct ccp *ccp, struct bundle *bundle, struct link *l, in ccp_Init() 670 ccp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ccp_Input()
|
H A D | command.h | 43 struct bundle *bundle; /* Our bundle */ member
|
H A D | prompt.h | 48 struct bundle *bundle; /* who I'm controlling */ member
|