/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/ |
D | netif.h | 51 u8_t (*drv_set_hwaddr)(struct netif *netif, u8_t *addr, u8_t len); \ 52 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \ 60 u8_t (*drv_set_hwaddr)(struct netif *netif, u8_t *addr, u8_t len); \ 61 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
D | sockets.c | 286 static u8_t OsLwipIoctlInternalSiocgifConf(struct ifreq *ifr) in OsLwipIoctlInternalSiocgifConf() 339 static u8_t OsLwipIoctlInternalSiocgifAddr(struct ifreq *ifr) in OsLwipIoctlInternalSiocgifAddr() 354 static u8_t OsLwipIoctlInternalSiocgifNetmask(struct ifreq *ifr) in OsLwipIoctlInternalSiocgifNetmask() 369 static u8_t OsLwipIoctlInternalSiocgifHwAddr(struct ifreq *ifr) in OsLwipIoctlInternalSiocgifHwAddr() 390 static u8_t OsLwipIoctlInternalSiocsifFlags(struct ifreq *ifr) in OsLwipIoctlInternalSiocsifFlags() 466 static u8_t OsLwipIoctlInternalSiocgifFlags(struct ifreq *ifr) in OsLwipIoctlInternalSiocgifFlags() 538 static u8_t OsLwipIoctlInternalSiocgifName(struct ifreq *ifr) in OsLwipIoctlInternalSiocgifName() 567 static u8_t OsLwipValidateIfname(const char *name, u8_t *letPos) in OsLwipValidateIfname() 572 u8_t haveNum = 0; in OsLwipValidateIfname() 606 *letPos = (u8_t)letterPos; in OsLwipValidateIfname() [all …]
|
D | sys_arch.c | 276 err_t sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/ |
D | netif.h | 48 u8_t (*drv_set_hwaddr)(struct netif *netif, u8_t *addr, u8_t len); \ 49 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \
|
/kernel/uniproton/src/net/lwip-2.1/include/lwip/ |
D | netif.h | 32 u8_t (*drv_set_hwaddr)(struct netif *netif, u8_t *addr, u8_t len); \ 33 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \
|
/kernel/liteos_a/apps/tftp/include/ |
D | tftpc.h | 172 u8_t ucDataBuf[TFTP_BLKSIZE]; /* Actual data */ 179 u8_t ucErrMesg[TFTP_MAXERRSTRSIZE]; /* error message */ 226 u8_t ucTftpTransMode, 258 u8_t cTftpTransMode, 297 u8_t ucTftpTransMode,
|
D | types_adapt.h | 43 #define u8_t uint8_t macro
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
D | sockets_porting.c | 294 static u8_t lwip_ioctl_internal_SIOCGIFCONF(struct ifreq *ifr) in lwip_ioctl_internal_SIOCGIFCONF() 349 static u8_t lwip_ioctl_internal_SIOCGIFADDR(struct ifreq *ifr) in lwip_ioctl_internal_SIOCGIFADDR() 366 static u8_t lwip_ioctl_internal_SIOCGIFNETMASK(struct ifreq *ifr) in lwip_ioctl_internal_SIOCGIFNETMASK() 383 static u8_t lwip_ioctl_internal_SIOCGIFHWADDR(struct ifreq *ifr) in lwip_ioctl_internal_SIOCGIFHWADDR() 406 static u8_t lwip_ioctl_internal_SIOCSIFFLAGS(struct ifreq *ifr) in lwip_ioctl_internal_SIOCSIFFLAGS() 484 static u8_t lwip_ioctl_internal_SIOCGIFFLAGS(struct ifreq *ifr) in lwip_ioctl_internal_SIOCGIFFLAGS() 558 static u8_t lwip_ioctl_internal_SIOCGIFNAME(struct ifreq *ifr) in lwip_ioctl_internal_SIOCGIFNAME() 587 static u8_t lwip_validate_ifname(const char *name, u8_t *let_pos) in lwip_validate_ifname() 592 u8_t have_num = 0; in lwip_validate_ifname() 626 *let_pos = (u8_t)letter_pos; in lwip_validate_ifname() [all …]
|
D | sys_arch.c | 288 err_t sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
|
D | api_shell.c | 370 ICMPH_TYPE_SET(iecho, (u8_t)ICMP_ECHO); in OsPingFunc()
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
D | sockets.c | 408 static u8_t lwip_ioctl_internal_SIOCADDRT(struct rtentry *rmten, struct net_group *group) 410 static u8_t lwip_ioctl_internal_SIOCADDRT(struct rtentry *rmten) 480 static u8_t lwip_ioctl_internal_SIOCGIFCONF(struct ifreq *ifr, struct net_group *group) 482 static u8_t lwip_ioctl_internal_SIOCGIFCONF(struct ifreq *ifr) 542 static u8_t lwip_ioctl_internal_SIOCGIFADDR(struct ifreq *ifr) 572 static u8_t lwip_ioctl_internal_SIOCSIFADDR_6(struct ifreq *ifr) 579 static u8_t lwip_ioctl_internal_SIOCSIFADDR(struct ifreq *ifr, struct net_group *group) 581 static u8_t lwip_ioctl_internal_SIOCSIFADDR(struct ifreq *ifr) 668 static u8_t lwip_ioctl_internal_SIOCDIFADDR_6(struct ifreq *ifr) 675 static u8_t lwip_ioctl_internal_SIOCDIFADDR(struct ifreq *ifr, struct net_group *group) [all …]
|
D | sys_arch.c | 250 err_t sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
|
/kernel/liteos_a/net/lwip-2.1/enhancement/include/lwip/ |
D | fixme.h | 105 …ate_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags); 109 err_t lwip_dns_setserver(u8_t numdns, ip_addr_t *dnsserver); 111 err_t lwip_dns_getserver(u8_t numdns, ip_addr_t *dnsserver);
|
/kernel/liteos_a/net/lwip-2.1/enhancement/src/ |
D | dhcps.c | 76 u8_t cli_hwaddr[DHCP_CHADDR_LEN]; 87 u8_t pcb_allocated; 88 u8_t lease_num; 104 LWIP_STATIC void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u1… 105 LWIP_STATIC void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_l… 127 … struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type); 315 void dhcp_common_option(struct dhcp_msg *msg_out, u8_t option_type, u8_t option_len, u16_t *options… in dhcp_common_option() 320 void dhcp_common_option_byte(struct dhcp_msg *msg_out, u8_t value, u16_t *options_out_len) in dhcp_common_option_byte() 720 … struct dhcp_msg *client_msg, ip4_addr_t serverid, u8_t msg_type) in handle_client_messages() 763 u8_t msg_type; in dhcps_recv() [all …]
|
D | fixme.c | 323 if (netif->drv_set_hwaddr(netif, (u8_t *)hw_addr, hw_len) != ERR_OK) { 341 …date_arp_entry(struct netif *netif, const ip4_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) 357 err_t lwip_dns_setserver(u8_t numdns, ip_addr_t *dnsserver) 364 err_t lwip_dns_getserver(u8_t numdns, ip_addr_t *dnsserver) 461 ((u8_t)(*s) | ('a' - 'A')) - '0' - ('a' - '9' - 1) * (*s >= 'A');
|
D | api_shell.c | 154 u8_t args_found; 155 u8_t interface_index; 156 u8_t host_index; 157 u8_t pad; 174 LWIP_STATIC int create_ping6_socket(u8_t type, const void *param); 175 LWIP_STATIC const char *convert_icmpv6_err_to_string(u8_t err_type); 1215 u8_t state, i; 1677 ICMPH_TYPE_SET(iecho, (u8_t)ICMP_ECHO); 2042 ICMPH_TYPE_SET(&iecho, (u8_t)ICMP_ECHO); 2151 u8_t type; [all …]
|
/kernel/liteos_a/apps/tftp/src/ |
D | main.c | 84 u8_t ucTftpGet = 0; in osShellTftp()
|
D | tftpc.c | 510 u8_t ucTftpTransMode, in lwip_tftp_get_file_by_filename() 918 u32_t lwip_tftp_put_file_by_filename(u32_t ulHostAddr, u16_t usTftpServPort, u8_t ucTftpTransMode, in lwip_tftp_put_file_by_filename() 1433 u8_t ucTftpTransMode, in lwip_tftp_get_file_by_filename_to_rawmem()
|
/kernel/liteos_m/components/net/test/ |
D | net_socket_test_011.c | 201 udphdr = (struct udp_hdr *)((u8_t *)iphdr + IPH_HL_BYTES(iphdr)); in ParsePackageIpUdp() 204 data = (void *)((u8_t *)udphdr + UDP_HLEN); in ParsePackageIpUdp()
|