Home
last modified time | relevance | path

Searched refs:f (Results 1 – 15 of 15) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dfsm.c93 #define PROTO_NAME(f) ((f)->callbacks->proto_name) argument
104 fsm_init(fsm *f) in fsm_init() argument
106 f->state = LS_INITIAL; in fsm_init()
107 f->flags = 0; in fsm_init()
108 f->id = 0; /* XXX Start with random id? */ in fsm_init()
109 f->timeouttime = FSM_DEFTIMEOUT; in fsm_init()
110 f->maxconfreqtransmits = FSM_DEFMAXCONFREQS; in fsm_init()
111 f->maxtermtransmits = FSM_DEFMAXTERMREQS; in fsm_init()
112 f->maxnakloops = FSM_DEFMAXNAKLOOPS; in fsm_init()
113 f->term_reason_len = 0; in fsm_init()
[all …]
Dlcp.c242 fsm *f = &lcp_fsm[unit]; in lcp_init() local
246 f->unit = unit; in lcp_init()
247 f->protocol = PPP_LCP; in lcp_init()
248 f->callbacks = &lcp_callbacks; in lcp_init()
250 fsm_init(f); in lcp_init()
307 fsm *f = &lcp_fsm[unit]; in lcp_open() local
310 f->flags = 0; in lcp_open()
312 f->flags |= OPT_PASSIVE; in lcp_open()
315 f->flags |= OPT_SILENT; in lcp_open()
317 fsm_open(f); in lcp_open()
[all …]
Dipcp.c178 fsm *f = &ipcp_fsm[unit]; in ipcp_init() local
182 f->unit = unit; in ipcp_init()
183 f->protocol = PPP_IPCP; in ipcp_init()
184 f->callbacks = &ipcp_callbacks; in ipcp_init()
280 ipcp_resetci(fsm *f) in ipcp_resetci() argument
282 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_resetci()
284 wo->req_addr = wo->neg_addr && ipcp_allowoptions[f->unit].neg_addr; in ipcp_resetci()
294 ipcp_gotoptions[f->unit] = *wo; in ipcp_resetci()
295 cis_received[f->unit] = 0; in ipcp_resetci()
303 ipcp_cilen(fsm *f) in ipcp_cilen() argument
[all …]
Dvj.c99 #define DECODEL(f) { \ argument
101 u32_t tmp = ntohl(f) + ((cp[1] << 8) | cp[2]); \
102 (f) = htonl(tmp); \
105 u32_t tmp = ntohl(f) + (u32_t)*cp++; \
106 (f) = htonl(tmp); \
110 #define DECODES(f) { \ argument
112 u_short tmp = ntohs(f) + (((u_short)cp[1] << 8) | cp[2]); \
113 (f) = htons(tmp); \
116 u_short tmp = ntohs(f) + (u_short)*cp++; \
117 (f) = htons(tmp); \
[all …]
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
Dauth.c1232 check_access(FILE *f, char *filename)
1236 if (fstat(fileno(f), &sbuf) < 0) {
1258 scan_authfile(FILE *f, char *client, char *server, char *secret, struct wordlist **addrs, struct wo…
/lib/liblwip/src/include/ipv6/lwip/
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
73 … (ipaddr)->addr[2] = htonl(((e & 0xffff) << 16) | (f & 0xffff)); \
/sys/amd64/
Dthread.c26 Thread_SetupKThread(Thread *thr, void (*f)(), in Thread_SetupKThread() argument
50 tf->rip = (uint64_t)f; in Thread_SetupKThread()
/lib/liblwip/src/include/lwip/
Dtcpip.h102 #define tcpip_callback(f, ctx) tcpip_callback_with_block(f, ctx, 1) argument
Dudp.h152 #define udp_setflags(pcb, f) ((pcb)->flags = (f)) argument
Dsockets.h357 #define recvfrom(a,b,c,d,e,f) lwip_recvfrom(a,b,c,d,e,f) argument
359 #define sendto(a,b,c,d,e,f) lwip_sendto(a,b,c,d,e,f) argument
/sys/include/
Dthread.h110 Thread *Thread_KThreadCreate(void (*f)(void*), void *arg);
130 void Thread_SetupKThread(Thread *thr, void (*f)(),
/
DSConstruct119 for f in os.listdir(src):
120 srcPath = os.path.join(src, f)
121 dstPath = os.path.join(dst, f)
122 if f.startswith("."):
/sys/kern/
Dthread.c136 Thread_KThreadCreate(void (*f)(void *), void *arg) in Thread_KThreadCreate()
142 Thread_SetupKThread(thr, f, (uintptr_t)arg, 0, 0); in Thread_KThreadCreate()
/docs/
DDoxyfile334 # as Fortran files (default is PHP), and .f files as C (default is Fortran),
335 # use: inc=Fortran f=C.
957 # comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd,
999 *.f \