Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Auto generated API documentation and code listings for VodafoneUSBModem
| api_msg | This struct contains a function to execute in another thread context and a struct api_msg_msg that serves as an argument for this function |
| api_msg_msg | This struct includes everything that is necessary to execute a function for a netconn in another thread context (mainly used to process netconns in the tcpip_thread context to be thread safe) |
| ATCommandsInterface | AT Commands interface class |
| dhcp_msg | Minimum set of fields of any DHCP message |
| dns_api_msg | As do_gethostbyname requires more arguments but doesn't require a netconn, it has its own struct (to avoid struct api_msg getting bigger than necessary) |
| eth_hdr | Ethernet header |
| eth_vlan_hdr | VLAN header inserted between ethernet header and payload if 'type' in ethernet header is ETHTYPE_VLAN |
| etharp_hdr | ARP message, see RFC 826 ("Packet format") |
| etharp_q_entry | Struct for queueing outgoing packets for unknown address defined here to be accessed by memp.h |
| IATCommandsProcessor | Interface implemented by components executing complex AT commands |
| IATEventsHandler | Interface implemented by components handling AT events |
| icmp_echo_hdr | This is the standard ICMP header only that the u32_t data is splitted to two u16_t like ICMP echo needs it |
| igmp_group | Igmp group structure - there is a list of groups for each interface these should really be linked from the interface, but if we keep them separate we will not affect the lwip original code too much |
| in_addr | For compatibility with BSD code |
| IPInterface | Generic IP-based network interface |
| IUSBHostSerial | Generic interface to abstract 3G dongles' impl |
| LinkMonitor | Component to monitor link quality |
| local_hostlist_entry | Struct used for local host-list |
| LwIPInterface | LwIP-based network interface |
| memp_malloc_helper | This structure is used to save the pool one element came from |
| mib_array_node | Derived node, points to a fixed size const array of sub-identifiers plus a 'child' pointer |
| mib_external_node | Derived node, has access functions for mib object in external memory or device using 'tree_level' and 'idx', with a range 0 |
| mib_list_rootnode | Derived node, points to a doubly linked list of sub-identifiers plus a 'child' pointer |
| mib_node | Node "base class" layout, the mandatory fields for a node |
| mib_ram_array_node | Derived node, points to a fixed size mem_malloced array of sub-identifiers plus a 'child' pointer |
| netconn | A netconn descriptor |
| netif | Generic data structure used for all lwIP network interfaces |
| obj_def | Object definition returned by (get_object_def)() |
| pbuf_custom | A custom pbuf: like a pbuf, but following a function pointer to free it |
| pbuf_custom_ref | A custom pbuf that holds a reference to another pbuf, which is freed when this custom pbuf is freed |
| PPPIPInterface | Interface using PPP to connect to an IP-based network |
| SMSInterface | Component to use the Short Messages Service (SMS) |
| snmp_obj_id | Internal object identifier representation |
| snmp_resp_header_lengths | Output response message header length fields |
| snmp_trap_header_lengths | Output response message header length fields |
| USSDInterface | Component to send/receive Unstructured Supplementary Service Data (USSD) |
| VodafoneUSBModem | Vodafone USB Modem (K3770/K3772-Z) dongle |
| WANDongle | A class to use a WAN (3G/LTE) access dongle |
| WANDongleSerialPort | A class to use a WAN (3G/LTE) access dongle |
Code
| api.h [code] | |
| api_msg.h [code] | |
| arch.h [code] | |
| ATCommandsInterface.h [code] | |
| auth.h [code] | |
| autoip.h [code] | AutoIP Automatic LinkLocal IP Configuration |
| bsd_socket.h [code] | |
| cc.h [code] | |
| chap.h [code] | |
| chpms.h [code] | |
| config.h [code] | |
| dbg.h [code] | |
| debug.h [code] | |
| def.h [code] | |
| dhcp.h [code] | |
| dns.h [code] | |
| err.h [code] | |
| errors.h [code] | |
| etharp.h [code] | |
| fsm.h [code] | |
| fwk.h [code] | |
| icmp.h [code] | |
| igmp.h [code] | |
| in.h [code] | |
| inet.h [code] | |
| inet_chksum.h [code] | |
| init.h [code] | |
| IOSerialStream.h [code] | |
| IOStream.h [code] | |
| ip.h [code] | |
| ip_addr.h [code] | |
| ip_frag.h [code] | |
| ipcp.h [code] | |
| IPInterface.h [code] | |
| IUSBEnumerator.h [code] | |
| IUSBHostSerial.h [code] | |
| IUSBHostSerialListener.h [code] | |
| lcp.h [code] | |
| LinkMonitor.h [code] | |
| LwIPInterface.h [code] | |
| lwipopts.h [code] | |
| lwipopts_conf.h [code] | |
| magic.h [code] | |
| md5.h [code] | |
| mem.h [code] | |
| memp.h [code] | |
| memp_std.h [code] | |
| MtxCircBuffer.h [code] | |
| netbuf.h [code] | |
| lwip/include/lwip/netdb.h [code] | |
| socket/netdb.h [code] | |
| netif.h [code] | |
| netifapi.h [code] | |
| opt.h [code] | LwIP Options Configuration |
| pap.h [code] | |
| pbuf.h [code] | |
| perf.h [code] | |
| ppp.h [code] | |
| ppp_oe.h [code] | |
| pppdebug.h [code] | |
| PPPIPInterface.h [code] | |
| randm.h [code] | |
| raw.h [code] | |
| sio.h [code] | |
| slipif.h [code] | |
| SMSInterface.h [code] | |
| snmp.h [code] | |
| snmp_asn1.h [code] | Abstract Syntax Notation One (ISO 8824, 8825) codec |
| snmp_msg.h [code] | SNMP Agent message handling structures |
| snmp_structs.h [code] | Generic MIB tree structures |
| socket.h [code] | |
| sockets.h [code] | |
| stats.h [code] | |
| sys.h [code] | |
| sys_arch.h [code] | |
| tcp.h [code] | |
| tcp_impl.h [code] | |
| tcpip.h [code] | |
| timers.h [code] | |
| udp.h [code] | |
| USBDeviceConnected.h [code] | |
| USBEndpoint.h [code] | |
| USBHALHost.h [code] | |
| USBHost.h [code] | |
| USBHostTypes.h [code] | |
| USBSerialStream.h [code] | |
| USSDInterface.h [code] | |
| vj.h [code] | |
| VodafoneUSBModem.h [code] | |
| WANDongle.h [code] | |
| WANDongleInitializer.h [code] | |
| WANDongleSerialPort.h [code] |