Lines Matching refs:reverse
78 facilities->reverse = p[1] & 0x81;
84 facilities->reverse = p[1] & 0x01;
90 facilities->reverse = p[1] & 0x80;
96 facilities->reverse
205 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) {
207 *p++ = facilities->reverse;
263 * The only real problem is with reverse charging.
282 * They want reverse charging, we won't accept it.
284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) {
285 SOCK_DEBUG(sk, "X.25: rejecting reverse charging request\n");
289 new->reverse = theirs.reverse;