Home | History | Annotate | Download | only in telephony

Lines Matching refs:headerBits

1146             int  headerBits    = 6*8;  /* 6 is size of header in bytes */
1147 int headerSeptets = headerBits / 7;
1148 if (headerBits % 7 > 0)
1151 pad = headerSeptets*7 - headerBits;