Home
last modified time | relevance | path

Searched full:traffic (Results 1 – 25 of 77) sorted by relevance

1234

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_usbd.h55 …IN[0].CONFIG registers values, and enables control endpoint IN 0 to respond to traffic from host */
56 … EPIN[1].CONFIG registers values, and enables data endpoint IN 1 to respond to traffic from host */
57 … EPIN[2].CONFIG registers values, and enables data endpoint IN 2 to respond to traffic from host */
58 … EPIN[3].CONFIG registers values, and enables data endpoint IN 3 to respond to traffic from host */
59 … EPIN[4].CONFIG registers values, and enables data endpoint IN 4 to respond to traffic from host */
60 … EPIN[5].CONFIG registers values, and enables data endpoint IN 5 to respond to traffic from host */
61 … EPIN[6].CONFIG registers values, and enables data endpoint IN 6 to respond to traffic from host */
62 … EPIN[7].CONFIG registers values, and enables data endpoint IN 7 to respond to traffic from host */
64 …EPOUT[0].CONFIG registers values, and enables control endpoint 0 to respond to traffic from host */
65 …nd EPOUT[1].CONFIG registers values, and enables data endpoint 1 to respond to traffic from host */
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Dsockets.h167 * Options and types for UDP multicast traffic handling
187 * precedence traffic as more important than other traffic (generally
188 * by accepting only traffic above a certain precedence at time of high
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dip6.c172 /* loopif is disabled, loopback traffic is passed through any netif */ in ip6_route()
174 /* don't check for link on loopback traffic */ in ip6_route()
178 /* default netif is not up, just use any netif for loopback traffic */ in ip6_route()
525 * traffic is sent across a non-loopback interface, however. in ip6_input()
809 * @param tc the Traffic Class value to be set in the IPv6 header
931 * @param tc the Traffic Class value to be set in the IPv6 header
987 * @param tc the Traffic Class value to be set in the IPv6 header
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Dsockets.h278 * Options and types for UDP multicast traffic handling
304 * precedence traffic as more important than other traffic (generally
305 * by accepting only traffic above a certain precedence at time of high
H A Detharp.h3 * Ethernet output function - handles OUTGOING ethernet level traffic, implements
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DUPGRADING15 * UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
16 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
H A DREADME19 * IGMP (Internet Group Management Protocol) for multicast traffic management
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/
H A Dlowpan6_common.c202 /* Determine TF field: Traffic Class, Flow Label */ in lowpan6_compress_headers()
207 /* Traffic class (ECN+DSCP) elided too. */ in lowpan6_compress_headers()
210 /* Traffic class (ECN+DSCP) appended. */ in lowpan6_compress_headers()
215 /* DSCP portion of Traffic Class is elided, ECN and FL are appended (3 bytes) */ in lowpan6_compress_headers()
223 /* Traffic class and flow label are appended (4 bytes) */ in lowpan6_compress_headers()
439 /* Set IPv6 version, traffic class and flow label. (RFC6282, ch 3.1.1.)*/ in lowpan6_decompress_hdr()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4.c3 * This is the IPv4 layer implementation for incoming and outgoing IP traffic.
181 /* loopif is disabled, looopback traffic is passed through any netif */ in ip4_route()
183 /* don't check for link on loopback traffic */ in ip4_route()
187 /* default netif is not up, just use any netif for loopback traffic */ in ip4_route()
528 * unless a non-loopback interface is used for loopback traffic. */
546 /* Pass DHCP messages regardless of destination address. DHCP traffic is addressed
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/
H A Dip4.c3 * This is the IPv4 layer implementation for incoming and outgoing IP traffic.
187 /* loopif is disabled, looopback traffic is passed through any netif */ in ip4_route()
189 /* don't check for link on loopback traffic */ in ip4_route()
193 /* default netif is not up, just use any netif for loopback traffic */ in ip4_route()
550 * unless a non-loopback interface is used for loopback traffic. */
570 /* Pass DHCP messages regardless of destination address. DHCP traffic is addressed
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Dsockets.h305 * Options and types for UDP multicast traffic handling
353 * precedence traffic as more important than other traffic (generally
354 * by accepting only traffic above a certain precedence at time of high
H A Detharp.h3 * Ethernet output function - handles OUTGOING ethernet level traffic, implements
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/
H A Dethernet.h3 * Ethernet input function - handles INCOMING ethernet level traffic
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/
H A Dethernet.h3 * Ethernet input function - handles INCOMING ethernet level traffic
/nrf52832-nimble/rt-thread/examples/ymodem/
H A Dtofile.c86 /* there is no Ymodem traffic on the line so print out info. */ in rym_write_to_file()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/
H A DUPGRADING58 * UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
59 netif any more. Users need to bind to IP_ADDR_ANY to receive multicast traffic and compare
H A DREADME19 * IGMP (Internet Group Management Protocol) for multicast traffic management
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/
H A DREADME18 * IGMP (Internet Group Management Protocol) for multicast traffic management
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dip6.c233 /* loopif is disabled, loopback traffic is passed through any netif */ in ip6_route()
235 /* don't check for link on loopback traffic */ in ip6_route()
239 /* default netif is not up, just use any netif for loopback traffic */ in ip6_route()
647 * cannot be implemented in the case that loopback traffic is sent
1141 * @param tc the Traffic Class value to be set in the IPv6 header
1284 * @param tc the Traffic Class value to be set in the IPv6 header
1340 * @param tc the Traffic Class value to be set in the IPv6 header
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/
H A Dlowpan6.c299 /* Determine TF field: Traffic Class, Flow Label */ in lowpan6_frag()
304 /* Traffic class (ECN+DSCP) elided too. */ in lowpan6_frag()
307 /* Traffic class (ECN+DSCP) appended. */ in lowpan6_frag()
312 /* DSCP portion of Traffic Class is elided, ECN and FL are appended (3 bytes) */ in lowpan6_frag()
320 /* Traffic class and flow label are appended (4 bytes) */ in lowpan6_frag()
711 /* Set IPv6 version, traffic class and flow label. */ in lowpan6_decompress()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Drandm.h57 * such as user operations and network traffic.
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/prot/
H A Dip6.h81 /** version / traffic class / flow label */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/
H A Dmagic.h94 * such as user operations and network traffic.
H A Dvj.h95 #define SPECIAL_I (NEW_S|NEW_W|NEW_U) /* echoed interactive traffic */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/
H A Dmagic.h98 * such as user operations and network traffic.

1234