Searched defs:pnetif (Results 1 – 8 of 8) sorted by relevance
199 struct netif *pnetif = NULL; in LwIP_DHCP() local339 struct netif *pnetif = &xnetif[idx]; in LwIP_ReleaseIP() local348 uint8_t* LwIP_GetMAC(struct netif *pnetif) in LwIP_GetMAC()353 uint8_t* LwIP_GetIP(struct netif *pnetif) in LwIP_GetIP()358 uint8_t* LwIP_GetGW(struct netif *pnetif) in LwIP_GetGW()363 uint8_t* LwIP_GetMASK(struct netif *pnetif) in LwIP_GetMASK()368 uint8_t* LwIP_GetBC(struct netif *pnetif) in LwIP_GetBC()385 void LwIP_UseStaticIP(struct netif *pnetif) in LwIP_UseStaticIP()416 void LwIP_AUTOIP(struct netif *pnetif) in LwIP_AUTOIP()447 void LwIP_AUTOIP_IPv6(struct netif *pnetif) in LwIP_AUTOIP_IPv6()
302 struct netif * pnetif = &xnetif[0]; in cmd_wifi_ap() local
141 struct netif * pnetif = &xnetif[idx]; in netif_is_valid_IP() local175 int netif_get_idx(struct netif* pnetif) in netif_get_idx()
73 struct netif * pnetif = &xnetif[0]; in wifi_start_p2p_go() local
761 void dhcps_init(struct netif * pnetif) in dhcps_init()
717 void dhcps_init(struct netif * pnetif) in dhcps_init()
1468 struct netif * pnetif = &xnetif[0]; in SimpleConfig_softAP_start() local
2736 struct netif * pnetif = &xnetif[0]; in wifi_restart_ap() local
Completed in 24 milliseconds