Searched refs:OFBURSTLEN (Results 1 – 5 of 5) sorted by relevance
58 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */ macro223 u_char buf[OFBURSTLEN]; in ofcons_start()232 len = q_to_b(&tp->t_outq, buf, OFBURSTLEN); in ofcons_start()
46 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */ macro
233 u_char buf[OFBURSTLEN]; in pconsstart()243 len = q_to_b(cl, buf, OFBURSTLEN); in pconsstart()
45 #define OFBURSTLEN 128 /* max number of bytes to write in one chunk */ macro
233 uint8_t buf[OFBURSTLEN]; in pconsstart()243 len = q_to_b(cl, buf, OFBURSTLEN); in pconsstart()