/third_party/lwip/src/include/lwip/priv/ |
H A D | tcpip_priv.h | 107 u8_t dummy; /* avoid empty struct :-( */
|
/third_party/lwip/src/netif/ppp/ |
H A D | magic.c | 290 u32_t magic_pow(u8_t pow) { in magic_pow()
|
H A D | upap.c | 162 pcb->upap.us_userlen = (u8_t)LWIP_MIN(strlen(user), 0xff); in upap_authwithpeer() 164 pcb->upap.us_passwdlen = (u8_t)LWIP_MIN(strlen(password), 0xff); in upap_authwithpeer()
|
H A D | fsm.c | 239 f->term_reason_len = (reason == NULL? 0: (u8_t)LWIP_MIN(strlen(reason), 0xFF) ); in fsm_close()
|
H A D | utils.c | 594 printer(arg, "\\%.3o", (u8_t)c); in ppp_print_string()
|
H A D | ipcp.c | 310 static void ipcp_clear_addrs(ppp_pcb *pcb, u32_t ouraddr, u32_t hisaddr, u8_t replacedefaultroute); 2179 static void ipcp_clear_addrs(ppp_pcb *pcb, u32_t ouraddr, u32_t hisaddr, u8_t replacedefaultroute) { in ipcp_clear_addrs()
|
H A D | ccp.c | 1117 u8_t rej_for_ci_mppe = 1; /* Are we rejecting based on a bad/missing */ in ccp_reqci()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | wifi_connecter.c | 65 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | wifi_connecter.c | 73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | wifi_connecter.c | 73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/test/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | usb_eth_drv.c | 46 eth_drv_config(struct netif *ni, u32_t cflags, u8_t setBit) in eth_drv_config()
|
/third_party/lwip/src/core/ |
H A D | init.c | 74 PACK_STRUCT_FLD_8(u8_t dummy1); 167 #error "If you want to use TCP backlog, TCP_DEFAULT_LISTEN_BACKLOG must fit into an u8_t"
|
/third_party/lwip/src/core/ipv6/ |
H A D | ip6_addr.c | 226 u8_t zero_flag, empty_block_flag; in ip6addr_ntoa_r()
|
H A D | mld6.c | 87 static void mld6_send(struct netif *netif, struct mld_group *group, u8_t type); 604 mld6_send(struct netif *netif, struct mld_group *group, u8_t type)
|
/third_party/lwip/test/unit/udp/ |
H A D | test_udp.c | 175 u8_t ret; in test_udp_create_test_packet() 179 const u8_t test_data[16] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf}; in test_udp_create_test_packet()
|
/third_party/lwip/src/netif/ |
H A D | ethernet.c | 286 vlanhdr = (struct eth_vlan_hdr *)(((u8_t *)p->payload) + SIZEOF_ETH_HDR);
|
/third_party/lwip/test/unit/arch/ |
H A D | sys_arch.c | 75 sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
|
/third_party/lwip/src/include/lwip/ |
H A D | ip6_addr.h | 62 u8_t zone;
|
H A D | ip_addr.h | 75 u8_t type;
|
H A D | opt.h | 943 * void dhcp_set_ntp_servers(u8_t num_ntp_servers, ip_addr_t* ntp_server_addrs); 1144 * \#define DNS_LOOKUP_LOCAL_EXTERN(x) extern err_t my_lookup_function(const char *name, ip_addr_t *addr, u8_t dns_addrtype) 1399 * 0xff is the maximum (u8_t). 1553 * Default width of u8_t can be increased if 255 refs are not enough for you. 1556 #define LWIP_PBUF_REF_T u8_t 2704 * void dhcp6_set_ntp_servers(u8_t num_ntp_servers, ip_addr_t* ntp_server_addrs); 2781 * err_t my_hook_tcp_inpkt(struct tcp_pcb *pcb, struct tcp_hdr *hdr, u16_t optlen, u16_t opt1len, u8_t *opt2, struct pbuf *p); 2790 * options start at right after the tcp header ('(u8_t*)(hdr + 1)') for 2812 * u8_t my_hook_tcp_out_tcpopt_length(const struct tcp_pcb *pcb, u8_t internal_option_lengt [all...] |