Searched refs:LWIP_STATIC (Results 1 - 6 of 6) sorted by relevance
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
H A D | dhcps.c | 62 #define LWIP_STATIC static macro 104 LWIP_STATIC void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options_out_len); 105 LWIP_STATIC void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len); 106 LWIP_STATIC void dhcp_common_option_long(struct dhcp_msg *msg_out, u32_t value, u16_t *options_out_len); 107 LWIP_STATIC void dhcp_common_option_trailer(struct dhcp_msg *msg_out, u16_t options_out_len, struct pbuf *p_out); 108 LWIP_STATIC err_t dhcps_parse_options(struct pbuf *p, struct dhcps *dhcps); 110 LWIP_STATIC struct pbuf *dhcps_create_base_msg(struct dhcp_msg *client_msg); 111 LWIP_STATIC void remove_stale_entries(struct dhcps *dhcps); 112 LWIP_STATIC void add_client_entry(struct dhcps *dhcps, unsigned int idx, struct dhcp_msg *client_msg); 113 LWIP_STATIC in [all...] |
H A D | api_shell.c | 80 #define LWIP_STATIC static macro 104 LWIP_STATIC 109 LWIP_STATIC 114 LWIP_STATIC 119 LWIP_STATIC void lwip_ifconfig_usage(const char *cmd); 122 LWIP_STATIC 127 LWIP_STATIC 131 LWIP_STATIC void lwip_arp_usage(const char *cmd); 136 LWIP_STATIC unsigned int get_hostip(const char *hname); 139 LWIP_STATIC [all...] |
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | api_shell.c | 32 #define LWIP_STATIC static macro 53 LWIP_STATIC 58 LWIP_STATIC 63 LWIP_STATIC unsigned int get_hostip(const char *hname); 66 LWIP_STATIC 90 LWIP_STATIC 174 LWIP_STATIC 250 LWIP_STATIC 269 LWIP_STATIC unsigned int get_hostip(const char *hname) in get_hostip() 307 LWIP_STATIC in [all...] |
H A D | driverif.c | 45 #define LWIP_STATIC static
macro 56 LWIP_STATIC void driverif_get_ifname_prefix(struct netif *netif, char *prefix, int prefixLen)
in driverif_get_ifname_prefix() 78 LWIP_STATIC void driverif_init_ifname(struct netif *netif)
in driverif_init_ifname() 125 LWIP_STATIC err_t driverif_output(struct netif *netif, struct pbuf *p)
in driverif_output()
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | driverif.c | 48 #define LWIP_STATIC static macro 54 LWIP_STATIC void 100 LWIP_STATIC err_t
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/ |
H A D | api_shell.h | 44 LWIP_STATIC int OsPingFunc(u32_t *parg);
|
Completed in 6 milliseconds