Home
last modified time | relevance | path

Searched defs:netif (Results 1 – 25 of 68) sorted by relevance

123

/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dnetif.h238 #define netif_set_client_data(netif, id, data) netif_get_client_data(netif, id) = (data) argument
242 #define netif_get_client_data(netif, id) (netif)->client_data[(id)] argument
270 struct netif { struct
273 struct netif *next; argument
283 /** Array of IPv6 addresses for this netif. */ argument
296 …void (*ipv6_addr_cb)(struct netif* netif, u8_t ip_idex); /* callback for ipv6 addr states changed … argument
301 netif_input_fn input; argument
307 netif_output_fn output; argument
312 netif_linkoutput_fn linkoutput; argument
318 netif_output_ip6_fn output_ip6; argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dnetif.h381 #define netif_set_client_data(netif, id, data) netif_get_client_data(netif, id) = (data) argument
385 #define netif_get_client_data(netif, id) (netif)->client_data[(id)] argument
402 #define LWIP_IS_DAD_ENABLED(netif) (((netif)->ipv6_flags & LWIP_IPV6_ND6_FLAG_DAD)) argument
404 #define LWIP_IS_DAD_ENABLED(netif) 0 argument
411 struct netif { struct
414 struct netif *next; argument
417 netif_linklayer_event_fn linklayer_event; /* registered by lwip and called by linklayer */ argument
419 netif_remove_peer_fn remove_peer; argument
420 netif_set_beacon_prio_fn set_beacon_prio; argument
421 netif_set_unique_id_fn set_unique_id; argument
[all …]
Dip.h284 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
292 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
297 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
347 #define ip_netif_get_local_ip(netif, dest) (IP_IS_V6(dest) ? \ argument
365 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
367 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
371 #define ip_output_if_hdrincl(p, src, dest, netif) \ argument
382 #define ip_netif_get_local_ip(netif, dest) \ argument
394 #define ip_output_if(p, src, dest, ttl, tos, proto, netif) \ argument
396 #define ip_output_if_src(p, src, dest, ttl, tos, proto, netif) \ argument
[all …]
Dip6_zone.h180 #define ip6_addr_assign_zone(ip6addr, type, netif) \ argument
203 #define ip6_addr_test_zone(ip6addr, netif) \ argument
256 #define ip6_addr_assign_zone(ip6addr, type, netif) argument
257 #define ip6_addr_test_zone(ip6addr, netif) (1) argument
270 #define IP6_ADDR_ZONECHECK_NETIF(ip6addr, netif) LWIP_ASSERT("IPv6 netif zone check failed", \ argument
279 #define IP6_ADDR_ZONECHECK_NETIF(ip6addr, netif) argument
Detharp.h119 struct netif *netif; member
143 #define etharp_gratuitous(netif) etharp_gratuitous_start(netif) argument
146 #define etharp_gratuitous(netif) etharp_request((netif), netif_ip4_addr(netif)) argument
Dautoip.h77 #define autoip_remove_struct(netif) do { (netif)->autoip = NULL; } while (0) argument
88 #define netif_autoip_data(netif) ((struct autoip*)netif_get_client_data(netif, LWIP_NETIF_CLIENT_DA… argument
/device/soc/esp/esp32/components/esp_lwip/port/netif/
Dwlanif.c64 static void lwip_netif_wifi_free_rx_buffer(struct netif *netif, void *buf) in lwip_netif_wifi_free_rx_buffer()
79 low_level_init(struct netif *netif) in low_level_init()
126 low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
176 struct netif * netif = h; in wlanif_input() local
228 wlanif_init(struct netif *netif) in wlanif_init()
268 err_t wlanif_init_sta(struct netif *netif) { in wlanif_init_sta()
274 err_t wlanif_init_ap(struct netif *netif) { in wlanif_init_ap()
Ddhcp_state.c29 #define VALID_NETIF_ID(netif) (ESP_NETIF_DHCP_CLIENT&esp_netif_get_flags(netif)) argument
31 bool dhcp_ip_addr_restore(void *netif) in dhcp_ip_addr_restore()
51 void dhcp_ip_addr_store(void *netif) in dhcp_ip_addr_store()
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dethernetif.c105 static void low_level_init(struct netif *netif) in low_level_init()
152 static err_t low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
193 struct netif *netif; in ethernetif_input() local
274 ethernetif_init(struct netif *netif) in ethernetif_init()
315 err_t lwip_netif_init(struct netif *netif) in lwip_netif_init()
343 err_t lwip_netif_uap_init(struct netif *netif) in lwip_netif_uap_init()
Dlwip_hooks.c25 struct netif *netif = NULL; in ip4_netif_exist() local
91 struct netif *netif = NULL; in ip4_route_src_hook() local
/device/board/hpmicro/hpm6800evk/liteos_m/lwip_adapter/
Dethernetif.c37 static void low_level_init(struct netif *netif) in low_level_init()
78 static err_t low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
155 static struct pbuf *low_level_input(struct netif *netif) in low_level_input()
249 err_t ethernetif_input(struct netif *netif) in ethernetif_input()
273 struct netif *netif = (struct netif *)arg; in ethernetif_recv_thread() local
284 struct netif *netif = (struct netif *)parm; in hpm_enet_isr() local
317 void ethernetif_recv_start(struct netif *netif) in ethernetif_recv_start()
357 err_t ethernetif_init(struct netif *netif) in ethernetif_init()
/device/board/hpmicro/hpm6750evk2/liteos_m/lwip_adapter/
Dethernetif.c37 static void low_level_init(struct netif *netif) in low_level_init()
78 static err_t low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
155 static struct pbuf *low_level_input(struct netif *netif) in low_level_input()
249 err_t ethernetif_input(struct netif *netif) in ethernetif_input()
273 struct netif *netif = (struct netif *)arg; in ethernetif_recv_thread() local
284 struct netif *netif = (struct netif *)parm; in hpm_enet_isr() local
317 void ethernetif_recv_start(struct netif *netif) in ethernetif_recv_start()
357 err_t ethernetif_init(struct netif *netif) in ethernetif_init()
/device/board/hpmicro/hpm6300evk/liteos_m/lwip_adapter/
Dethernetif.c37 static void low_level_init(struct netif *netif) in low_level_init()
78 static err_t low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
155 static struct pbuf *low_level_input(struct netif *netif) in low_level_input()
249 err_t ethernetif_input(struct netif *netif) in ethernetif_input()
273 struct netif *netif = (struct netif *)arg; in ethernetif_recv_thread() local
284 struct netif *netif = (struct netif *)parm; in hpm_enet_isr() local
317 void ethernetif_recv_start(struct netif *netif) in ethernetif_recv_start()
357 err_t ethernetif_init(struct netif *netif) in ethernetif_init()
/device/soc/st/stm32f407zg/uniproton/board/lwip/
Dethernetif.c23 static err_t LowLevelInit(struct netif *netif) in LowLevelInit()
49 static err_t LowLevelOutput(struct netif *netif, struct pbuf *p) in LowLevelOutput()
67 static struct pbuf *LowLevelInput(struct netif *netif) in LowLevelInput()
95 err_t EthernetifInput(struct netif *netif) in EthernetifInput()
112 err_t EthernetifInit(struct netif *netif) in EthernetifInit()
/device/soc/esp/esp32/components/esp_netif/
Desp_netif_objects.c32 esp_netif_t *netif; member
68 esp_err_t esp_netif_add_to_list(esp_netif_t *netif) in esp_netif_add_to_list()
91 esp_err_t esp_netif_remove_from_list(esp_netif_t *netif) in esp_netif_remove_from_list()
120 esp_netif_t* esp_netif_next(esp_netif_t* netif) in esp_netif_next()
133 esp_netif_t* esp_netif_next_unsafe(esp_netif_t* netif) in esp_netif_next_unsafe()
/device/soc/bestechnic/bes2600/liteos_m/components/net/lwip-2.1/porting/src/
Dethernetif.c66 low_level_init(struct netif *netif) in low_level_init()
106 lwip_netif_mac_addr_init(struct netif *netif, uint8 *mac, int mac_len) in lwip_netif_mac_addr_init()
186 low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
225 low_level_input(struct netif *netif, void *p_buf, int size) in low_level_input()
282 liteos_low_level_output(struct netif *netif, struct pbuf *p) in liteos_low_level_output()
302 struct netif *netif; in ethernetif_input() local
401 ethernetif_init(struct netif *netif) in ethernetif_init()
/device/soc/esp/esp32/components/esp_netif/lwip/
Desp_netif_lwip_slip.c116 esp_err_t esp_netif_slip_set_params(esp_netif_t *netif, const esp_netif_slip_config_t *slip_config) in esp_netif_slip_set_params()
136 esp_err_t esp_netif_slip_set_ipv6(esp_netif_t *netif, const esp_ip6_addr_t *ipv6) in esp_netif_slip_set_ipv6()
162 esp_netif_t *netif = h; in esp_netif_lwip_slip_input() local
230 esp_netif_t *netif = NULL; in get_netif_with_esp_index() local
245 esp_netif_t *netif = NULL; in get_esp_netif_index() local
256 err_t esp_slipif_init(struct netif *netif) in esp_slipif_init()
Desp_netif_lwip_ppp.c55 esp_netif_t *netif = ctx; in on_ppp_status_changed() local
216 esp_netif_t *netif = ctx; in on_ppp_notify_phase() local
238 static uint32_t pppos_low_level_output(ppp_pcb *pcb, uint8_t *data, uint32_t len, void *netif) in pppos_low_level_output()
247 esp_err_t esp_netif_ppp_set_auth(esp_netif_t *netif, esp_netif_auth_type_t authtype, const char *us… in esp_netif_ppp_set_auth()
344 esp_err_t esp_netif_ppp_set_params(esp_netif_t *netif, const esp_netif_ppp_config_t *config) in esp_netif_ppp_set_params()
/device/board/talkweb/niobe407/liteos_m/lwip_adapter/src/
Dethernetif.c163 void low_level_init(struct netif *netif) in low_level_init()
228 struct pbuf *low_level_input(struct netif *netif) in low_level_input()
277 err_t low_level_output(struct netif *netif, struct pbuf *p) in low_level_output()
335 struct netif *netif = (struct netif *)&gNetif; in ethernetif_input() local
351 err_t ethernetif_init(struct netif *netif) in ethernetif_init()
/device/soc/chipsea/cst85/liteos_m/sdk/modules/lwip-2.1/dhcps/
Ddhcps.c221 static void handleDiscover(struct pbuf* p, struct netif* netif) in handleDiscover()
261 static void handleRequest(struct pbuf* p, struct netif* netif) in handleRequest()
364 static void handleRelese(struct pbuf* p, struct netif* netif) in handleRelese()
374 struct netif *netif = (struct netif *)arg; in dhcpRecv() local
403 struct netif *netif = (struct netif *)arg; in dhcpServerStartRaw() local
436 err_t dhcpServerStart(struct netif* netif) in dhcpServerStart()
453 err_t dhcpServerStop(struct netif* netif) in dhcpServerStop()
/device/qemu/riscv32_virt/liteos_m/board/driver/
Dvirtnet.c145 struct netif *netif = dev; in Feature0() local
345 static err_t LowLevelOutput(struct netif *netif, struct pbuf *p) in LowLevelOutput()
393 static struct pbuf *LowLevelInput(const struct netif *netif, const struct VirtqUsedElem *e) in LowLevelInput()
419 static void VirtnetRxHandle(struct netif *netif) in VirtnetRxHandle()
468 struct netif *netif = (struct netif *)param; in VirtnetIRQhandle() local
482 static err_t LowLevelInit(struct netif *netif) in LowLevelInit()
519 static err_t EthernetIfInit(struct netif *netif) in EthernetIfInit()
547 static void VirtnetDeInit(struct netif *netif) in VirtnetDeInit()
572 struct netif *netif = NULL; in VirtnetInit() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/demo/
Dcdc_ecm_template.c163 static err_t linkoutput_fn(struct netif *netif, struct pbuf *p) in linkoutput_fn()
174 err_t cdc_ecm_if_init(struct netif *netif) in cdc_ecm_if_init()
188 err_t cdc_ecm_if_input(struct netif *netif) in cdc_ecm_if_input()
207 struct netif *netif = &cdc_ecm_netif; in cdc_ecm_lwip_init() local
Dcdc_rndis_template.c195 err_t linkoutput_fn(struct netif *netif, struct pbuf *p) in linkoutput_fn()
206 err_t rndisif_init(struct netif *netif) in rndisif_init()
220 err_t rndisif_input(struct netif *netif) in rndisif_input()
239 struct netif *netif = &rndis_netif; in rndis_lwip_init() local
/device/soc/rockchip/rk2206/adapter/hals/communication/wifi_lite/wifiservice/source/
Dwifi_device.c383 struct netif *netif = netif_find("wlan0"); in GetLocalWifiGw() local
398 struct netif *netif; in SetLocalWifiGw() local
421 struct netif *netif = netif_find("wlan0"); in GetLocalWifiNetmask() local
433 struct netif *netif = netif_find("wlan0"); in GetLocalWifiIp() local
/device/soc/hpmicro/sdk/hpm_sdk/middleware/cherryusb/class/cdc/
Dusbh_cdc_ecm.c227 struct netif *netif = (struct netif *)argument; in usbh_cdc_ecm_rx_thread() local
279 err_t usbh_cdc_ecm_linkoutput(struct netif *netif, struct pbuf *p) in usbh_cdc_ecm_linkoutput()
305 void usbh_cdc_ecm_lwip_thread_init(struct netif *netif) in usbh_cdc_ecm_lwip_thread_init()

123