Home
last modified time | relevance | path

Searched defs:ttl (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dip.h227 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
235 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
243 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
248 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
273 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
275 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
277 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
279 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
291 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
293 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dip.h226 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
234 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
242 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
247 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
272 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
274 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
276 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
278 #define ip_output_hinted(p, src, dest, ttl, tos, proto, addr_hint) \ argument
290 #define ip_output(p, src, dest, ttl, tos, proto) \ argument
292 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4.c758 u8_t ttl, u8_t tos,
773 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
798 u8_t ttl, u8_t tos,
811 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
987 u8_t ttl, u8_t tos, u8_t proto)
1024 u8_t ttl, u8_t tos, u8_t proto, u8_t *addr_hint)
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/api/mesh/
A Dcfg_cli.h128 u8_t ttl; member
205 u8_t ttl; member
A Dcfg_srv.h43 u8_t ttl; member
A Daccess.h273 u8_t ttl; /**< Publish Time to Live. */ member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dtesting.c34 void bt_test_mesh_net_recv(u8_t ttl, u8_t ctl, u16_t src, u16_t dst, in bt_test_mesh_net_recv()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/prot/
A Dip4.h102 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/prot/
A Dip4.h102 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl) argument
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dtransport.c98 u8_t ttl; member
109 u8_t ttl; member
965 u8_t ttl; in ack_timeout() local
1021 static int send_ack(struct bt_mesh_subnet *sub, u16_t src, u16_t dst, u8_t ttl, u64_t *seq_auth, bt… in send_ack()
A Dsettings.c84 u8_t ttl; member
127 u8_t ttl; member
A Dfriend.c61 u8_t ttl:7, ctl:1; member
A Dcfg_cli.c1001 int bt_mesh_cfg_ttl_get(u16_t net_idx, u16_t addr, u8_t *ttl) in bt_mesh_cfg_ttl_get()
1009 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()
A Dcfg_srv.c274 … _mod_pub_set(struct bt_mesh_model *model, u16_t pub_addr, u16_t app_idx, u8_t cred_flag, u8_t ttl, in _mod_pub_set()
2908 u8_t ttl; member
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Ddns.c200 u32_t ttl; member
217 u32_t ttl; member
1133 dns_correct_response(u8_t idx, u32_t ttl) in dns_correct_response()
A Dudp.c703 u8_t ttl; in udp_sendto_if_src_chksum() local
A Dpkt_print.c111 u8_t ttl; member
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_storage.h58 uint8_t ttl; member
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_lwip.c171 int s, ttl, recv_len, result = 0; in lwip_netdev_ping() local
/AliOS-Things-master/components/netmgr/netdev/include/
A Dnetdev.h107 uint16_t ttl; /* time to live */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c261 u32_t ttl; member
915 u32_t ttl, const u8_t *buf, size_t buf_length, struct mdns_domain *answer_domain) in mdns_add_answer()
1078 u32_t ttl; in mdns_read_answer() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/aos/
A Dmesh.c523 uint8_t ttl, in ble_stack_mesh_send()
/AliOS-Things-master/components/ble_mesh/bt_shell/bt_mesh/
A Dshell.c1194 u8_t ttl; in cmd_ttl() local
1993 static int local_model_send(struct bt_mesh_model *model, uint16_t addr, uint8_t ttl, const struct b… in local_model_send()
2078 uint8_t msg[2], ack, modex_index, ttl; in cmd_onoff_model_cli_send() local
/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_cmd.c1105 int32_t ch395_set_sock_ttl(uint8_t sock, uint8_t ttl) in ch395_set_sock_ttl()

Completed in 78 milliseconds