Home
last modified time | relevance | path

Searched defs:l (Results 1 – 9 of 9) sorted by relevance

/sys/amd64/
Dpmap.c134 for (int l = 0; l < PAGETABLE_ENTRIES; l++) { in PMap_DestroyAS() local
222 int i,j,k,l; in PMap_Translate() local
280 int i,j,k,l; in PMapLookupEntry() local
546 AddrFromIJKL(uint64_t i, uint64_t j, uint64_t k, uint64_t l) in AddrFromIJKL()
557 int l = 0; in PMap_DumpFull() local
621 int l = 0; in PMap_Dump() local
/lib/liblwip/src/netif/ppp/
Dppp_impl.h195 #define GETLONG(l, cp) { \ argument
201 #define PUTLONG(l, cp) { \ argument
212 #define BCMP(s0, s1, l) memcmp((u_char *)(s0), (u_char *)(s1), (l)) argument
213 #define BCOPY(s, d, l) MEMCPY((d), (s), (l)) argument
217 #define PRINTMSG(m, l) { m[l] = '\0'; LWIP_DEBUGF(LOG_INFO, ("Remote message: %s\n", m)); } argument
219 #define PRINTMSG(m, l) argument
Dfsm.c382 fsm_input(fsm *f, u_char *inpacket, int l) in fsm_input()
Dpap.c334 upap_input(int unit, u_char *inpacket, int l) in upap_input()
Dppp.c1468 sifdefaultroute(int pd, u32_t l, u32_t g) in sifdefaultroute()
1492 cifdefaultroute(int pd, u32_t l, u32_t g) in cifdefaultroute()
1781 pppInProc(PPPControlRx *pcrx, u_char *s, int l) in pppInProc()
Dipcp.c551 u32_t ciaddr1, ciaddr2, l, cidnsaddr; in ipcp_nakci() local
888 int l = *len; /* Length left */ in ipcp_reqci() local
Dlcp.c1241 int l = *lenp; /* Length left */ in lcp_reqci() local
/lib/liblwip/src/core/
Dpbuf.c367 pbuf_alloced_custom(pbuf_layer l, u16_t length, pbuf_type type, struct pbuf_custom *p, in pbuf_alloced_custom()
/lib/liblwip/src/include/lwip/
Dapi.h197 #define API_EVENT(c,e,l) if (c->callback) { \ argument