Home
last modified time | relevance | path

Searched refs:bundle (Results 51 – 75 of 197) sorted by relevance

12345678

/freebsd/usr.sbin/ppp/
H A Dlink.h36 struct bundle;
71 extern void link_PushPacket(struct link *, struct mbuf *, struct bundle *,
73 extern void link_PullPacket(struct link *, char *, size_t, struct bundle *);
H A Dnat_cmd.c107 if (!arg->bundle->NatEnabled) { in nat_RedirectPort()
203 if (!arg->bundle->NatEnabled) { in nat_RedirectAddr()
240 if (!arg->bundle->NatEnabled) { in nat_RedirectProto()
498 nat_LayerPush(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in nat_LayerPush() argument
501 if (!bundle->NatEnabled || *proto != PROTO_IP) in nat_LayerPush()
515 nat_LayerPull(struct bundle *bundle, struct link *l __unused, struct mbuf *bp, in nat_LayerPull() argument
523 if (!bundle->NatEnabled || *proto != PROTO_IP) in nat_LayerPull()
585 PacketCheck(bundle, AF_INET, MBUF_CTOP(bp), bp->m_len, NULL, in nat_LayerPull()
H A Dsystems.c316 ReadSystem(struct bundle *bundle, const char *name, const char *file, in ReadSystem() argument
359 n = ReadSystem(bundle, name, arg, prompt, cx, how); in ReadSystem()
409 command_Run(bundle, argc, (char const *const *)argv, prompt, in ReadSystem()
477 system_Select(struct bundle *bundle, const char *name, const char *file, in system_Select() argument
482 return ReadSystem(bundle, name, file, prompt, cx, SYSTEM_EXEC); in system_Select()
H A Dlink.c72 static void Despatch(struct bundle *, struct link *, struct mbuf *, u_short);
248 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri, in link_PushPacket()
276 link_PullPacket(struct link *l, char *buf, size_t len, struct bundle *b) in link_PullPacket()
351 struct mbuf *(*fn)(struct bundle *, struct link *, struct mbuf *);
373 Despatch(struct bundle *bundle, struct link *l, struct mbuf *bp, u_short proto) in Despatch() argument
379 bp = (*despatcher[f].fn)(bundle, l, bp); in Despatch()
H A Dccp.c244 ccp_Init(struct ccp *ccp, struct bundle *bundle, struct link *l, in ccp_Init() argument
250 bundle, l, parent, &ccp_Callbacks, ccp_TimerNames); in ccp_Init()
378 (*algorithm[f]->o.OptInit)(fp->bundle, &(*o)->val, &ccp->cfg); in CcpSendConfigReq()
527 (fp->bundle, &ccp->in.opt); in CcpLayerUp()
546 (fp->bundle, &(*o)->val); in CcpLayerUp()
634 if ((*algorithm[f]->o.Set)(fp->bundle, &o->val, &ccp->cfg) == in CcpDecodeConfig()
674 ccp_Input(struct bundle *bundle, struct link *l, struct mbuf *bp) in ccp_Input() argument
678 if (bundle_Phase(bundle) == PHASE_NETWORK) in ccp_Input()
681 if (bundle_Phase(bundle) < PHASE_NETWORK) in ccp_Input()
683 l->ccp.fsm.link->name, bundle_PhaseName(bundle)); in ccp_Input()
[all …]
H A Dfsm.h99 struct bundle;
136 struct bundle *bundle; member
184 struct bundle *, struct link *, const struct fsm_parent *,
H A Ddeflate.c443 DeflateInitOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateInitOptsOutput()
452 DeflateSetOptsOutput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateSetOptsOutput()
467 DeflateSetOptsInput(struct bundle *bundle __unused, struct fsm_opt *o, in DeflateSetOptsInput()
489 DeflateInitInput(struct bundle *bundle __unused, struct fsm_opt *o) in DeflateInitInput()
512 DeflateInitOutput(struct bundle *bundle __unused, struct fsm_opt *o) in DeflateInitOutput()
H A Dphysical.c170 p->link.stats.parent = dl->bundle->ncp.mp.active ? in physical_Create()
171 &dl->bundle->ncp.mp.link.stats.total : NULL; in physical_Create()
361 bundle_setsid(p->dl->bundle, 0); in physical_Close()
386 physical_DescriptorWrite(struct fdescriptor *d, struct bundle *bundle __unused, in physical_DescriptorWrite()
518 physical_DescriptorRead(struct fdescriptor *d, struct bundle *bundle, in physical_DescriptorRead() argument
567 link_PullPacket(&p->link, rbuff, n, bundle); in physical_DescriptorRead()
593 p->link.lcp.fsm.bundle = dl->bundle; in iov2physical()
602 p->link.ccp.fsm.bundle = dl->bundle; in iov2physical()
619 p->link.stats.parent = dl->bundle->ncp.mp.active ? in iov2physical()
620 &dl->bundle->ncp.mp.link.stats.total : NULL; in iov2physical()
[all …]
H A Dtun.h37 struct bundle;
39 extern void tun_configure(struct bundle *);
H A Dlcp.h129 struct bundle;
134 extern void lcp_Init(struct lcp *, struct bundle *, struct link *,
142 extern struct mbuf *lcp_Input(struct bundle *, struct link *, struct mbuf *);
H A Dncp.h58 extern void ncp_Init(struct ncp *, struct bundle *);
60 extern int ncp_fsmStart(struct ncp *, struct bundle *);
67 extern size_t ncp_FillPhysicalQueues(struct ncp *, struct bundle *);
H A Dslcompress.c591 arg->bundle->ncp.ipcp.vj.slstat.sls_compressed, in sl_Show()
592 arg->bundle->ncp.ipcp.vj.slstat.sls_packets); in sl_Show()
594 arg->bundle->ncp.ipcp.vj.slstat.sls_misses, in sl_Show()
595 arg->bundle->ncp.ipcp.vj.slstat.sls_searches); in sl_Show()
597 arg->bundle->ncp.ipcp.vj.slstat.sls_compressedin, in sl_Show()
598 arg->bundle->ncp.ipcp.vj.slstat.sls_uncompressedin); in sl_Show()
600 arg->bundle->ncp.ipcp.vj.slstat.sls_errorin, in sl_Show()
601 arg->bundle->ncp.ipcp.vj.slstat.sls_tossed); in sl_Show()
H A Dlqr.h69 struct bundle;
80 extern struct mbuf *lqr_Input(struct bundle *, struct link *, struct mbuf *);
H A Dphysical.h22 struct bundle;
25 struct bundle;
160 extern void physical_DescriptorRead(struct fdescriptor *, struct bundle *,
H A Dhdlc.h57 struct bundle;
109 extern void hdlc_DecodePacket(struct bundle *, u_short, struct mbuf *,
H A Dradius.h104 struct bundle;
111 extern void radius_StartTimer(struct bundle *);
H A Dacf.c59 acf_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, in acf_LayerPush()
73 acf_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, in acf_LayerPull()
H A Dproto.c72 proto_LayerPush(struct bundle *b __unused, struct link *l, struct mbuf *bp, in proto_LayerPush()
85 proto_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, in proto_LayerPull()
H A Dhdlc.c141 hdlc_LayerPush(struct bundle *bundle __unused, struct link *l __unused, in hdlc_LayerPush()
301 hdlc_LayerPull(struct bundle *b __unused, struct link *l, struct mbuf *bp, in hdlc_LayerPull()
/freebsd/contrib/file/magic/Magdir/
H A Drevision12 # Type: Git bundles (git-bundle)
14 0 string #\ v2\ git\ bundle\n Git bundle
53 0 string HG10 Mercurial bundle,
65 0 string #\ Bazaar\ revision\ bundle\ v Bazaar Bundle
/freebsd/sys/ofed/include/rdma/
H A Duverbs_ioctl.h875 __malloc void *_uverbs_alloc(struct uverbs_attr_bundle *bundle, size_t size,
878 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument
881 return _uverbs_alloc(bundle, size, GFP_KERNEL); in uverbs_alloc()
884 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument
887 return _uverbs_alloc(bundle, size, GFP_KERNEL | __GFP_ZERO); in uverbs_zalloc()
892 int uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle,
912 static inline __malloc void *uverbs_alloc(struct uverbs_attr_bundle *bundle, in uverbs_alloc() argument
917 static inline __malloc void *uverbs_zalloc(struct uverbs_attr_bundle *bundle, in uverbs_zalloc() argument
930 uverbs_copy_to_struct_or_zero(const struct uverbs_attr_bundle *bundle, in uverbs_copy_to_struct_or_zero() argument
/freebsd/sys/dev/ioat/
H A Dioat_internal.h133 uint32_t bundle:1; member
166 uint32_t bundle:1; member
196 uint32_t bundle:1; member
223 uint32_t bundle:1; member
302 uint32_t bundle:1; member
340 uint32_t bundle:1; member
382 uint32_t bundle:1; member
/freebsd/contrib/tcpdump/
H A Dprint-juniper.c433 u_int bundle; member
847 ND_PRINT("Bundle-ID %u: ", l2info.bundle); in juniper_mlppp_if_print()
949 ND_PRINT("Bundle-ID %u, ", l2info.bundle); in juniper_mfr_if_print()
990 ND_PRINT("Bundle-ID %u, ", l2info.bundle); in juniper_mlfr_if_print()
1431 l2info->bundle = l2info->cookie[0]; in juniper_parse_header()
1481 l2info->bundle = l2info->cookie[1]; in juniper_parse_header()
1489 l2info->bundle = l2info->cookie[0]; in juniper_parse_header()
1498 l2info->bundle = l2info->cookie[1]; in juniper_parse_header()
1510 l2info->bundle = l2info->cookie[0]; in juniper_parse_header()
1522 l2info->bundle = l2info->cookie[1]; in juniper_parse_header()
[all …]
/freebsd/contrib/one-true-awk/
H A Dmakefile66 bundle: target
69 @bundle $(SHIP)
74 @bundle $(SHIP) >awk.shar
/freebsd/sys/dev/qat/qat_common/
H A Dadf_cfg_section.c175 bank_number = crypto_inst->bundle; in adf_cfg_add_cy_inst_info()
250 bank_number = dc_inst->bundle; in adf_cfg_add_dc_inst_info()
298 bank_number = asym_inst->bundle; in adf_cfg_add_asym_inst_info()
356 bank_number = sym_inst->bundle; in adf_cfg_add_sym_inst_info()
1130 struct adf_cfg_bundle *bundle = cfg_dev->bundles[index]; in adf_cfg_setup_irq() local
1132 if (!bundle) in adf_cfg_setup_irq()
1135 if (bundle->type != KERNEL && in adf_cfg_setup_irq()
1136 bundle->polling_mode != ADF_CFG_RESP_EPOLL) in adf_cfg_setup_irq()
1139 if (bundle->number >= num_msix) in adf_cfg_setup_irq()
1142 computed_core = CPU_FFS(&bundle->affinity_mask) - 1; in adf_cfg_setup_irq()

12345678