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

  /external/iputils/
tftpsubs.c 67 #define BF_ALLOC -3 /* alloc'd but not yet filled */
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
173 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */
  /external/curl/tests/server/
tftpd.c 133 * bf.buf buffer. Additionally it can also hold flags BF_ALLOC or BF_FREE.
141 #define BF_ALLOC -3 /* alloc'd but not yet filled */
433 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */
540 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */
    [all...]

Completed in 520 milliseconds