| /third_party/lwip/src/include/lwip/priv/ |
| H A D | tcpip_priv.h | 149 struct netif *netif; member
|
| /third_party/lwip/src/netif/ |
| H A D | bridgeif.c | 111 struct netif *netif; global() member 298 bridgeif_output(struct netif *netif, struct pbuf *p) bridgeif_output() argument 326 bridgeif_input(struct pbuf *p, struct netif *netif) bridgeif_input() argument 393 bridgeif_tcpip_input(struct pbuf *p, struct netif *netif) bridgeif_tcpip_input() argument 413 bridgeif_init(struct netif *netif) bridgeif_init() argument [all...] |
| H A D | lowpan6_common.c | 132 lowpan6_compress_headers(struct netif *netif, u8_t *inbuf, size_t inbuf_size, u8_t *outbuf, size_t outbuf_size, in lowpan6_compress_headers() argument 165 ip6_addr_assign_zone(ip_2_ip6(&ip6dst), IP6_UNKNOWN, netif); in lowpan6_compress_headers() local 167 ip6_addr_assign_zone(ip_2_ip6(&ip6src), IP6_UNKNOWN, netif); in lowpan6_compress_headers() local
|
| /third_party/lwip/src/netif/ppp/ |
| H A D | pppapi.c | 236 pppapi_pppol2tp_create(struct netif *pppi argument [all...] |
| H A D | pppoe.c | 370 pppoe_disc_input(struct netif *netif, struct pbuf *pb) pppoe_disc_input() argument 649 pppoe_data_input(struct netif *netif, struct pbuf *pb) pppoe_data_input() argument [all...] |
| H A D | pppol2tp.c | 109 ppp_pcb *pppol2tp_create(struct netif *pppif, in pppol2tp_create() argument [all...] |
| /third_party/lwip/test/unit/dhcp/ |
| H A D | test_dhcp.c | 143 static void send_pkt(struct netif *netif, const u8_t *data, size_t len) in send_pkt() argument 169 static err_t testif_init(struct netif *neti argument 241 lwip_tx_func(struct netif *netif, struct pbuf *p) lwip_tx_func() argument [all...] |
| /third_party/lwip/test/unit/tcp/ |
| H A D | test_tcp.c | 104 struct netif netif; in START_TEST() local 166 struct netif netif; in START_TEST() local 212 struct netif netif; START_TEST() local 304 struct netif netif; START_TEST() local 338 struct netif netif; START_TEST() local 388 struct netif netif; START_TEST() local 447 struct netif netif; START_TEST() local 629 struct netif netif; START_TEST() local 717 struct netif netif; START_TEST() local 793 struct netif netif; test_tcp_tx_full_window_lost() local 948 struct netif netif; START_TEST() local 1067 struct netif netif; START_TEST() local 1189 struct netif netif; test_tcp_rto_timeout_impl() local 1286 struct netif netif; test_tcp_rto_timeout_syn_sent_impl() local 1382 struct netif netif; test_tcp_zwp_timeout_impl() local 1511 struct netif netif; START_TEST() local [all...] |
| H A D | test_tcp_oos.c | 165 struct netif netif; in START_TEST() local 301 struct netif netif; START_TEST() local 467 struct netif netif; START_TEST() local 554 struct netif netif; START_TEST() local 640 struct netif netif; START_TEST() local 715 struct netif netif; START_TEST() local 812 struct netif netif; test_tcp_recv_ooseq_double_FINs() local [all...] |
| H A D | tcp_helper.c | 274 static err_t test_tcp_netif_output(struct netif *netif, struct pbuf *p, in test_tcp_netif_output() argument 299 void test_tcp_init_netif(struct netif *netif, struct test_tcp_txcounters *txcounters, in test_tcp_init_netif() argument [all...] |
| /third_party/lwip/test/unit/udp/ |
| H A D | test_udp.c | 38 default_netif_output(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr) in default_netif_output() argument 48 default_netif_linkoutput(struct netif *netif, struct pbuf *p) in default_netif_linkoutput() argument 57 default_netif_init(struct netif *neti argument [all...] |
| /device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/communication/wifi_lite/wifiservice/source/ |
| H A D | wifi_hotspot.c | 62 struct netif *netif = NULL; in SetHotspotIpConfig() local
|
| H A D | wifi_device.c | 154 static void StaSetLocaladdr(const struct netif *netif, int gw, int ipaddr, int netmask) in StaSetLocaladdr() argument
|
| /kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
| H A D | fixme.c | 54 err_t netif_dhcp_off(struct netif *netif) in netif_dhcp_off() argument 82 dhcp_is_bound(struct netif *netif) dhcp_is_bound() argument 114 netifapi_dhcps_start(struct netif *netif, char *start_ip, u16_t ip_num) netifapi_dhcps_start() argument 132 netifapi_dhcps_stop(struct netif *netif) netifapi_dhcps_stop() argument 150 netif_ip6_addr_setinvalid(struct netif *netif, const ip6_addr_t *addr6) netif_ip6_addr_setinvalid() argument 165 netif_do_rmv_ipv6_addr(struct netif *netif, void *arguments) netif_do_rmv_ipv6_addr() argument 187 netifapi_netif_rmv_ip6_address(struct netif *netif, ip_addr_t *ipaddr) netifapi_netif_rmv_ip6_address() argument 211 struct netif *netif = NULL; global() local 256 struct netif *netif = NULL; global() local 283 netif_set_mtu(struct netif *netif, u16_t netif_mtu) global() argument 310 netif_set_hwaddr(struct netif *netif, const unsigned char *hw_addr, int hw_len) global() argument 341 etharp_update_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) global() argument 350 etharp_delete_arp_entry(struct netif *netif, ip4_addr_t *ipaddr) global() argument [all...] |
| H A D | dhcps.c | 89 struct netif *netif; member 335 handle_discover(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease) handle_discover() argument 451 validate_request_message(struct netif *netif, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease, ip4_addr_t serverid) validate_request_message() argument 528 handle_request(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease, ip4_addr_t serverid) handle_request() argument 659 handle_decline(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, struct dyn_lease_addr *client_lease) handle_decline() argument 680 handle_inform(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg) handle_inform() argument 719 handle_client_messages(struct netif *netif, struct dhcps *dhcps, struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type) handle_client_messages() argument 760 struct netif *netif = (struct netif *)arg; dhcps_recv() local 857 dhcps_start(struct netif *netif, const char *start_ip, u16_t ip_num) dhcps_start() argument 964 dhcps_stop(struct netif *netif) dhcps_stop() argument [all...] |
| /kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
| H A D | api_shell.c | 92 int print_netif(struct netif *netif, char *print_buf, unsigned int buf_len) in print_netif() argument 178 struct netif *netif = NULL; lwip_ifconfig_show_internal() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/net/ |
| H A D | if_urndis.c | 192 struct netif *netif; in urndis_attach() local
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmp_mib2_ip.c | 210 ip_AddrTable_get_cell_value_core(struct netif *netif, const u32_t *column, union snmp_variant_value *value, u32_t *value_len) in ip_AddrTable_get_cell_value_core() argument 254 struct netif *netif; in ip_AddrTable_get_cell_value() local 279 struct netif *netif; ip_AddrTable_get_next_cell_instance_and_value() local 317 ip_RouteTable_get_cell_value_core(struct netif *netif, u8_t default_route, const u32_t *column, union snmp_variant_value *value, u32_t *value_len) ip_RouteTable_get_cell_value_core() argument 399 struct netif *netif; ip_RouteTable_get_cell_value() local 433 struct netif *netif; ip_RouteTable_get_next_cell_instance_and_value() local 488 struct netif *netif; ip_NetToMediaTable_get_cell_value_core() local 534 struct netif *netif; ip_NetToMediaTable_get_cell_value() local 562 struct netif *netif; ip_NetToMediaTable_get_next_cell_instance_and_value() local [all...] |
| /third_party/lwip/src/core/ipv4/ |
| H A D | etharp.c | 99 struct netif *netif; member 285 etharp_find_entry(const ip4_addr_t *ipaddr, u8_t flags, struct netif *netif) etharp_find_entry() argument 451 etharp_update_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) global() argument 534 struct netif *netif; global() local 591 etharp_cleanup_netif(struct netif *netif) global() argument 615 etharp_find_addr(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr **eth_ret, const ip4_addr_t **ip_ret) global() argument 644 etharp_get_entry(size_t i, ip4_addr_t **ipaddr, struct netif **netif, struct eth_addr **eth_ret) global() argument 673 etharp_input(struct pbuf *p, struct netif *netif) global() argument 780 etharp_output_to_arp_index(struct netif *netif, struct pbuf *q, netif_addr_idx_t arp_idx) global() argument 823 etharp_output(struct netif *netif, struct pbuf *q, const ip4_addr_t *ipaddr) global() argument 965 etharp_query(struct netif *netif, const ip4_addr_t *ipaddr, struct pbuf *q) global() argument 1141 etharp_raw(struct netif *netif, const struct eth_addr *ethsrc_addr, const struct eth_addr *ethdst_addr, const struct eth_addr *hwsrc_addr, const ip4_addr_t *ipsrc_addr, const struct eth_addr *hwdst_addr, const ip4_addr_t *ipdst_addr, const u16_t opcode) global() argument 1221 etharp_request_dst(struct netif *netif, const ip4_addr_t *ipaddr, const struct eth_addr *hw_dst_addr) global() argument 1238 etharp_request(struct netif *netif, const ip4_addr_t *ipaddr) global() argument [all...] |
| H A D | ip4_frag.c | 760 ip4_frag(struct pbuf *p, struct netif *netif, const ip4_addr_t *dest) in ip4_frag() argument [all...] |
| /device/qemu/riscv32_virt/liteos_m/board/driver/ |
| H A D | virtnet.c | 145 struct netif *netif = dev; in Feature0() local 345 static err_t LowLevelOutput(struct netif *neti argument 393 LowLevelInput(const struct netif *netif, const struct VirtqUsedElem *e) LowLevelInput() argument 419 VirtnetRxHandle(struct netif *netif) VirtnetRxHandle() argument 468 struct netif *netif = (struct netif *)param; VirtnetIRQhandle() local 482 LowLevelInit(struct netif *netif) LowLevelInit() argument 519 EthernetIfInit(struct netif *netif) EthernetIfInit() argument 547 VirtnetDeInit(struct netif *netif) VirtnetDeInit() argument 572 struct netif *netif = NULL; VirtnetInit() local [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
| H A D | net_adpater.c | 331 hi_s32 hwal_lwip_remove_user(oal_lwip_netif *netif, oal_linklayer_addr *mac_addr) in hwal_lwip_remove_user() argument 404 hi_s32 hwal_lwip_set_beacon_priority(oal_lwip_netif *netif, hi_u8 prio) in hwal_lwip_set_beacon_priority() argument 461 hi_s32 hwal_lwip_set_mnid(oal_lwip_netif *netif, oal_uniqid_t us_mnid) in hwal_lwip_set_mnid() argument [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | dhcp.h | 266 struct netif *netif; member [all...] |
| H A D | netifapi.h | 83 struct netif *neti member [all...] |
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/ |
| H A D | lnn_network_manager.c | 792 LnnNetIfMgr *netif = NULL; in LnnGetNetIfTypeByName() local [all...] |