/components/utilities/ymodem/ |
A D | ymodem.c | 146 enum rym_code code, in _rym_send_packet() 183 static rt_ssize_t _rym_putchar(struct rym_ctx *ctx, rt_uint8_t code) in _rym_putchar() 204 enum rym_code code; in _rym_do_handshake() local 266 enum rym_code code; in _rym_do_send_handshake() local 320 enum rym_code *code) in _rym_trans_data() 370 enum rym_code code; in _rym_do_trans() local 439 enum rym_code code; in _rym_do_send_trans() local 472 enum rym_code code; in _rym_do_fin() local 535 enum rym_code code; in _rym_do_send_fin() local
|
/components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
A D | snmp_msg.c | 579 #define PARSE_EXEC(code, retValue) \ argument 593 #define BUILD_EXEC(code, retValue) \ argument 599 #define IF_PARSE_EXEC(code) PARSE_EXEC(code, ERR_ARG) argument 600 #define IF_PARSE_ASSERT(code) PARSE_ASSERT(code, ERR_ARG) argument 987 #define OF_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1249 #define OVB_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1578 #define VB_PARSE_EXEC(code) PARSE_EXEC(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument 1579 #define VB_PARSE_ASSERT(code) PARSE_ASSERT(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument
|
A D | snmp_asn1.c | 44 #define PBUF_OP_EXEC(code) \ argument 271 u8_t code; in snmp_asn1_enc_oid() local
|
/components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
A D | fsm.c | 385 u_char code, id; in fsm_input() local 464 int code, reject_if_disagree; in fsm_rconfreq() local 594 fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) in fsm_rconfnakrej() 735 u_char code, id; in fsm_rcoderej() local 867 fsm_sdata( fsm *f, u_char code, u_char id, u_char *data, int datalen) in fsm_sdata()
|
A D | chap.c | 367 u_char code, id; in ChapInput() local 525 int code; in ChapReceiveResponse() local 746 ChapSendStatus(chap_state *cstate, int code) in ChapSendStatus() 851 int code, id, len; in ChapPrintPkt() local
|
A D | lcp.c | 407 lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len) in lcp_extcode() 779 #define NAKCIVOID(opt, neg, code) \ in lcp_nakci() argument 789 #define NAKCICHAP(opt, neg, code) \ in lcp_nakci() argument 801 #define NAKCICHAR(opt, neg, code) \ in lcp_nakci() argument 812 #define NAKCISHORT(opt, neg, code) \ in lcp_nakci() argument 823 #define NAKCILONG(opt, neg, code) \ in lcp_nakci() argument 834 #define NAKCILQR(opt, neg, code) \ in lcp_nakci() argument 1774 int code, id, len, olen; in lcp_printpkt() local
|
A D | pap.c | 338 u_char code, id; in upap_input() local 584 upap_sresp(upap_state *u, u_char code, u_char id, char *msg, int msglen) in upap_sresp()
|
/components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
A D | fsm.c | 320 u_char code, id; in fsm_input() local 393 int code, reject_if_disagree; in fsm_rconfreq() local 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
A D | upap.c | 307 u_char code, id; in upap_input() local 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() 603 int code, id, len; in upap_printpkt() local
|
A D | chap-new.c | 497 static void chap_handle_status(ppp_pcb *pcb, int code, int id, 536 unsigned char code, id; local 595 int code, id, len; local
|
A D | lcp.c | 523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode() 1158 #define NAKCICHAP(opt, neg, code) \ in lcp_nakci() argument 1171 #define NAKCICHAR(opt, neg, code) \ in lcp_nakci() argument 1182 #define NAKCISHORT(opt, neg, code) \ in lcp_nakci() argument 1193 #define NAKCILONG(opt, neg, code) \ in lcp_nakci() argument 1205 #define NAKCILQR(opt, neg, code) \ in lcp_nakci() argument 2386 int code, id, len, olen, i; in lcp_printpkt() local
|
A D | ipcp.c | 1099 #define NAKCIADDRS(opt, neg, code) \ in ipcp_nakci() argument 1115 #define NAKCIVJ(opt, neg, code) \ in ipcp_nakci() argument 1128 #define NAKCIADDR(opt, neg, code) \ in ipcp_nakci() argument 1142 #define NAKCIDNS(opt, neg, code) \ in ipcp_nakci() argument 2241 int code, id, len, olen; in ipcp_printpkt() local
|
/components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
A D | fsm.c | 320 u_char code, id; in fsm_input() local 393 int code, reject_if_disagree; in fsm_rconfreq() local 515 static void fsm_rconfnakrej(fsm *f, int code, int id, u_char *inp, int len) { in fsm_rconfnakrej() 646 u_char code, id; in fsm_rcoderej() local 770 void fsm_sdata(fsm *f, u_char code, u_char id, const u_char *data, int datalen) { in fsm_sdata()
|
A D | upap.c | 307 u_char code, id; in upap_input() local 567 static void upap_sresp(ppp_pcb *pcb, u_char code, u_char id, const char *msg, int msglen) { in upap_sresp() 603 int code, id, len; in upap_printpkt() local
|
A D | chap-new.c | 497 static void chap_handle_status(ppp_pcb *pcb, int code, int id, 536 unsigned char code, id; local 595 int code, id, len; local
|
A D | lcp.c | 523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode() 1158 #define NAKCICHAP(opt, neg, code) \ in lcp_nakci() argument 1171 #define NAKCICHAR(opt, neg, code) \ in lcp_nakci() argument 1182 #define NAKCISHORT(opt, neg, code) \ in lcp_nakci() argument 1193 #define NAKCILONG(opt, neg, code) \ in lcp_nakci() argument 1205 #define NAKCILQR(opt, neg, code) \ in lcp_nakci() argument 2386 int code, id, len, olen, i; in lcp_printpkt() local
|
/components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
A D | snmp_msg.c | 734 #define PARSE_EXEC(code, retValue) \ argument 748 #define BUILD_EXEC(code, retValue) \ argument 754 #define IF_PARSE_EXEC(code) PARSE_EXEC(code, ERR_ARG) argument 755 #define IF_PARSE_ASSERT(code) PARSE_ASSERT(code, ERR_ARG) argument 1265 #define OF_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1529 #define OVB_BUILD_EXEC(code) BUILD_EXEC(code, ERR_ARG) argument 1860 #define VB_PARSE_EXEC(code) PARSE_EXEC(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument 1861 #define VB_PARSE_ASSERT(code) PARSE_ASSERT(code, SNMP_VB_ENUMERATOR_ERR_ASN1ERROR) argument
|
A D | snmp_asn1.c | 44 #define PBUF_OP_EXEC(code) \ argument 229 u8_t code; in snmp_asn1_enc_oid() local
|
/components/net/lwip/lwip-1.4.1/src/core/ipv4/ |
A D | icmp.c | 81 u8_t code; in icmp_input() local 291 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/components/net/lwip/lwip-2.1.2/src/core/ipv6/ |
A D | icmp6.c | 309 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response() 346 icmp6_send_response_with_addrs(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs() 385 icmp6_send_response_with_addrs_and_netif(struct pbuf *p, u8_t code, u32_t data, u8_t type, in icmp6_send_response_with_addrs_and_netif()
|
/components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
A D | icmp.c | 84 u8_t code; in icmp_input() local 333 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/components/net/lwip/lwip-2.1.2/src/core/ipv4/ |
A D | icmp.c | 84 u8_t code; in icmp_input() local 340 icmp_send_response(struct pbuf *p, u8_t type, u8_t code) in icmp_send_response()
|
/components/lwp/ |
A D | lwp_signal.c | 35 static lwp_siginfo_t siginfo_create(rt_thread_t current, int signo, int code, lwp_siginfo_ext_t ext) in siginfo_create() 991 rt_err_t lwp_signal_kill(struct rt_lwp *lwp, long signo, long code, lwp_siginfo_ext_t value) in lwp_signal_kill() 1193 rt_err_t lwp_thread_signal_kill(rt_thread_t thread, long signo, long code, lwp_siginfo_ext_t value) in lwp_thread_signal_kill() 1432 rt_err_t lwp_pgrp_signal_kill(rt_processgroup_t pgrp, long signo, long code, in lwp_pgrp_signal_kill() 1455 long code; member 1478 rt_err_t lwp_signal_kill_all(long signo, long code, lwp_siginfo_ext_t value) in lwp_signal_kill_all()
|
/components/net/lwip/lwip-2.0.3/src/core/ipv6/ |
A D | icmp6.c | 272 icmp6_send_response(struct pbuf *p, u8_t code, u32_t data, u8_t type) in icmp6_send_response()
|
/components/dfs/dfs_v2/src/ |
A D | dfs_file_mmap.c | 56 mm_flag_t flags, off_t pgoffset, void *data, rt_err_t *code) in _do_mmap() 93 static void *_map_data_to_uspace(struct dfs_mmap2_args *mmap2, void *data, rt_err_t *code) in _map_data_to_uspace()
|