Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 72) sorted by relevance

123

/lib/lwip/lwip/src/netif/ppp/
A Dmppe.c61 static void mppe_rekey(ppp_mppe_state * state, int initial_key) in mppe_rekey()
100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) { in mppe_set_key()
109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options) in mppe_init()
181 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_comp_reset()
193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress()
268 void mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state) in mppe_decomp_reset()
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb) in mppe_decompress()
/lib/lwip/lwip/contrib/ports/win32/
A Dpcapif_helper.c34 …struct pcapifh_linkstate* state = (struct pcapifh_linkstate*)malloc(sizeof(struct pcapifh_linkstat… in pcapifh_linkstate_init() local
53 enum pcapifh_link_event pcapifh_linkstate_get(struct pcapifh_linkstate* state) in pcapifh_linkstate_get()
68 void pcapifh_linkstate_close(struct pcapifh_linkstate* state) in pcapifh_linkstate_close()
158 enum pcapifh_link_event pcapifh_linkstate_get(struct pcapifh_linkstate* state) in pcapifh_linkstate_get()
163 void pcapifh_linkstate_close(struct pcapifh_linkstate* state) in pcapifh_linkstate_close()
/lib/zlib/
A Dinflate.c12 struct inflate_state FAR *state; in inflateReset() local
38 struct inflate_state FAR *state; in inflateInit2_() local
77 __rcode local void fixedtables(struct inflate_state FAR *state) in fixedtables()
101 struct inflate_state FAR *state; in updatewindow() local
329 struct inflate_state FAR *state; in inflate() local
952 struct inflate_state FAR *state; in inflateEnd() local
A Dinffast.c54 struct inflate_state FAR *state; local
/lib/lwip/lwip/src/apps/altcp_tls/
A Daltcp_tls_mbedtls.c136 altcp_mbedtls_flush_output(altcp_mbedtls_state_t *state) in altcp_mbedtls_flush_output()
184 altcp_mbedtls_state_t *state; in altcp_mbedtls_lower_connected() local
218 altcp_mbedtls_state_t *state; in altcp_mbedtls_lower_recv() local
477 altcp_mbedtls_state_t *state; in altcp_mbedtls_bio_recv() local
537 altcp_mbedtls_state_t *state = (altcp_mbedtls_state_t *)conn->state; in altcp_mbedtls_lower_sent() local
629 altcp_mbedtls_state_t *state; in altcp_mbedtls_setup() local
688 altcp_mbedtls_state_t *state = (altcp_mbedtls_state_t *)conn->state; in altcp_tls_get_session() local
1101 altcp_mbedtls_state_t *state; in altcp_mbedtls_recved() local
1195 altcp_mbedtls_state_t *state; in altcp_mbedtls_sndbuf() local
1234 altcp_mbedtls_state_t *state; in altcp_mbedtls_write() local
[all …]
/lib/
A Daes.c328 static void shift_rows(u8 *state) in shift_rows()
366 static void inv_shift_rows(u8 *state) in inv_shift_rows()
400 static void mix_sub_columns(u8 *state) in mix_sub_columns()
448 static void inv_mix_sub_columns(u8 *state) in inv_mix_sub_columns()
501 static void add_round_key(u32 *state, u32 *key) in add_round_key()
576 u8 state[AES_STATECOLS * 4]; in aes_encrypt() local
599 u8 state[AES_STATECOLS * 4]; in aes_decrypt() local
A Dxxhash.c215 struct xxh32_state state; in xxh32_reset() local
229 struct xxh64_state state; in xxh64_reset() local
240 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update()
309 uint32_t xxh32_digest(const struct xxh32_state *state) in xxh32_digest()
347 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()
414 uint64_t xxh64_digest(const struct xxh64_state *state) in xxh64_digest()
/lib/lwip/lwip/src/apps/http/
A Daltcp_proxyconnect.c86 altcp_proxyconnect_state_free(altcp_proxyconnect_state_t *state) in altcp_proxyconnect_state_free()
115 altcp_proxyconnect_state_t *state = (altcp_proxyconnect_state_t *)conn->state; in altcp_proxyconnect_send_request() local
189 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_lower_recv() local
256 altcp_proxyconnect_state_t *state = (altcp_proxyconnect_state_t *)conn->state; in altcp_proxyconnect_lower_sent() local
319 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_setup() local
444 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_recved() local
461 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_connect() local
525 altcp_proxyconnect_state_t *state; in altcp_proxyconnect_write() local
550 altcp_proxyconnect_state_t *state = (altcp_proxyconnect_state_t *)conn->state; in altcp_proxyconnect_dealloc() local
/lib/lwip/lwip/contrib/addons/dhcp_extra_opts/
A Ddhcp_extra_opts.c36 void dhcp_parse_extra_opts(struct dhcp *dhcp, uint8_t state, uint8_t option, uint8_t len, struct pb… in dhcp_parse_extra_opts()
68 void dhcp_append_extra_opts(struct netif *netif, uint8_t state, struct dhcp_msg *msg_out, uint16_t … in dhcp_append_extra_opts()
/lib/lwip/lwip/src/netif/
A Dzepif.c173 struct zepif_state *state; in zepif_linkoutput() local
226 struct zepif_state *state = (struct zepif_state *)mem_malloc(sizeof(struct zepif_state)); in zepif_init() local
/lib/lwip/lwip/src/include/netif/ppp/polarssl/
A Dmd4.h48 unsigned long state[4]; /*!< intermediate digest state */ member
A Dmd5.h48 unsigned long state[4]; /*!< intermediate digest state */ member
A Dsha1.h48 unsigned long state[5]; /*!< intermediate digest state */ member
/lib/lwip/lwip/src/include/lwip/
A Dautoip.h63 u8_t state; member
A Ddhcp6.h64 u8_t state; member
A Dacd.h78 acd_state_enum_t state; member
A Dtcpbase.h70 #define TCP_STATE_IS_CLOSING(state) ((state) >= FIN_WAIT_1) argument
/lib/efi_loader/
A Defi_firmware.c434 efi_status_t efi_firmware_set_fmp_state_var(struct fmp_state *state, u8 image_index) in efi_firmware_set_fmp_state_var()
505 struct fmp_state *state) in efi_firmware_get_fw_version()
536 struct fmp_state *state) in efi_firmware_verify_image()
652 struct fmp_state state = { 0 }; in efi_firmware_fit_set_image() local
740 struct fmp_state state = { 0 }; in efi_firmware_raw_set_image() local
/lib/lwip/lwip/src/core/ipv4/
A Detharp.c103 u8_t state; member
205 u8_t state = arp_table[i].state; in etharp_tmr() local
285 u8_t state = arp_table[i].state; in etharp_find_entry() local
565 u8_t state = arp_table[i].state; local
/lib/lzma/
A DLzmaTools.c50 ELzmaStatus state; in lzmaBuffToBuffDecompress() local
/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_mib2_tcp.c260 struct snmp_next_oid_state state; in tcp_ConnTable_get_next_cell_instance_and_value() local
377 struct snmp_next_oid_state state; in tcp_ConnectionTable_get_next_cell_instance_and_value() local
473 struct snmp_next_oid_state state; in tcp_ListenerTable_get_next_cell_instance_and_value() local
A Dsnmp_mib2_udp.c168 struct snmp_next_oid_state state; in udp_endpointTable_get_next_cell_instance_and_value() local
282 struct snmp_next_oid_state state; in udp_Table_get_next_cell_instance_and_value() local
A Dsnmp_mib2_ip.c280 struct snmp_next_oid_state state; in ip_AddrTable_get_next_cell_instance_and_value() local
434 struct snmp_next_oid_state state; in ip_RouteTable_get_next_cell_instance_and_value() local
553 struct snmp_next_oid_state state; in ip_NetToMediaTable_get_next_cell_instance_and_value() local
/lib/lwip/lwip/src/include/lwip/apps/
A Dsmtp.h76 u16_t state; member
/lib/lwip/lwip/contrib/examples/httpd/ssi_example/
A Dssi_example.c206 fs_state_free(struct fs_file *file, void *state) in fs_state_free()

Completed in 47 milliseconds

123