Home
last modified time | relevance | path

Searched defs:cp (Results 1 – 4 of 4) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dppp_impl.h178 #define GETCHAR(c, cp) { \ argument
181 #define PUTCHAR(c, cp) { \ argument
186 #define GETSHORT(s, cp) { \ argument
190 #define PUTSHORT(s, cp) { \ argument
195 #define GETLONG(l, cp) { \ argument
201 #define PUTLONG(l, cp) { \ argument
209 #define INCPTR(n, cp) ((cp) += (n)) argument
210 #define DECPTR(n, cp) ((cp) -= (n)) argument
Dvj.c149 register u_char *cp = new_seq; in vj_compress_tcp() local
466 u_char *cp; in vj_uncompress_tcp() local
/lib/liblwip/src/core/ipv4/
Dip_addr.c130 ipaddr_addr(const char *cp) in ipaddr_addr()
152 ipaddr_aton(const char *cp, ip_addr_t *addr) in ipaddr_aton()
/lib/liblwip/src/include/ipv4/lwip/
Dinet.h98 #define inet_addr(cp) ipaddr_addr(cp) argument
99 #define inet_aton(cp, addr) ipaddr_aton(cp, (ip_addr_t*)addr) argument