Searched refs:ofs (Results 1 – 9 of 9) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/core/snmp/ |
| A D | msg_out.c | 484 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 D | asn1_dec.c | 62 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 D | asn1_enc.c | 191 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 D | msg_in.c | 924 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 D | snmp_asn1.h | 77 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 D | ff.c | 1695 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 D | ff.h | 309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */
|
| /components/dfs/dfs_v2/filesystems/elmfat/ |
| A D | ff.c | 1726 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 D | ff.h | 309 FRESULT f_lseek (FIL* fp, FSIZE_t ofs); /* Move file pointer of the file object */
|
Completed in 43 milliseconds