Home
last modified time | relevance | path

Searched refs:PRS_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/netisdn/
Di4b_ioctl.h237 #define PRS_ALLOWED 1 /* presentation allowed */ macro
Di4b_q931.c451 cd->prs_ind = ((msg_ptr[3] >> 5) & 0x03) + PRS_ALLOWED; in i4b_decode_q931_cs0_ie()
Di4b_capi_msgs.c566 cd->prs_ind = ((y >> 5) & 3) + PRS_ALLOWED; in capi_connect_ind()