Home
last modified time | relevance | path

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

123

/freebsd/usr.sbin/ppp/
H A 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 …]
H A 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 …]
H A Darp.c100 arp_ProxySub(struct bundle *bundle, struct in_addr addr, int add) in arp_ProxySub() argument
147 arp_SetProxy(struct bundle *bundle, struct in_addr addr) in arp_SetProxy() argument
156 arp_ClearProxy(struct bundle *bundle, struct in_addr addr) in arp_ClearProxy() argument
167 arp_SetProxy(struct bundle * bundle,struct in_addr addr,int s) arp_SetProxy() argument
204 arp_ClearProxy(struct bundle * bundle,struct in_addr addr,int s) arp_ClearProxy() argument
[all...]
H A 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()
H A 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 …]
H A Dtcpmss.c149 tcpmss_Check(struct bundle *bundle, struct mbuf *bp) in tcpmss_Check()
219 tcpmss_LayerPush(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPush()
226 tcpmss_LayerPull(struct bundle *bundle, struct link *l __unused, in tcpmss_LayerPull()
H A 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()
H A 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()
H A Dtun.c84 tun_configure(struct bundle *bundle) in tun_configure()
H A 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()
H A Droute.c379 route_IfDelete(struct bundle *bundle, int all) in route_IfDelete()
470 route_UpdateMTU(struct bundle *bundle) in route_UpdateMTU()
543 route_Change(struct bundle *bundle, struct sticky_route *r, in route_Change()
734 rt_Set(struct bundle *bundle, int cmd, const struct ncprange *dst, in rt_Set()
859 rt_Update(struct bundle *bundle, const struct sockaddr *dst, in rt_Update()
H A 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
H A 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
H A 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()
H A Dip.c558 PacketCheck(struct bundle *bundle, u_int32_t family, in PacketCheck()
908 ip_Input(struct bundle *bundle, struct link *l, struct mbuf *bp, u_int32_t af) in ip_Input()
958 ipv4_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv4_Input()
978 ipv6_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ipv6_Input()
H A 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()
H A 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()
H A Dauth.c215 auth_Select(struct bundle *bundle, const char *name) in auth_Select()
296 auth_Validate(struct bundle *bundle, const char *name, const char *key) in auth_Validate()
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_bundle.c9 adf_cfg_is_interrupt_mode(struct adf_cfg_bundle *bundle) in adf_cfg_is_interrupt_mode()
17 adf_cfg_can_be_shared(struct adf_cfg_bundle *bundle, in adf_cfg_can_be_shared()
34 adf_cfg_is_free(struct adf_cfg_bundle *bundle) in adf_cfg_is_free()
41 struct adf_cfg_bundle *bundle, in adf_cfg_get_free_instance()
74 adf_cfg_get_ring_pairs_from_bundle(struct adf_cfg_bundle *bundle, in adf_cfg_get_ring_pairs_from_bundle()
152 adf_cfg_init_and_insert_inst(struct adf_cfg_bundle *bundle, in adf_cfg_init_and_insert_inst()
221 adf_cfg_bundle_init(struct adf_cfg_bundle *bundle, in adf_cfg_bundle_init()
252 adf_cfg_bundle_clear(struct adf_cfg_bundle *bundle, in adf_cfg_bundle_clear()
272 struct adf_cfg_bundle *bundle, in adf_cfg_assign_serv_to_rings()
349 struct adf_cfg_bundle *bundle, in adf_cfg_init_ring2serv_mapping()
[all …]
H A Dadf_cfg_instance.c7 struct adf_cfg_bundle *bundle) in crypto_instance_init()
63 struct adf_cfg_bundle *bundle) in dc_instance_init()
95 struct adf_cfg_bundle *bundle) in asym_instance_init()
127 struct adf_cfg_bundle *bundle) in sym_instance_init()
H A Dadf_freebsd_uio.c47 int bundle; member
57 struct adf_uio_control_bundle *bundle = NULL; in adf_release_bundle() local
265 struct adf_uio_control_bundle *bundle = NULL; in adf_uio_mmap_single() local
309 struct adf_uio_control_bundle *bundle; in adf_uio_init_accel_ctrl() local
344 struct adf_uio_control_bundle *bundle; in adf_uio_init_bundle_dev() local
418 struct adf_uio_control_bundle *bundle; in adf_uio_remove() local
H A Dadf_ctl_drv.c225 struct adf_uio_control_bundle *bundle = NULL; in adf_ctl_ioctl_bundle() local
261 struct adf_uio_control_bundle *bundle; in adf_ctl_ioctl_reserve_ring() local
308 struct adf_uio_control_bundle *bundle; in adf_ctl_ioctl_release_ring() local
354 struct adf_uio_control_bundle *bundle; in adf_ctl_ioctl_enable_ring() local
375 struct adf_uio_control_bundle *bundle; in adf_ctl_ioctl_disable_ring() local
H A Dadf_freebsd_uio_cleanup.c47 struct adf_uio_control_bundle *bundle; member
121 struct adf_uio_control_bundle *bundle; in get_orphan_bundle() local
175 put_orphan_bundle(struct bundle_orphan_ring *bundle) in put_orphan_bundle()
217 struct bundle_orphan_ring *bundle, in is_all_resp_recvd()
325 struct adf_uio_control_bundle *bundle; in adf_uio_do_cleanup_orphan() local
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_ioctl.c68 struct uverbs_attr_bundle bundle; member
107 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size, in _uverbs_alloc()
150 static int uverbs_set_output(const struct uverbs_attr_bundle *bundle, in uverbs_set_output()
665 void uverbs_fill_udata(struct uverbs_attr_bundle *bundle, in uverbs_fill_udata()
698 int uverbs_copy_to(const struct uverbs_attr_bundle *bundle, size_t idx, in uverbs_copy_to()
720 int uverbs_output_written(const struct uverbs_attr_bundle *bundle, size_t idx) in uverbs_output_written()
753 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero()
/freebsd/sys/dev/qat/include/common/
H A Dadf_uio.h9 struct adf_uio_control_bundle *bundle; member

123