Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 70) sorted by relevance

123

/lk-master/external/lib/lwip/netif/ppp/
A Dfsm.c104 fsm_init(fsm *f) in fsm_init()
121 fsm_lowerup(fsm *f) in fsm_lowerup()
158 fsm_lowerdown(fsm *f) in fsm_lowerdown()
210 fsm_open(fsm *f) in fsm_open()
271 fsm_close(fsm *f, char *reason) in fsm_close()
321 fsm *f = (fsm *) arg; in fsm_timeout() local
382 fsm_input(fsm *f, u_char *inpacket, int l) in fsm_input()
690 fsm_rtermack(fsm *f) in fsm_rtermack()
733 fsm_rcoderej(fsm *f, u_char *inp, int len) in fsm_rcoderej()
761 fsm_protreject(fsm *f) in fsm_protreject()
[all …]
A Dlcp.c329 fsm *f = &lcp_fsm[unit]; in lcp_close() local
397 fsm *f = &lcp_fsm[unit]; in lcp_input() local
518 lcp_resetci(fsm *f) in lcp_resetci()
532 lcp_cilen(fsm *f) in lcp_cilen()
1223 lcp_reqci(fsm *f, in lcp_reqci()
1640 lcp_up(fsm *f) in lcp_up()
1688 lcp_down(fsm *f) in lcp_down()
1708 lcp_starting(fsm *f) in lcp_starting()
1718 lcp_finished(fsm *f) in lcp_finished()
1937 LcpLinkFailure (fsm *f) in LcpLinkFailure()
[all …]
A Dipcp.c178 fsm *f = &ipcp_fsm[unit]; in ipcp_init() local
280 ipcp_resetci(fsm *f) in ipcp_resetci()
303 ipcp_cilen(fsm *f) in ipcp_cilen()
348 ipcp_addci(fsm *f, u_char *ucp, int *lenp) in ipcp_addci()
425 ipcp_ackci(fsm *f, u_char *p, int len) in ipcp_ackci()
545 ipcp_nakci(fsm *f, u_char *p, int len) in ipcp_nakci()
750 ipcp_rejci(fsm *f, u_char *p, int len) in ipcp_rejci()
869 ipcp_reqci(fsm *f, u_char *inp/* Requested CIs */,int *len/* Length of requested CIs */,int reject_… in ipcp_reqci()
1220 ipcp_up(fsm *f) in ipcp_up()
1310 ipcp_down(fsm *f) in ipcp_down()
[all …]
A Dvj.c99 #define DECODEL(f) { \ argument
110 #define DECODES(f) { \ argument
121 #define DECODEU(f) { \ argument
A Dppp_impl.h108 #define TIMEOUT(f, a, t) do { sys_untimeout((f), (a)); sys_timeout((t)*1000, (f), (a)); } while(… argument
109 #define UNTIMEOUT(f, a) sys_untimeout((f), (a)) argument
/lk-master/external/platform/lpc15xx/lpcopen/lpc_board_nxp_lpcxpresso_1549/src/
A Dretarget.h93 int fputc(int c, FILE *f) in fputc()
105 int fgetc(FILE *f) in fgetc()
114 int ferror(FILE *f) in ferror()
/lk-master/tools/
A Dbin2h.py19 f = bytearray(sys.stdin.read(), 'utf-8') variable
/lk-master/platform/lpc15xx/
A Dlpccheck.py10 f = open(sys.argv[1], "r+b") variable
/lk-master/external/lib/lwip/include/ipv6/lwip/
A Dip_addr.h71 #define IP6_ADDR(ipaddr, a,b,c,d,e,f,g,h) do { (ipaddr)->addr[0] = htonl((u32_t)((a & 0xffff) << 16… argument
/lk-master/external/lib/libm/
A De_log.c91 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local
A Dk_rem_pio2.c297 double z,fw,f[20],fq[20],q[20]; in __kernel_rem_pio2() local
/lk-master/external/lib/lwip/include/lwip/
A Dudp.h152 #define udp_setflags(pcb, f) ((pcb)->flags = (f)) argument
/lk-master/external/lib/mincrypt/include/lib/mincrypt/
A Dhash-internal.h47 const HASH_VTAB *f; member
/lk-master/lib/fs/
A Dfs.c226 filehandle *f = malloc(sizeof(*f)); in fs_open_file() local
268 filehandle *f = malloc(sizeof(*f)); in fs_create_file() local
/lk-master/external/platform/lpc15xx/lpcopen/periph_dac/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_gpio/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_grouped_int/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_interrupt_slave/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2c_rom_polling/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cm_interrupt/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_i2cs_interrupt/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_iap/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_mrt/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_pinint/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument
/lk-master/external/platform/lpc15xx/lpcopen/periph_pmu/example/src/
A Dcr_startup_lpc15xx.c48 #define ALIAS(f) __attribute__ ((weak, alias (#f))) argument

Completed in 76 milliseconds

123