Home
last modified time | relevance | path

Searched refs:c_next (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dcpack.c62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); in cpack_align_and_reserve()
78 cs->c_next = cs->c_buf; in cpack_init()
95 cs->c_next = next + sizeof(*u); in cpack_uint64()
111 cs->c_next = next + sizeof(*u); in cpack_uint32()
127 cs->c_next = next + sizeof(*u); in cpack_uint16()
136 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len) in cpack_uint8()
139 *u = *cs->c_next; in cpack_uint8()
142 cs->c_next++; in cpack_uint8()
Dcpack.h35 u_int8_t *c_next; member
/external/ppp/pppd/
Dmain.c1221 struct callout *c_next; member
1256 for (pp = &callout; (p = *pp); pp = &p->c_next)
1261 newp->c_next = p;
1279 for (copp = &callout; (freep = *copp); copp = &freep->c_next)
1281 *copp = freep->c_next;
1306 callout = p->c_next; in calltimeout()