HomeSort by relevance Sort by last modified time
    Searched refs:c_next (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
cpack.c 62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize);
78 cs->c_next = cs->c_buf;
95 cs->c_next = next + sizeof(*u);
111 cs->c_next = next + sizeof(*u);
127 cs->c_next = next + sizeof(*u);
136 if ((size_t)(cs->c_next - cs->c_buf) >= cs->c_len)
139 *u = *cs->c_next;
142 cs->c_next++;
cpack.h 35 u_int8_t *c_next; member in struct:cpack_state
  /external/ppp/pppd/
main.c 1244 struct callout *c_next; member in struct:callout
    [all...]

Completed in 1236 milliseconds