Home
last modified time | relevance | path

Searched refs:u8_t (Results 201 - 225 of 225) sorted by relevance

123456789

/third_party/lwip/src/include/lwip/priv/
H A Dtcpip_priv.h107 u8_t dummy; /* avoid empty struct :-( */
/third_party/lwip/src/netif/ppp/
H A Dmagic.c290 u32_t magic_pow(u8_t pow) { in magic_pow()
H A Dupap.c162 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 Dfsm.c239 f->term_reason_len = (reason == NULL? 0: (u8_t)LWIP_MIN(strlen(reason), 0xFF) ); in fsm_close()
H A Dutils.c594 printer(arg, "\\%.3o", (u8_t)c); in ppp_print_string()
H A Dipcp.c310 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 Dccp.c1117 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 Dwifi_connecter.c65 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 Dwifi_connecter.c73 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 Dwifi_connecter.c73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/test/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/
H A Dwifi_connecter.c72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen);
/third_party/FreeBSD/sys/dev/usb/net/
H A Dusb_eth_drv.c46 eth_drv_config(struct netif *ni, u32_t cflags, u8_t setBit) in eth_drv_config()
/third_party/lwip/src/core/
H A Dinit.c74 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 Dip6_addr.c226 u8_t zero_flag, empty_block_flag; in ip6addr_ntoa_r()
H A Dmld6.c87 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 Dtest_udp.c175 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 Dethernet.c286 vlanhdr = (struct eth_vlan_hdr *)(((u8_t *)p->payload) + SIZEOF_ETH_HDR);
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c75 sys_sem_new(sys_sem_t *sem, u8_t count) in sys_sem_new()
/third_party/lwip/src/include/lwip/
H A Dip6_addr.h62 u8_t zone;
H A Dip_addr.h75 u8_t type;
H A Dopt.h943 * 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...]

Completed in 32 milliseconds

123456789