Searched refs:tuples (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_r_rtmp.c124 short tuples; local
158 tuples = gbuf_len(mp) - DDP_X_HDR_SIZE - RTMP_IDLENGTH;
160 * we need to make sure that the size of 'tuples' is
163 if (tuples <= 0) {
168 if (tuples % 3) {/* not a valid RTMP data packet */
175 tuples = tuples / 3;
177 rtmp_update(ifID, (at_rtmp *)ddp->data, tuples); local
509 ("rtmp_update: port activating, ignoring remaining tuples\n"));
514 * Process all the tuples agains
[all...]

Completed in 20 milliseconds