/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 617 err_t ppp_connect(ppp_pcb *pcb, u16_t holdoff); 628 err_t ppp_listen(ppp_pcb *pcb); 642 err_t ppp_close(ppp_pcb *pcb, u8_t nocarrier); 654 err_t ppp_free(ppp_pcb *pcb); 679 err_t ppp_ioctl(ppp_pcb *pcb, u8_t cmd, void *arg);
|
/third_party/lwip/test/unit/arch/ |
H A D | sys_arch.c | 74 err_t 148 err_t 208 err_t 269 err_t 286 err_t
|
/third_party/lwip/test/unit/etharp/ |
H A D | test_etharp.c | 35 static err_t 44 static err_t 140 err_t err; in START_TEST() 167 err_t err2; in START_TEST() 202 err_t err2; in START_TEST()
|
/third_party/lwip/src/core/ipv4/ |
H A D | autoip.c | 94 static err_t autoip_arp_announce(struct netif *netif); 203 static err_t 216 static err_t 227 static err_t 254 err_t 258 err_t result = ERR_OK; in autoip_start() 348 err_t
|
H A D | dhcp.c | 197 static err_t dhcp_discover(struct netif *netif); 198 static err_t dhcp_select(struct netif *netif); 201 static err_t dhcp_decline(struct netif *netif); 203 static err_t dhcp_rebind(struct netif *netif); 204 static err_t dhcp_reboot(struct netif *netif); 231 static err_t 312 err_t result; in dhcp_check() 371 static err_t 375 err_t result; in dhcp_select() 809 err_t [all...] |
H A D | ip4.c | 458 err_t 827 err_t 842 err_t 867 err_t 880 err_t 1068 err_t 1110 err_t 1115 err_t err;
|
/third_party/lwip/test/unit/udp/ |
H A D | test_udp.c | 37 static err_t 47 static err_t 56 static err_t 174 err_t err; in test_udp_create_test_packet() 214 err_t err; in START_TEST() 344 err_t err1; in START_TEST() 345 err_t err2; in START_TEST()
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_raw.c | 56 err_t 89 err_t err; in snmp_init()
|
H A D | snmp_msg.c | 256 static err_t snmp_process_get_request(struct snmp_request *request); 257 static err_t snmp_process_getnext_request(struct snmp_request *request); 258 static err_t snmp_process_getbulk_request(struct snmp_request *request); 259 static err_t snmp_process_set_request(struct snmp_request *request); 261 static err_t snmp_parse_inbound_frame(struct snmp_request *request); 262 static err_t snmp_prepare_outbound_frame(struct snmp_request *request); 263 static err_t snmp_complete_outbound_frame(struct snmp_request *request); 274 err_t err; in snmp_receive() 405 err_t err; in snmp_process_varbind() 483 static err_t [all...] |
/third_party/lwip/src/include/lwip/apps/ |
H A D | httpd.h | 207 * another err_t: Deny the POST request, send back 'bad request'. 209 err_t httpd_post_begin(void *connection, const char *uri, const char *http_request, 221 * another err_t: Data denied, http_post_get_response_uri will be called. 223 err_t httpd_post_receive_data(void *connection, struct pbuf *p);
|
/third_party/lwip/src/apps/mqtt/ |
H A D | mqtt.c | 236 err_t err; in mqtt_output_send() 543 err_t res; in mqtt_close() 634 static err_t 637 err_t err = ERR_OK; in pub_ack_rec_rel_response() 930 static err_t 931 mqtt_tcp_recv_cb(void *arg, struct altcp_pcb *pcb, struct pbuf *p, err_t err) in mqtt_tcp_recv_cb() 974 static err_t 1008 mqtt_tcp_err_cb(void *arg, err_t err) in mqtt_tcp_err_cb() 1025 static err_t 1042 static err_t [all...] |
/third_party/lwip/test/fuzz/ |
H A D | fuzz.c | 61 static err_t lwip_tx_func(struct netif *netif, struct pbuf *p) in lwip_tx_func() 68 static err_t testif_init(struct netif *netif) in testif_init() 98 err_t err; in input_pkt()
|
/third_party/lwip/src/core/ |
H A D | tcp.c | 195 static err_t tcp_close_shutdown_fin(struct tcp_pcb *pcb); 503 * another err_t if closing failed and pcb is not freed 505 static err_t 566 static err_t 569 err_t err; in tcp_close_shutdown_fin() 639 * another err_t if closing failed and pcb is not freed 641 err_t 670 * another err_t on error. 672 err_t 819 err_t [all...] |
H A D | tcp_out.c | 128 static err_t tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif); 314 * @return ERR_OK if tcp_write is allowed to proceed, another err_t otherwise 316 static err_t 399 * @return ERR_OK if enqueued, another err_t on error 401 err_t 423 err_t err; in tcp_write() 838 err_t 1011 * @return ERR_OK if sent, another err_t otherwise 1013 err_t 1044 err_t [all...] |
H A D | raw.c | 228 err_t 285 err_t 361 err_t 442 err_t 446 err_t err; in raw_sendto_if_src() 568 err_t
|
H A D | netif.c | 130 static err_t netif_null_output_ip6(struct netif *netif, struct pbuf *p, const ip6_addr_t *ipaddr); 133 static err_t netif_null_output_ip4(struct netif *netif, struct pbuf *p, const ip4_addr_t *ipaddr); 138 static err_t netif_loop_output_ipv4(struct netif *netif, struct pbuf *p, const ip4_addr_t *addr); 141 static err_t netif_loop_output_ipv6(struct netif *netif, struct pbuf *p, const ip6_addr_t *addr); 163 static err_t 255 err_t 1202 err_t 1206 err_t err; 1312 static err_t 1321 static err_t [all...] |
H A D | dns.c | 285 static err_t dns_lookup_local(const char *hostname, ip_addr_t *addr LWIP_DNS_ADDRTYPE_ARG(u8_t dns_addrtype)); 510 err_t 518 static err_t 595 err_t 635 static err_t 779 * @return ERR_OK if packet is sent; an err_t indicating the problem otherwise 781 static err_t 784 err_t err; in dns_send() 961 err_t err; in dns_alloc_random_port() 1142 err_t er in dns_check_entry() [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | netbuf.h | 78 err_t netbuf_ref (struct netbuf *buf, 82 err_t netbuf_data (struct netbuf *buf,
|
/third_party/lwip/src/netif/ |
H A D | slipif.c | 115 static err_t 171 static err_t 190 static err_t 359 err_t
|
/third_party/lwip/test/unit/tcp/ |
H A D | test_tcp.c | 109 err_t err; in START_TEST() 257 static err_t test_tcp_recv_expect1byte(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err); 259 static err_t 260 test_tcp_recv_expectclose(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_recv_expectclose() 270 err_t err2 = tcp_close(pcb); in test_tcp_recv_expectclose() 278 static err_t 279 test_tcp_recv_expect1byte(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_recv_expect1byte() 458 err_t err; in START_TEST() 634 err_t er in START_TEST() [all...] |
H A D | tcp_helper.c | 183 test_tcp_counters_err(void* arg, err_t err) in test_tcp_counters_err() 212 err_t 213 test_tcp_counters_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t err) in test_tcp_counters_recv() 274 static err_t test_tcp_netif_output(struct netif *netif, struct pbuf *p, in test_tcp_netif_output() 285 err_t err; in test_tcp_netif_output()
|
/third_party/lwip/doc/ |
H A D | NO_SYS_SampleCode.c | 21 static err_t 49 static err_t
|
/third_party/lwip/src/api/ |
H A D | netbuf.c | 150 err_t 195 err_t
|
/third_party/lwip/test/unit/mqtt/ |
H A D | test_mqtt.c | 12 static err_t test_mqtt_netif_output(struct netif *netif, struct pbuf *p, in test_mqtt_netif_output() 75 err_t err; in START_TEST()
|
/third_party/lwip/src/core/ipv6/ |
H A D | dhcp6.c | 138 static err_t 298 err_t 315 err_t 471 err_t err; in dhcp6_information_request() 498 static err_t 616 static err_t
|