/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | ip.h | 91 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 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/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A 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
|
H A D | bcmip.h | 128 uint8 ttl; /* Time To Live */ member
|
H A D | wlioctl.h | 11411 #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 D | ip4.h | 133 #define IPH_TTL_SET(hdr, ttl) (hdr)->_ttl = (u8_t)(ttl)
|
H A D | dns.h | 140 PACK_STRUCT_FIELD(u32_t ttl);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/ |
H A D | ip.h | 36 uint8_t ttl; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/arpa/ |
H A D | nameser.h | 63 uint32_t ttl; member 71 #define ns_rr_ttl(rr) ((rr).ttl + 0)
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 65 uint8_t ttl;
member
|
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/ |
H A D | pcie-dw-rockchip.c | 802 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 D | wl_cfgnan.h | 407 uint32 ttl; /* time to live */ member
|
H A D | wl_cfgnan.c | 4201 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 D | wl_cfgvendor.c | 3730 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 D | mac_frame.h | 939 hi_u8 ttl; member
|
/device/soc/rockchip/common/vendor/drivers/net/ethernet/ |
H A D | dwmac-rk-tool.c | 403 ihdr->ttl = 0x20; in dwmac_rk_get_skb()
|
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-rk-tool.c | 413 ihdr->ttl = 32; in dwmac_rk_get_skb()
|