Home
last modified time | relevance | path

Searched refs:ttl (Results 1 - 17 of 17) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dip.h91 u8_t ttl \
275 #define ip_output(p, src, dest, ttl, tos, proto, pcb) \
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) \
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) \
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, to
[all...]
H A Dip4.h88 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/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A D802.11s.h82 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
H A Dbcmip.h128 uint8 ttl; /* Time To Live */ member
H A Dwlioctl.h11411 #define WL_NAN_TTL_UNTIL_CANCEL 0xFFFFFFFF /* Special values for time to live (ttl) parameter */
11445 int32 ttl; /* TTL for this instance id, -1 will run till cancelled */ member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Dip4.h133 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl)
H A Ddns.h140 PACK_STRUCT_FIELD(u32_t ttl);
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H A Dip.h36 uint8_t ttl; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/
H A Dnameser.h63 uint32_t ttl; member
71 #define ns_rr_ttl(rr) ((rr).ttl + 0)
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h65 uint8_t ttl; member
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip.c802 int ttl; in rk_pci_find_resbar_capability() local
808 ttl = (PCI_CFG_SPACE_EXP_SIZE - PCI_CFG_SPACE_SIZE) / 8; in rk_pci_find_resbar_capability()
819 while (ttl-- > 0) { in rk_pci_find_resbar_capability()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_cfgnan.h407 uint32 ttl; /* time to live */ member
H A Dwl_cfgnan.c4201 if (cmd_data->ttl) { in wl_cfgnan_sd_params_handler()
4202 sd_params->ttl = cmd_data->ttl; in wl_cfgnan_sd_params_handler()
4204 sd_params->ttl = WL_NAN_TTL_UNTIL_CANCEL; in wl_cfgnan_sd_params_handler()
H A Dwl_cfgvendor.c3730 cmd_data->ttl = nla_get_u16(iter); in wl_cfgvendor_nan_parse_discover_args()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.h939 hi_u8 ttl; member
/device/soc/rockchip/common/vendor/drivers/net/ethernet/
H A Ddwmac-rk-tool.c403 ihdr->ttl = 0x20; in dwmac_rk_get_skb()
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk-tool.c413 ihdr->ttl = 32; in dwmac_rk_get_skb()

Completed in 99 milliseconds