Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 9 of 9) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_out.c484 ofs = 0; in snmp_resp_header_enc()
486 ofs += 1; in snmp_resp_header_enc()
491 ofs += 1; in snmp_resp_header_enc()
498 ofs += 1; in snmp_resp_header_enc()
505 ofs += 1; in snmp_resp_header_enc()
510 ofs += 1; in snmp_resp_header_enc()
517 ofs += 1; in snmp_resp_header_enc()
524 ofs += 1; in snmp_resp_header_enc()
541 ofs = 0; in snmp_trap_header_enc()
543 ofs += 1; in snmp_trap_header_enc()
[all …]
A Dasn1_dec.c62 if (ofs < plen) in snmp_asn1_dec_type()
95 if (ofs < plen) in snmp_asn1_dec_length()
122 ofs += 1; in snmp_asn1_dec_length()
157 ofs += 1; in snmp_asn1_dec_length()
183 ofs += 1; in snmp_asn1_dec_length()
250 if (ofs < plen) in snmp_asn1_dec_u32t()
292 ofs += 1; in snmp_asn1_dec_u32t()
350 if (ofs < plen) in snmp_asn1_dec_s32t()
383 ofs += 1; in snmp_asn1_dec_s32t()
440 if (ofs < plen) in snmp_asn1_dec_oid()
[all …]
A Dasn1_enc.c191 if (ofs < plen) in snmp_asn1_enc_type()
223 if (ofs < plen) in snmp_asn1_enc_length()
236 ofs += 1; in snmp_asn1_enc_length()
262 ofs += 1; in snmp_asn1_enc_length()
318 if (ofs < plen) in snmp_asn1_enc_u32t()
328 ofs += 1; in snmp_asn1_enc_u32t()
347 ofs += 1; in snmp_asn1_enc_u32t()
394 if (ofs < plen) in snmp_asn1_enc_s32t()
403 ofs += 1; in snmp_asn1_enc_s32t()
465 ofs += 1; in snmp_asn1_enc_oid()
[all …]
A Dmsg_in.c924 ofs_base = ofs; in snmp_pdu_header_check()
934 ofs += (1 + len_octets); in snmp_pdu_header_check()
956 ofs += (1 + len_octets + len); in snmp_pdu_header_check()
982 ofs += (1 + len_octets + len); in snmp_pdu_header_check()
1028 ofs += (1 + len_octets); in snmp_pdu_header_check()
1050 ofs += (1 + len_octets + len); in snmp_pdu_header_check()
1086 ofs += (1 + len_octets + len); in snmp_pdu_header_check()
1105 *ofs_ret = ofs; in snmp_pdu_header_check()
1126 ofs += (1 + len_octets); in snmp_pdu_dec_varbindlist()
1149 ofs += (1 + len_octets); in snmp_pdu_dec_varbindlist()
[all …]
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_asn1.h77 err_t snmp_asn1_dec_type(struct pbuf *p, u16_t ofs, u8_t *type);
78 err_t snmp_asn1_dec_length(struct pbuf *p, u16_t ofs, u8_t *octets_used, u16_t *length);
79 err_t snmp_asn1_dec_u32t(struct pbuf *p, u16_t ofs, u16_t len, u32_t *value);
80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
81 err_t snmp_asn1_dec_oid(struct pbuf *p, u16_t ofs, u16_t len, struct snmp_obj_id *oid);
88 err_t snmp_asn1_enc_type(struct pbuf *p, u16_t ofs, u8_t type);
89 err_t snmp_asn1_enc_length(struct pbuf *p, u16_t ofs, u16_t length);
90 err_t snmp_asn1_enc_u32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, u32_t value);
91 err_t snmp_asn1_enc_s32t(struct pbuf *p, u16_t ofs, u16_t octets_needed, s32_t value);
92 err_t snmp_asn1_enc_oid(struct pbuf *p, u16_t ofs, u8_t ident_len, s32_t *ident);
[all …]
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c1695 ofs -= csz; in dir_sdi()
1719 DWORD ofs, clst; in dir_next() local
3665 FSIZE_t ofs; local
3811 for (ofs = fp->obj.objsize; res == FR_OK && ofs > bcs; ofs -= bcs) {
4422 if (ofs > 0) {
4454 if (ofs > 0) {
4459 ofs -= fp->fptr;
4495 fp->fptr += ofs;
5886 DWORD n_ent, ofs; local
5894 ofs = i = 0;
[all …]
A Dff.h309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c1726 ofs -= csz; in dir_sdi()
1750 DWORD ofs, clst; in dir_next() local
3729 FSIZE_t ofs; local
3875 for (ofs = fp->obj.objsize; res == FR_OK && ofs > bcs; ofs -= bcs) {
4488 if (ofs > 0) {
4520 if (ofs > 0) {
4525 ofs -= fp->fptr;
4561 fp->fptr += ofs;
5971 DWORD n_ent, ofs; local
5979 ofs = i = 0;
[all …]
A Dff.h309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */

Completed in 43 milliseconds