Home
last modified time | relevance | path

Searched defs:bundle (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-9-stable/usr.sbin/ppp/
Dbundle.h75 struct bundle { struct
76 struct fdescriptor desc; /* really all our datalinks */
77 int unit; /* The device/interface unit number */
79 struct {
83 } dev;
85 u_long bandwidth; /* struct tuninfo speed */
86 struct iface *iface; /* Interface information */
88 int routing_seq; /* The current routing sequence number */
89 u_int phase; /* Curent phase */
91 struct {
[all …]
Dbundle.c115 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 …]
Darp.c100 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()
Dserver.c89 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()
410 server_Clear(struct bundle *bundle) in server_Clear()
Dipcp.c447 ipcp_Init(struct ipcp *ipcp, struct bundle *bundle, struct link *l, in ipcp_Init()
621 int (*proxyfun)(struct bundle *, struct in_addr), in ipcp_proxyarp()
624 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_proxyarp() local
666 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_SetIPaddress() local
713 ChooseHisAddr(struct bundle *bundle, struct in_addr gw) in ChooseHisAddr()
848 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrAdded() local
860 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_IfaceAddrDeleted() local
980 struct bundle *bundle = ipcp->fsm.bundle; in ipcp_ValidateReq() local
1341 ipcp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipcp_Input()
1357 ipcp_UseHisIPaddr(struct bundle *bundle, struct in_addr hisaddr) in ipcp_UseHisIPaddr()
[all …]
Dtcpmss.c144 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check()
171 tcpmss_LayerPush(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPush()
178 tcpmss_LayerPull(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPull()
Dpap.c85 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()
Dvjcomp.c73 vj_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPush()
165 vj_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in vj_LayerPull()
Dtun.c84 tun_configure(struct bundle *bundle) in tun_configure()
Droute.c393 route_IfDelete(struct bundle *bundle, int all) in route_IfDelete()
485 route_UpdateMTU(struct bundle *bundle) in route_UpdateMTU()
558 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change()
749 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, in rt_Set()
873 rt_Update(struct bundle *bundle, const struct sockaddr *dst, in rt_Update()
Dmp.c240 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()
1078 mpserver_Read(struct fdescriptor *d, struct bundle *bundle, in mpserver_Read()
Dncp.c96 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init()
313 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues()
348 struct bundle *bundle = l->lcp.fsm.bundle; in ncp_PushPacket() local
Dipv6cp.c199 struct bundle *bundle = ipv6cp->fsm.bundle; in ipcp_SetIPv6address() local
265 ipv6cp_Init(struct ipv6cp *ipv6cp, struct bundle *bundle, struct link *l, in ipv6cp_Init()
351 ipv6cp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6cp_Input()
423 struct bundle *bundle = ipv6cp->fsm.bundle; in ipv6cp_PushPacket() local
Dip.c558 PacketCheck(struct bundle *bundle, u_int32_t family, in PacketCheck()
906 ip_Input(struct bundle *bundle, struct link *l, struct mbuf *bp, u_int32_t af) in ip_Input()
956 ipv4_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv4_Input()
976 ipv6_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6_Input()
Ddatalink.c448 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset) in datalink_Read()
478 datalink_Write(struct fdescriptor *d, struct bundle *bundle, in datalink_Write()
792 datalink_Create(const char *name, struct bundle *bundle, int type) in datalink_Create()
1292 iov2datalink(struct bundle *bundle, struct iovec *iov, int *niov, int maxiov, in iov2datalink()
Dauth.c207 auth_Select(struct bundle *bundle, const char *name) in auth_Select()
288 auth_Validate(struct bundle *bundle, const char *name, const char *key) in auth_Validate()
Dmppe.c512 MPPEInitOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPEInitOptsOutput()
536 MPPESetOptsOutput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsOutput()
575 MPPESetOptsInput(struct bundle *bundle, struct fsm_opt *o, in MPPESetOptsInput()
Dchap.c551 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
693 chap_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in chap_Input()
Dmain.c308 struct bundle *bundle; in main() local
540 DoLoop(struct bundle *bundle) in DoLoop()
Dprompt.c183 prompt_Read(struct fdescriptor *d, struct bundle *bundle, in prompt_Read()
314 prompt_Create(struct server *s, struct bundle *bundle, int fd) in prompt_Create()
Dsystems.c316 ReadSystem(struct bundle *bundle, const char *name, const char *file, in ReadSystem()
477 system_Select(struct bundle *bundle, const char *name, const char *file, in system_Select()
/freebsd-9-stable/sys/ia64/ia64/
Demulate.c42 struct asm_bundle bundle; in ia64_emulate() local
Dtrap.c289 struct asm_bundle bundle; in trap_decode_break() local
692 struct fpswa_bundle bundle; in trap() local
/freebsd-9-stable/contrib/one-true-awk/
Dmakefile67 bundle: target
/freebsd-9-stable/contrib/binutils/opcodes/
Dia64-dis.c77 bfd_byte bundle[16]; in print_insn_ia64() local

12