| /mirbsd/src/usr.sbin/ppp/ppp/ |
| 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 …]
|
| D | bundle.c | 117 bundle_PhaseName(struct bundle *bundle) in bundle_PhaseName() 124 bundle_NewPhase(struct bundle *bundle, u_int new) in bundle_NewPhase() 176 bundle_Notify(struct bundle *bundle, char c) in bundle_Notify() 200 struct bundle *bundle = (struct bundle *)v; in bundle_ClearQueues() local 227 bundle_LinkAdded(struct bundle *bundle, struct datalink *dl) in bundle_LinkAdded() 247 bundle_LinksRemoved(struct bundle *bundle) in bundle_LinksRemoved() 281 struct bundle *bundle = (struct bundle *)v; in bundle_LayerUp() local 318 struct bundle *bundle = (struct bundle *)v; in bundle_LayerDown() local 373 struct bundle *bundle = (struct bundle *)v; in bundle_LayerFinish() local 388 bundle_Close(struct bundle *bundle, const char *name, int how) in bundle_Close() [all …]
|
| D | server.c | 89 server_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Read() 195 server_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in server_Write() 214 server_Reopen(struct bundle *bundle) in server_Reopen() 241 server_LocalOpen(struct bundle *bundle, const char *name, mode_t mask) in server_LocalOpen() 308 server_TcpOpen(struct bundle *bundle, u_short port) in server_TcpOpen() 378 server_Close(struct bundle *bundle) in server_Close() 401 server_Clear(struct bundle *bundle) in server_Clear()
|
| D | arp.c | 100 arp_ProxySub(struct bundle *bundle, struct in_addr addr, int add, int s) in arp_ProxySub() 148 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s) in arp_SetProxy() 157 arp_ClearProxy(struct bundle *bundle, struct in_addr addr, int s) 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()
|
| D | tcpmss.c | 144 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check() 171 tcpmss_LayerPush(struct bundle *bundle, struct link *l, struct mbuf *bp, in tcpmss_LayerPush() 178 tcpmss_LayerPull(struct bundle *bundle, struct link *l, struct mbuf *bp, in tcpmss_LayerPull()
|
| D | ipcp.c | 436 ipcp_Init(struct ipcp *ipcp, struct bundle *bundle, struct link *l, in ipcp_Init() 609 int (*proxyfun)(struct bundle *, struct in_addr, int), in ipcp_proxyarp() argument 612 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_proxyarp() local 662 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_SetIPaddress() local 709 ChooseHisAddr(struct bundle *bundle, struct in_addr gw) in ChooseHisAddr() 844 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrAdded() local 856 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrDeleted() local 973 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_ValidateReq() local 1340 ipcp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipcp_Input() 1356 ipcp_UseHisIPaddr(struct bundle *bundle, struct in_addr hisaddr) in ipcp_UseHisIPaddr() [all …]
|
| D | pap.c | 87 struct bundle *bundle = authp->physical->dl->bundle; in pap_Req() local 149 struct bundle *bundle = authp->physical->dl->bundle; in pap_Success() local 184 pap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in pap_Input()
|
| D | deflate.c | 443 DeflateInitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in DeflateInitOptsOutput() 452 DeflateSetOptsOutput(struct bundle *bundle, struct fsm_opt *o, in DeflateSetOptsOutput() 467 DeflateSetOptsInput(struct bundle *bundle, struct fsm_opt *o, in DeflateSetOptsInput() 489 DeflateInitInput(struct bundle *bundle, struct fsm_opt *o) in DeflateInitInput() 512 DeflateInitOutput(struct bundle *bundle, struct fsm_opt *o) in DeflateInitOutput()
|
| D | mppe.c | 508 MPPE_ConfigVal(struct bundle *bundle, const struct ccp_config *cfg) in MPPE_ConfigVal() 547 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPEInitOptsOutput() 570 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsOutput() 609 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsInput() 713 MPPEInitInput(struct bundle *bundle, struct fsm_opt *o) in MPPEInitInput() 769 MPPEInitOutput(struct bundle *bundle, struct fsm_opt *o) in MPPEInitOutput()
|
| D | ncp.c | 101 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init() 156 ncp_fsmStart(struct ncp *ncp, struct bundle *bundle) in ncp_fsmStart() 319 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues() 348 struct bundle *bundle = l->lcp.fsm.bundle; in ncp_PushPacket() local
|
| D | vjcomp.c | 73 vj_LayerPush(struct bundle *bundle, struct link *l, struct mbuf *bp, int pri, in vj_LayerPush() 165 vj_LayerPull(struct bundle *bundle, struct link *l, struct mbuf *bp, in vj_LayerPull()
|
| D | tun.c | 84 tun_configure(struct bundle *bundle) in tun_configure()
|
| D | mp.c | 240 mp_Init(struct mp *mp, struct bundle *bundle) in mp_Init() 612 mp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in mp_Input() 632 mp_Output(struct mp *mp, struct bundle *bundle, struct link *l, in mp_Output() 666 mp_FillPhysicalQueues(struct bundle *bundle) in mp_FillPhysicalQueues() 1089 mpserver_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in mpserver_Read() 1097 mpserver_Write(struct fdescriptor *d, struct bundle *bundle, in mpserver_Write()
|
| D | pred.c | 154 Pred1InitInput(struct bundle *bundle, struct fsm_opt *o) in Pred1InitInput() 164 Pred1InitOutput(struct bundle *bundle, struct fsm_opt *o) in Pred1InitOutput() 303 Pred1InitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in Pred1InitOptsOutput() 310 Pred1SetOpts(struct bundle *bundle, struct fsm_opt *o, in Pred1SetOpts()
|
| D | chap.c | 425 chap_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in chap_Read() 481 chap_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in chap_Write() 553 struct bundle *bundle = authp->physical->dl->bundle; in chap_Success() local 599 struct bundle *bundle = authp->physical->link.lcp.fsm.bundle; in chap_Failure() local 700 chap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in chap_Input()
|
| D | auth.c | 159 auth_Select(struct bundle *bundle, const char *name) in auth_Select() 240 auth_Validate(struct bundle *bundle, const char *name, in auth_Validate() 292 auth_GetSecret(struct bundle *bundle, const char *name, int len, in auth_GetSecret()
|
| D | ipv6cp.c | 118 struct bundle *bundle = ipv6cp->fsm.bundle; in ipcp_SetIPv6address() local 173 ipv6cp_Init(struct ipv6cp *ipv6cp, struct bundle *bundle, struct link *l, in ipv6cp_Init() 256 ipv6cp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6cp_Input() 326 struct bundle *bundle = ipv6cp->fsm.bundle; in ipv6cp_PushPacket() local
|
| D | prompt.c | 182 prompt_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in prompt_Read() 303 prompt_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in prompt_Write() 311 prompt_Create(struct server *s, struct bundle *bundle, int fd) in prompt_Create()
|
| D | route.c | 385 route_IfDelete(struct bundle *bundle, int all) in route_IfDelete() 477 route_UpdateMTU(struct bundle *bundle) in route_UpdateMTU() 549 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change() 740 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, in rt_Set() 864 rt_Update(struct bundle *bundle, const struct sockaddr *dst, in rt_Update()
|
| D | sync.c | 52 sync_LayerPush(struct bundle *bundle, struct link *l, struct mbuf *bp, in sync_LayerPush()
|
| D | datalink.c | 450 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in datalink_Read() 480 datalink_Write(struct fdescriptor *d, struct bundle *bundle, in datalink_Write() 794 datalink_Create(const char *name, struct bundle *bundle, int type) in datalink_Create() 1294 iov2datalink(struct bundle *bundle, struct iovec *iov, int *niov, int maxiov, in iov2datalink()
|
| D | ip.c | 552 PacketCheck(struct bundle *bundle, u_int32_t family, in PacketCheck() 899 ip_Input(struct bundle *bundle, struct link *l, struct mbuf *bp, u_int32_t af) in ip_Input() 947 ipv4_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv4_Input() 967 ipv6_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6_Input()
|
| D | radius.c | 229 struct bundle *bundle; in radius_Process() local 568 radius_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in radius_Read() 607 radius_Write(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in radius_Write()
|
| D | main.c | 306 struct bundle *bundle; in main() local 535 DoLoop(struct bundle *bundle) in DoLoop()
|
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | ia64-dis.c | 77 bfd_byte bundle[16]; in print_insn_ia64() local
|