/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
D | ip.h | 91 u8_t ttl \ 275 #define ip_output(p, src, dest, ttl, tos, proto, pcb) \ argument 277 ip6_output(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, pcb) : \ 278 ip4_output(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, pcb)) 284 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument 286 ip6_output_if(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \ 287 ip4_output_if(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif)) 292 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument 294 ip6_output_if_src(p, ip_2_ip6(src), ip_2_ip6(dest), ttl, tos, proto, netif) : \ 295 ip4_output_if_src(p, ip_2_ip4(src), ip_2_ip4(dest), ttl, tos, proto, netif)) [all …]
|
D | ip4.h | 88 u8_t ttl, u8_t tos, u8_t proto, struct ip_pcb *pcb); 91 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif); 93 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif); 96 … u8_t ttl, u8_t tos, u8_t proto, struct netif_hint *netif_hint, struct ip_pcb *pcb); 100 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, 103 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/umac/ |
D | mesh_hwmp.c | 104 u8 hop_count, u8 ttl, in mesh_path_sel_frame_tx() argument 159 *pos++ = ttl; in mesh_path_sel_frame_tx() 235 u8 ttl, const u8 *target, u32 target_sn, in mesh_path_error_tx() argument 273 *pos++ = ttl; in mesh_path_error_tx() 567 u8 target_flags, ttl, flags; in hwmp_preq_frame_process() local 639 ttl = ifmsh->mshcfg.element_ttl; in hwmp_preq_frame_process() 640 if (ttl != 0) { in hwmp_preq_frame_process() 644 target_sn, mgmt->sa, 0, ttl, in hwmp_preq_frame_process() 656 ttl = PREQ_IE_TTL(preq_elem); in hwmp_preq_frame_process() 658 if (ttl <= 1) { in hwmp_preq_frame_process() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/mesh/ |
D | rtw_mesh_hwmp.c | 212 u32 target_sn, const u8 *da, u8 hopcount, u8 ttl, in rtw_mesh_path_sel_frame_tx() argument 283 *pos++ = ttl; in rtw_mesh_path_sel_frame_tx() 323 u8 ttl, const u8 *target, u32 target_sn, in rtw_mesh_path_error_tx() argument 374 *pos++ = ttl; in rtw_mesh_path_error_tx() 477 u8 target_flags, ttl, flags, to_gate_ask = 0; in rtw_hwmp_preq_frame_process() local 583 ttl = mshcfg->element_ttl; in rtw_hwmp_preq_frame_process() 584 if (ttl != 0 && !to_gate_ask) { in rtw_hwmp_preq_frame_process() 588 target_sn, mgmt->addr2, 0, ttl, in rtw_hwmp_preq_frame_process() 591 } else if (ttl != 0 && to_gate_ask) { in rtw_hwmp_preq_frame_process() 602 target_sn, mgmt->addr2, 0, ttl, in rtw_hwmp_preq_frame_process() [all …]
|
D | rtw_mesh_hwmp.h | 41 u8 ttl, const u8 *target, u32 target_sn,
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | 802.11s.h | 82 uint8 ttl; /* time to live */ member 102 uint8 ttl; member 139 uint8 ttl; member 167 uint8 ttl; member 311 uint8 ttl; /* remaining number of hops allowed for this element. */ member
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | 802.11s.h | 81 uint8 ttl; /* time to live */ member 101 uint8 ttl; member 138 uint8 ttl; member 166 uint8 ttl; member 313 uint8 ttl; /* remaining number of hops allowed for this element. */ member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/ |
D | 802.11s.h | 81 uint8 ttl; /* time to live */ member 101 uint8 ttl; member 139 uint8 ttl; member 168 uint8 ttl; member 312 uint8 ttl; /* remaining number of hops allowed for this element. */ member
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/ |
D | 802.11s.h | 80 uint8 ttl; /* time to live */ member 104 uint8 ttl; member 141 uint8 ttl; member 169 uint8 ttl; member 313 uint8 ttl; /* remaining number of hops allowed for this element. */ member
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | transport.c | 60 #define SEG_RETRANSMIT_TIMEOUT(tx) (K_MSEC(400) + 50 * (tx)->ttl) 73 u8_t ttl; member 87 u8_t ttl; member 344 tx->ttl = bt_mesh_default_ttl_get(); in send_seg() 346 tx->ttl = net_tx->ctx->send_ttl; in send_seg() 931 u8_t ttl; in ack_timeout() local 933 if (rx->ttl == BT_MESH_TTL_DEFAULT) { in ack_timeout() 934 ttl = bt_mesh_default_ttl_get(); in ack_timeout() 936 ttl = rx->ttl; in ack_timeout() 942 to = K_MSEC(150 + (50 * ttl)); // 150:byte, 50:byte alignment in ack_timeout() [all …]
|
D | testing.c | 32 void bt_test_mesh_net_recv(u8_t ttl, u8_t ctl, u16_t src, u16_t dst, in bt_test_mesh_net_recv() argument 38 cb->mesh_net_recv(ttl, ctl, src, dst, payload, in bt_test_mesh_net_recv()
|
D | testing.h | 23 void bt_test_mesh_net_recv(u8_t ttl, u8_t ctl, u16_t src, u16_t dst,
|
D | settings.c | 54 u8_t ttl; member 101 u8_t ttl; member 453 pub->ttl = 0; in hb_pub_set() 475 pub->ttl = hb_val.ttl; in hb_pub_set() 585 mod->pub->ttl = 0; in mod_set_pub() 608 mod->pub->ttl = pub.ttl; in mod_set_pub() 1171 val.ttl = pub->ttl; in store_pending_hb_pub() 1549 pub.ttl = mod->pub->ttl; in store_pending_mod_pub()
|
D | cfg_cli.c | 324 param->pub->ttl = net_buf_simple_pull_u8(buf); in mod_pub_status() 444 param->pub->ttl = net_buf_simple_pull_u8(buf); in hb_pub_status() 637 int bt_mesh_cfg_ttl_get(u16_t net_idx, u16_t addr, u8_t *ttl) in bt_mesh_cfg_ttl_get() argument 640 OP_DEFAULT_TTL_STATUS, ttl); in bt_mesh_cfg_ttl_get() 643 int bt_mesh_cfg_ttl_set(u16_t net_idx, u16_t addr, u8_t val, u8_t *ttl) in bt_mesh_cfg_ttl_set() argument 646 OP_DEFAULT_TTL_STATUS, val, ttl); in bt_mesh_cfg_ttl_set() 1217 net_buf_simple_add_u8(msg, pub->ttl); in mod_pub_set() 1367 net_buf_simple_add_u8(msg, pub->ttl); in bt_mesh_cfg_hb_pub_set()
|
D | friend.c | 56 u8_t ttl : 7, member 295 net_buf_add_u8(buf, info->ttl | 0x80); in create_friend_pdu() 297 net_buf_add_u8(buf, info->ttl); in create_friend_pdu() 486 info.ttl = 0; in encode_friend_ctl() 1234 info.ttl = rx->ctx.recv_ttl; in friend_lpn_enqueue_rx() 1236 info.ttl = rx->ctx.recv_ttl - 1; in friend_lpn_enqueue_rx() 1271 info.ttl = tx->ctx->send_ttl; in friend_lpn_enqueue_tx()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/ |
D | cfg_cli.h | 47 int bt_mesh_cfg_ttl_get(u16_t net_idx, u16_t addr, u8_t *ttl); 49 int bt_mesh_cfg_ttl_set(u16_t net_idx, u16_t addr, u8_t val, u8_t *ttl); 126 u8_t ttl; member 213 u8_t ttl; member
|
D | cfg_srv.h | 43 u8_t ttl; member
|
D | testing.h | 36 void (*mesh_net_recv)(u8_t ttl, u8_t ctl, u16_t src, u16_t dst,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/ |
D | ip4.h | 133 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) argument
|
D | dns.h | 140 PACK_STRUCT_FIELD(u32_t ttl);
|
/device/soc/asrmicro/asr582x/liteos_m/sdk/drivers/ble_inc/ |
D | sonata_mesh_api.h | 782 uint8_t ttl; member 953 int8_t ttl; member 1239 uint8_t ttl; member 1337 uint8_t ttl; member 1397 uint8_t ttl; member 1650 uint8_t ttl; member
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/xr829/wlan/ |
D | queue.h | 89 unsigned long ttl; member 112 unsigned long ttl);
|
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/dhcpd/ |
D | dns.h | 51 uint32_t ttl; /* time to live */ member
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_wifi/include/bk_private/ |
D | bk_wifi_debug.h | 28 uint8_t ttl; /* time to live */ member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/ |
D | ip.h | 127 __u8 ttl; member
|