Home
last modified time | relevance | path

Searched full:link (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dprov.c94 #define XACT_SEG_DATA(_seg) (&link.rx.buf->om_data[20 + ((_seg - 1) * 23)])
95 #define XACT_SEG_RECV(_seg) (link.rx.seg &= ~(1 << (_seg)))
102 LINK_ACTIVE, /* Link has been opened */
133 u32_t id; /* Link ID */
179 static struct prov_link link; variable
190 if (!link.tx.buf[0]) { in buf_sent()
194 k_delayed_work_submit(&link.tx.retransmit, RETRANSMIT_TIMEOUT); in buf_sent()
205 for (i = 0; i < ARRAY_SIZE(link.tx.buf); i++) { in free_segments()
206 struct os_mbuf *buf = link.tx.buf[i]; in free_segments()
212 link.tx.buf[i] = NULL; in free_segments()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_sched.c134 TAILQ_REMOVE(&g_ble_ll_sched_q, entry, link); in ble_ll_sched_conn_overlap()
151 TAILQ_INSERT_HEAD(&g_ble_ll_sched_q, sch, link); in ble_ll_sched_insert_if_empty()
202 TAILQ_FOREACH(entry, &g_ble_ll_sched_q, link) { in ble_ll_sched_conn_reschedule()
225 TAILQ_INSERT_BEFORE(entry, sch, link); in ble_ll_sched_conn_reschedule()
233 TAILQ_INSERT_TAIL(&g_ble_ll_sched_q, sch, link); in ble_ll_sched_conn_reschedule()
241 start_overlap = TAILQ_NEXT(entry,link); in ble_ll_sched_conn_reschedule()
263 TAILQ_REMOVE(&g_ble_ll_sched_q, entry, link); in ble_ll_sched_conn_reschedule()
469 TAILQ_FOREACH(entry, &g_ble_ll_sched_q, link) { in ble_ll_sched_master_new()
478 TAILQ_INSERT_BEFORE(entry, sch, link); in ble_ll_sched_master_new()
495 TAILQ_INSERT_TAIL(&g_ble_ll_sched_q, sch, link); in ble_ll_sched_master_new()
[all …]
H A Dble_ll.c155 /* Global link layer statistics */
465 * Context: Link Layer task (HCI command parser)
621 * Context: Link layer task
662 * Count Link Layer statistics for received PDUs
664 * Context: Link layer task
708 * Context: Link layer task
773 * Called to put a packet on the Link Layer receive packet queue.
788 * Called to put a packet on the Link Layer transmit packet queue.
806 * Called to post event to Link Layer when a data buffer overflow has
1082 * Link Layer task.
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll.h97 * Global Link Layer data object. There is only one Link Layer data object
98 * per controller although there may be many instances of the link layer state
106 /* Current Link Layer state */
151 /* Link layer statistics */
389 * aa: Link Layer's access address
409 /* Initialize the Link Layer */
412 /* Reset the Link Layer */
436 * Called to put a packet on the Link Layer transmit packet queue.
452 /* Tell the Link Layer there has been a data buffer overflow */
455 /* Tell the link layer there has been a hardware error */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dnetif.h79 /** If set, the interface has an active link
81 * Either set by the netif driver in its init function (if the link
82 * is up at that time) or at a later point once the link comes up
83 * (if link detection is supported by the hardware). */
127 /** Function prototype for netif status- or link-callback functions. */
154 * the pbuf as-is on the link medium. */
162 /** This function is called when the netif link is set to up or down
189 /** link level hardware address of this interface */
198 /** link type (from "snmp_ifType" enum from snmp.h) */
200 /** (estimate) link speed */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dip6_zone.h10 * "zone." For unicast addresses, only link-local addresses have a scope; in
11 * that case, the scope is the link. For multicast addresses, there are various
14 * interfaces. For example, a link-local address is valid on only one link (its
15 * zone). That link may be attached to one or more local interfaces. The
32 * lwIP link layer (everything below netif->output_ip6() and in particular ND6)
48 * using macros in this file. This policy considers link-local unicast
49 * addresses and (only) interface-local and link-local multicast addresses as
167 * only interface-local and link-local scopes are defined.
169 * Even though the unicast loopback address does have an implied link-local
188 * only interface-local and link-local scopes are defined, and the zone index
[all …]
H A Dnetif.h88 /** If set, the interface has an active link
90 * Either set by the netif driver in its init function (if the link
91 * is up at that time) or at a later point once the link comes up
92 * (if link detection is supported by the hardware). */
213 /** Function prototype for netif status- or link-callback functions. */
298 * the pbuf as-is on the link medium. */
313 /** This function is called when the netif link is set to up or down
340 /** link level hardware address of this interface */
360 /** link type (from "snmp_ifType" enum from snmp_mib2.h) */
362 /** (estimate) link speed */
[all …]
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/
H A Ddcr_gcc.S140 mflr r0 /* Get link register */
142 stw r0, +36(r1) /* Save link register */
148 lwz r0, +36(r1) /* Get saved link register */
149 mtlr r0 /* Restore link register */
170 mflr r0 /* Get link register */
172 stw r0, +36(r1) /* Save link register */
178 lwz r0, +36(r1) /* Get saved link register */
179 mtlr r0 /* Restore link register */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dppp.c159 static struct timeval start_time; /* Time when link was started. */
167 * PPP Data Link Layer "protocol" table.
325 * this is going to take a little longer time if your link is down, but
354 /* LCP not open, close link protocol */ in ppp_close()
371 /* forced link termination, this will force link protocol to disconnect. */ in ppp_close()
509 /* Check that the link is up. */ in ppp_netif_output()
518 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: link not up\n", pcb->netif->num)); in ppp_netif_output()
555 LINK_STATS_INC(link.proterr); in ppp_netif_output()
556 LINK_STATS_INC(link.drop); in ppp_netif_output()
570 LINK_STATS_INC(link.memerr); in ppp_netif_output()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dppp.c159 static struct timeval start_time; /* Time when link was started. */
167 * PPP Data Link Layer "protocol" table.
318 * this is going to take a little longer time if your link is down, but
345 /* LCP not open, close link protocol */ in ppp_close()
362 /* forced link termination, this will force link protocol to disconnect. */ in ppp_close()
505 /* Check that the link is up. */ in ppp_netif_output()
514 PPPDEBUG(LOG_ERR, ("ppp_netif_output[%d]: link not up\n", pcb->netif->num)); in ppp_netif_output()
551 LINK_STATS_INC(link.proterr); in ppp_netif_output()
552 LINK_STATS_INC(link.drop); in ppp_netif_output()
566 LINK_STATS_INC(link.memerr); in ppp_netif_output()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dppp.c258 * PPP Data Link Layer "protocol" table.
422 /** Called when carrier/link is lost */
544 * there is no way to know when the link is up. */ in pppOverSerialOpen()
618 * there is no way to know when the link is up. */ in pppOverEthernetOpen()
712 LINK_STATS_INC(link.err); in nPut()
723 LINK_STATS_INC(link.xmit); in nPut()
746 LINK_STATS_INC(link.memerr); in pppAppend()
777 LINK_STATS_INC(link.memerr); in pppifOutputOverEthernet()
778 LINK_STATS_INC(link.proterr); in pppifOutputOverEthernet()
796 LINK_STATS_INC(link.err); in pppifOutputOverEthernet()
[all …]
H A Dlcp.h2 * lcp.h - Network Link Control Protocol header file.
34 * lcp.h - Link Control Protocol definitions.
94 u_int neg_lqr : 1; /* Negotiate use of Link Quality Reports */
130 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
148 before deciding the link is looped-back. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dppp_impl.h118 #define PPP_LCP 0xc021 /* Link Control Protocol */
123 #define PPP_LQR 0xc025 /* Link Quality Report protocol */
137 * for a particular lower link level protocol.
150 /* Write a pbuf to a ppp link, only used from PPP functions to send PPP packets. */
315 /* Say whether to bring up link for this pkt */
390 * Functions called from PPP link protocols.
400 /* Called when link failed to setup */
403 /* Called when link is normally down (i.e. it was asked to end) */
489 void reset_link_stats(int u); /* Reset (init) stats when link goes up */
490 void update_link_stats(int u); /* Get stats at link termination */
[all …]
H A Dlcp.h2 * lcp.h - Link Control Protocol definitions.
71 #define CI_MPPLUS 22 /* Multi-Link-Plus-Procedure */
72 #define CI_LDISC 23 /* Link-Discriminator */
78 #define CI_SDL 29 /* Simple Data Link */
131 unsigned int neg_lqr :1; /* Negotiate use of Link Quality Reports */
166 before deciding the link is looped-back. */
/nrf52832-nimble/rt-thread/components/net/uip/rt-thread/
H A Duip_netif.h79 /** if set, the interface has an active link
113 * the pbuf as-is on the link medium. */
121 /** This function is called when the netif link is set to up or down
144 /** link level hardware address of this interface */
153 /** link type (from "snmp_ifType" enum from snmp.h) */
155 /** (estimate) link speed */
190 /* your link speed here (units: bits per second) */ \
252 * Set callback to be called when link is brought up/down
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dppp_impl.h122 #define PPP_LCP 0xc021 /* Link Control Protocol */
127 #define PPP_LQR 0xc025 /* Link Quality Report protocol */
141 * for a particular lower link level protocol.
154 /* Write a pbuf to a ppp link, only used from PPP functions to send PPP packets. */
319 /* Say whether to bring up link for this pkt */
394 * Functions called from PPP link protocols.
404 /* Called when link failed to setup */
407 /* Called when link is normally down (i.e. it was asked to end) */
490 void reset_link_stats(int u); /* Reset (init) stats when link goes up */
491 void update_link_stats(int u); /* Get stats at link termination */
[all …]
H A Dlcp.h2 * lcp.h - Link Control Protocol definitions.
75 #define CI_MPPLUS 22 /* Multi-Link-Plus-Procedure */
76 #define CI_LDISC 23 /* Link-Discriminator */
82 #define CI_SDL 29 /* Simple Data Link */
135 unsigned int neg_lqr :1; /* Negotiate use of Link Quality Reports */
170 before deciding the link is looped-back. */
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/src/
H A Dhal_timer.c286 TAILQ_REMOVE(&bsptimer->hal_timer_q, timer, link); in hal_timer_chk_queue()
287 timer->link.tqe_prev = NULL; in hal_timer_chk_queue()
724 timer->link.tqe_prev = NULL; in hal_timer_set_cb()
758 if ((timer == NULL) || (timer->link.tqe_prev != NULL) || in hal_timer_start_at()
768 TAILQ_INSERT_HEAD(&bsptimer->hal_timer_q, timer, link); in hal_timer_start_at()
770 TAILQ_FOREACH(entry, &bsptimer->hal_timer_q, link) { in hal_timer_start_at()
772 TAILQ_INSERT_BEFORE(entry, timer, link); in hal_timer_start_at()
777 TAILQ_INSERT_TAIL(&bsptimer->hal_timer_q, timer, link); in hal_timer_start_at()
816 if (timer->link.tqe_prev != NULL) { in hal_timer_stop()
820 entry = TAILQ_NEXT(timer, link); in hal_timer_stop()
[all …]
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_buf.h23 and link it with other works to produce a work based on this file,
63 struct uffs_BufSt *next; //!< link to next buffer
64 struct uffs_BufSt *prev; //!< link to previous buffer
65 struct uffs_BufSt *next_dirty; //!< link to next dirty buffer
66 struct uffs_BufSt *prev_dirty; //!< link to previous dirty buffer
88 /** find the page buffer, move to link list head if found */
/nrf52832-nimble/
H A DSConstruct19 LINK = rtconfig.LINK, LINKFLAGS = rtconfig.LFLAGS)
25 env.Replace(LINKCOM = ['$LINK $SOURCES $LINKFLAGS -o $TARGET --map project.map'])
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dnetif.h82 /** If set, the interface has an active link
84 * Either set by the netif driver in its init function (if the link
85 * is up at that time) or at a later point once the link comes up
86 * (if link detection is supported by the hardware). */
197 /** Function prototype for netif status- or link-callback functions. */
254 * the pbuf as-is on the link medium. */
269 /** This function is called when the netif link is set to up or down
302 /** link level hardware address of this interface */
311 /** link type (from "snmp_ifType" enum from snmp_mib2.h) */
313 /** (estimate) link speed */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/ip6/
H A Dtest_ip6.c97 /* test that nothing is sent with link uo but netif down */ in test_ip6_ll_addr_iter()
104 /* test that nothing is sent with link down but netif up */ in test_ip6_ll_addr_iter()
111 /* test what is sent with link up + netif up */ in test_ip6_ll_addr_iter()
135 /* test without link-local address */ in START_TEST()
138 /* test with link-local address */ in START_TEST()
263 /* create link-local addr based on mac (EUI-48) */ in START_TEST()
274 /* create link-local addr based interface ID */ in START_TEST()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dnetif.c340 /* connections to link-local addresses must persist (RFC3927 ch. 1.9) */ in netif_set_ipaddr()
533 * Called by a driver when its link goes up
572 * Called by a driver when its link goes down
584 * Set callback to be called when link is brought up/down
634 LINK_STATS_INC(link.memerr); in netif_loop_output()
635 LINK_STATS_INC(link.drop); in netif_loop_output()
645 LINK_STATS_INC(link.memerr); in netif_loop_output()
646 LINK_STATS_INC(link.drop); in netif_loop_output()
656 LINK_STATS_INC(link.memerr); in netif_loop_output()
657 LINK_STATS_INC(link.drop); in netif_loop_output()
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dnd6.c158 /* If the affected address was the link-local address that we use to generate in nd6_duplicate_addr_detected()
209 * and duplicate addresses. Skip address slot 0 (the link-local address). */ in nd6_process_autoconfig_prefix()
240 * Finally, the original link-local address must be usable at all. We start in nd6_process_autoconfig_prefix()
241 * creating addresses even if the link-local address is still in tentative in nd6_process_autoconfig_prefix()
333 * link-layer changed? in nd6_input()
351 /* Check that link-layer address option also fits in packet. */ in nd6_input()
393 /* Check that link-layer address option also fits in packet. */ in nd6_input()
462 /* Check if there is a link-layer address provided. Only point to it if in this buffer. */ in nd6_input()
506 /* Verify that they included their own link-layer address. */ in nd6_input()
527 /* Add their IPv6 address and link-layer address to neighbor cache. in nd6_input()
[all …]
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/
H A DREADME32 supported: I am missing static libs for Qt3Support, so qconf does not link.
35 fact...), so gconf does not link. That's why they are disabled above.
40 properly built if you link dynamically. The following just works as expected:

12345678910>>...24