/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | udp.c | 138 /* check if PCB is bound to specific netif */ in udp_input_local_match() 454 * stored in pcb. If the pcb is not bound to a port, it will 455 * automatically be bound to a random port. 745 /* if the PCB is not yet bound to a port, bind it here */ in udp_sendto_if_src_chksum() 747 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send: not yet bound to a port, binding now\n")); in udp_sendto_if_src_chksum() 915 * @param pcb UDP PCB to be bound with a local address ipaddr and port. 926 * - ERR_USE. The specified ipaddr and port are already bound to by 991 PCB is already bound to, unless *all* PCBs with that port have tha in udp_bind() 1005 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port)); in udp_bind() 1023 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("udp_bind: bound to ")); in udp_bind() [all …]
|
H A D | raw.c | 73 /* check if PCB is bound to specific netif */ in raw_input_local_match() 209 * @param pcb RAW PCB to be bound with a local address ipaddr. 215 * - ERR_USE. The specified IP address is already bound to by 247 * @param pcb RAW PCB to be bound with netif. 287 * using the bound address to make a more informed decision when possible. */ in raw_connect() 661 /* PCB bound to current local interface address? */ in raw_netif_ip_addr_changed() 663 /* The PCB is bound to the old ipaddr and in raw_netif_ip_addr_changed() 664 * is set to bound to the new one instead */ in raw_netif_ip_addr_changed()
|
H A D | tcp.c | 170 /** List of all TCP PCBs bound but not yet (connected || listening) */ 595 /* bound, not yet opened */ in tcp_abandon() 645 * bound to all local IP addresses. 646 * If another connection is bound to the same port, the function will 650 * already bound!) 656 * ERR_OK if bound 796 * the tcp_accept() function will be called. The pcb has to be bound 1131 /* Don't check listen- and bound-PCBs, check active- and TIME-WAIT PCBs. */ in tcp_connect() 1941 * allocated pcbs that are not bound can't be killed automatically if wanting 2205 /* reset the local port to prevent the pcb from being 'bound' */ in tcp_pcb_remove() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | udp.c | 442 * stored in pcb. If the pcb is not bound to a port, it will 443 * automatically be bound to a random port. 699 /* if the PCB is not yet bound to a port, bind it here */ in udp_sendto_if_src_chksum() 701 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send: not yet bound to a port, binding now\n")); in udp_sendto_if_src_chksum() 865 * @param pcb UDP PCB to be bound with a local address ipaddr and port. 876 * - ERR_USE. The specified ipaddr and port are already bound to by 925 PCB is already bound to, unless *all* PCBs with that port have tha in udp_bind() 938 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port)); in udp_bind() 956 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_STATE, ("udp_bind: bound to ")); in udp_bind() 976 * The udp pcb is bound to a random local port if not already bound. [all …]
|
H A D | raw.c | 198 * @param pcb RAW PCB to be bound with a local address ipaddr. 204 * - ERR_USE. The specified IP address is already bound to by 511 /* PCB bound to current local interface address? */ in raw_netif_ip_addr_changed() 513 /* The PCB is bound to the old ipaddr and in raw_netif_ip_addr_changed() 514 * is set to bound to the new one instead */ in raw_netif_ip_addr_changed()
|
H A D | tcp.c | 118 /** List of all TCP PCBs bound but not yet (connected || listening) */ 494 /* bound, not yet opened */ in tcp_abandon() 548 * already bound!) 554 * ERR_OK if bound 917 /* Don't check listen- and bound-PCBs, check active- and TIME-WAIT PCBs. */ in tcp_connect() 1649 * allocated pcbs that are not bound can't be killed automatically if wanting 1878 /* reset the local port to prevent the pcb from being 'bound' */ in tcp_pcb_remove() 1977 /* PCB bound to current local interface address? */ in tcp_netif_ip_addr_changed_pcblist() 2010 /* PCB bound to current local interface address? */ in tcp_netif_ip_addr_changed() 2013 /* PCB bound to current local interface address? */ in tcp_netif_ip_addr_changed()
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | udp.c | 442 * stored in pcb. If the pcb is not bound to a port, it will 443 * automatically be bound to a random port. 577 /* if the PCB is not yet bound to a port, bind it here */ 579 LWIP_DEBUGF(UDP_DEBUG | LWIP_DBG_TRACE, ("udp_send: not yet bound to a port, binding now\n")); 749 * @param pcb UDP PCB to be bound with a local address ipaddr and port. 760 * - ERR_USE. The specified ipaddr and port are already bound to by 787 PCB is alread bound to, unless *all* PCBs with that port have tha 803 ("udp_bind: local port %"U16_F" already bound by another pcb\n", port)); 829 ("udp_bind: bound to %"U16_F".%"U16_F".%"U16_F".%"U16_F", port %"U16_F"\n", 848 * The udp pcb is bound to a random local port if not already bound.
|
H A D | raw.c | 130 * @param pcb RAW PCB to be bound with a local address ipaddr. 136 * - ERR_USE. The specified IP address is already bound to by
|
H A D | tcp.c | 100 /** List of all TCP PCBs bound but not yet (connected || listening) */ 424 * already bound!) 430 * ERR_OK if bound 727 /* Don't check listen- and bound-PCBs, check active- and TIME-WAIT PCBs. */ in tcp_connect() 1357 * allocated pcbs that are not bound can't be killed automatically if wanting
|
H A D | netif.c | 337 /* PCB bound to current local interface address? */ in netif_set_ipaddr() 354 /* PCB bound to current local interface address? */ in netif_set_ipaddr()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_light/src/ |
H A D | main.c | 44 console_printf("Model bound: remote addr 0x%04x key_idx 0x%04x model %p\n", in model_bound_cb() 58 console_printf("Successfuly bound light lightness srv model to app_key"); in model_bound_cb()
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/ |
H A D | sfud.c | 404 /* check the flash address bound */ in sfud_read() 406 SFUD_INFO("Error: Flash address is out of bound."); in sfud_read() 512 /* check the flash address bound */ 514 SFUD_INFO("Error: Flash address is out of bound."); 615 /* check the flash address bound */ 617 SFUD_INFO("Error: Flash address is out of bound."); 699 /* check the flash address bound */ 701 SFUD_INFO("Error: Flash address is out of bound.");
|
/nrf52832-nimble/rt-thread/components/CMSIS/ |
H A D | README.txt | 21 Any user of the software package is bound to the terms and conditions of the end user license agree…
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ |
H A D | zepif.h | 67 /** If != NULL, the udp pcb is bound to this netif */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | rawapi.txt | 147 If another connection is bound to the same port, the function will 154 tcp_accept() function will be called. The pcb will have to be bound 334 pcb is not active until it has either been bound to a local address
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/doc/ |
H A D | rawapi.txt | 117 If another connection is bound to the same port, the function will 124 tcp_accept() function will be called. The pcb will have to be bound 324 pcb is not active until it has either been bound to a local address
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/src/ |
H A D | main.c | 48 console_printf("Model bound: remote addr 0x%04x key_idx 0x%04x model %p\n", in model_bound_cb()
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | README.md | 76 change the state of any LED that is bound to application key 0x1.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 97 change the state of any LED that is bound to application key 0x1.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/elmfat/ |
H A D | ffconf.h | 182 / By default (0), each logical drive number is bound to the same physical drive 184 / When multi-partition is enabled (1), each logical drive number can be bound to
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/ |
H A D | autoip.c | 429 ("autoip_tmr(): changing state to BOUND: %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in autoip_tmr() 507 * @return 1 if AutoIP supplied netif->ip_addr (state BOUND or ANNOUNCING),
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv4/ |
H A D | autoip.c | 431 … ("autoip_tmr(): changing state to BOUND: %"U16_F".%"U16_F".%"U16_F".%"U16_F"\n", in autoip_tmr() 507 * @return 1 if AutoIP supplied netif->ip_addr (state BOUND or ANNOUNCING),
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/inc/ |
H A D | sfud_def.h | 199 SFUD_ERR_ADDR_OUT_OF_BOUND = 5, /**< address is out of flash bound */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | UPGRADING | 15 * UDP does NOT receive multicast traffic from ALL netifs on an UDP PCB bound to a specific
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_spis.h | 97 NRFX_SPIS_EVT_TYPE_MAX //!< Enumeration upper bound.
|