Home
last modified time | relevance | path

Searched refs:MAX_FACILITY_IES (Results 1 – 2 of 2) sorted by relevance

/dports/misc/libpri/libpri-1.6.0/
H A Dpri_internal.h61 #define MAX_FACILITY_IES 8 macro
181 q931_ie *ie[MAX_FACILITY_IES];
183 unsigned char codeset[MAX_FACILITY_IES];
H A Dq931.c3097 if (MAX_FACILITY_IES <= ctrl->facility.count) { in receive_facility()