Home
last modified time | relevance | path

Searched refs:xmit (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dadv.h31 u8_t xmit; member
51 struct net_buf *bt_mesh_adv_create(enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout);
54 … enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout);
A Dnet.h314 u8_t xmit; member
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dadv.c148 adv_int = MAX(adv_int_min, BT_MESH_TRANSMIT_INT(BT_MESH_ADV(buf)->xmit)); in adv_send()
152 if (BT_MESH_TRANSMIT_COUNT(BT_MESH_ADV(buf)->xmit) == 0) { in adv_send()
155 duration = (((BT_MESH_TRANSMIT_COUNT(BT_MESH_ADV(buf)->xmit) + 1) * (adv_int)) + 10); in adv_send()
160 …BT_DBG("count %u interval %ums duration %ums", BT_MESH_TRANSMIT_COUNT(BT_MESH_ADV(buf)->xmit) + 1,… in adv_send()
264 … enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout) in bt_mesh_adv_create_from_pool() argument
292 adv->xmit = xmit; in bt_mesh_adv_create_from_pool()
297 struct net_buf *bt_mesh_adv_create(enum bt_mesh_adv_type type, u8_t xmit, bt_s32_t timeout) in bt_mesh_adv_create() argument
299 return bt_mesh_adv_create_from_pool(&adv_buf_pool, adv_alloc, type, xmit, timeout); in bt_mesh_adv_create()
A Dlpn.c192 .xmit = bt_mesh_net_transmit_get(), in send_friend_clear()
303 .xmit = POLL_XMIT, in send_friend_req()
369 .xmit = POLL_XMIT, in send_friend_poll()
651 .xmit = POLL_XMIT, in sub_update()
A Daccess.c176 .xmit = bt_mesh_net_transmit_get(), in publish_retransmit()
721 .xmit = bt_mesh_net_transmit_get(), in bt_mesh_model_send()
745 .xmit = bt_mesh_net_transmit_get(), in bt_mesh_model_publish()
A Dtransport.c138 buf = bt_mesh_adv_create(BT_MESH_ADV_DATA, tx->xmit, BUF_TIMEOUT); in send_unseg()
381 seg = bt_mesh_adv_create(BT_MESH_ADV_DATA, net_tx->xmit, BUF_TIMEOUT); in send_seg()
469 tx->xmit = 0; in bt_mesh_trans_send()
995 buf = bt_mesh_adv_create(BT_MESH_ADV_DATA, tx->xmit, BUF_TIMEOUT); in bt_mesh_ctl_send()
1034 .xmit = bt_mesh_net_transmit_get(), in send_ack()
A Dfriend.c259 .xmit = bt_mesh_net_transmit_get(), in bt_mesh_friend_clear()
668 .xmit = bt_mesh_net_transmit_get(), in send_friend_clear()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dstats.c67 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", proto->xmit)); in stats_display_proto()
86 LWIP_PLATFORM_DIAG(("xmit: %"STAT_COUNTER_F"\n\t", igmp->xmit)); in stats_display_igmp()
A Dtcp_out.c1364 TCP_STATS_INC(tcp.xmit); in tcp_output_segment()
1423 TCP_STATS_INC(tcp.xmit); in tcp_rst()
1612 TCP_STATS_INC(tcp.xmit); in tcp_keepalive()
1705 TCP_STATS_INC(tcp.xmit); in tcp_zero_window_probe()
A Dnetif.c895 LINK_STATS_INC(link.xmit); in netif_loop_output()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dicmp6.c192 ICMP6_STATS_INC(icmp6.xmit); in icmp6_input()
344 ICMP6_STATS_INC(icmp6.xmit); in icmp6_send_response()
A Dmld6.c577 MLD6_STATS_INC(mld6.xmit); in mld6_send()
A Dip6.c374 IP6_STATS_INC(ip6.xmit); in ip6_forward()
882 IP6_STATS_INC(ip6.xmit); in ip6_output_if_src()
A Dnd6.c971 ND6_STATS_INC(nd6.xmit); in nd6_send_ns()
1043 ND6_STATS_INC(nd6.xmit); in nd6_send_na()
1113 ND6_STATS_INC(nd6.xmit); in nd6_send_rs()
A Dip6_frag.c760 IP6_FRAG_STATS_INC(ip6_frag.xmit); in ip6_frag()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dicmp.c232 ICMP_STATS_INC(icmp.xmit); in icmp_input()
387 ICMP_STATS_INC(icmp.xmit); in icmp_send_response()
A Dip4.c342 IP_STATS_INC(ip.xmit); in ip4_forward()
934 IP_STATS_INC(ip.xmit);
A Digmp.c739 IGMP_STATS_INC(igmp.xmit); in igmp_ip_output_if()
A Dip4_frag.c812 IPFRAG_STATS_INC(ip_frag.xmit); in ip4_frag()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dstats.h65 STAT_COUNTER xmit; /* Transmitted packets. */ member
81 STAT_COUNTER xmit; /* Transmitted packets. */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dstats.h65 STAT_COUNTER xmit; /* Transmitted packets. */ member
81 STAT_COUNTER xmit; /* Transmitted packets. */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dethernetif.c171 LINK_STATS_INC(link.xmit);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppol2tp.c195 LINK_STATS_INC(link.xmit); in pppol2tp_write()
238 LINK_STATS_INC(link.xmit); in pppol2tp_netif_output()
A Dpppoe.c239 LINK_STATS_INC(link.xmit); in pppoe_write()
282 LINK_STATS_INC(link.xmit); in pppoe_netif_output()
A Dpppos.c862 LINK_STATS_INC(link.xmit); in pppos_output_last()

Completed in 46 milliseconds

12