MCPcopy Index your code
hub / github.com/F-Stack/f-stack / o_next

Function o_next

tools/ipfw/dummynet.c:140–147  ·  view source on GitHub ↗

make room in the buffer and move the pointer forward */

Source from the content-addressed store, hash-verified

138
139/* make room in the buffer and move the pointer forward */
140static void *
141o_next(struct dn_id **o, int len, int type)
142{
143 struct dn_id *ret = *o;
144 oid_fill(ret, len, type, 0);
145 *o = O_NEXT(*o, len);
146 return ret;
147}
148
149#ifdef NEW_AQM
150

Callers 1

ipfw_config_pipeFunction · 0.70

Calls 1

oid_fillFunction · 0.70

Tested by

no test coverage detected