swtype           1258 src/ftmod/ftmod_libpri/ftmod_libpri.c static int str2switch(char *swtype)
swtype           1260 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "ni1"))
swtype           1262 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "ni2"))
swtype           1264 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "dms100"))
swtype           1266 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "lucent5e") || !strcasecmp(swtype, "5ess"))
swtype           1268 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "att4ess") || !strcasecmp(swtype, "4ess"))
swtype           1270 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "euroisdn"))
swtype           1272 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "gr303eoc"))
swtype           1274 src/ftmod/ftmod_libpri/ftmod_libpri.c 	if (!strcasecmp(swtype, "gr303tmc"))
swtype            171 src/ftmod/ftmod_libpri/lpwrap_pri.c int lpwrap_init_pri(struct lpwrap_pri *spri, ftdm_span_t *span, ftdm_channel_t *dchan, int swtype, int node, int debug)
swtype            180 src/ftmod/ftmod_libpri/lpwrap_pri.c 	if (spri->dchan && (spri->pri = pri_new_cb(spri->dchan->sockfd, node, swtype, __pri_lpwrap_read, __pri_lpwrap_write, spri))){
swtype            123 src/ftmod/ftmod_libpri/lpwrap_pri.h int lpwrap_init_pri(struct lpwrap_pri *spri, ftdm_span_t *span, ftdm_channel_t *dchan, int swtype, int node, int debug);
swtype            132 src/sangoma_pri.c int sangoma_init_pri(struct sangoma_pri *spri, int span, int dchan, int swtype, int node, int debug)
swtype            142 src/sangoma_pri.c 		if ((spri->pri = pri_new_cb(spri->zdchan->sockfd, node, swtype, __pri_sangoma_read, __pri_sangoma_write, spri))){
swtype             97 src/sangoma_pri.h int sangoma_init_pri(struct sangoma_pri *spri, int span, int dchan, int swtype, int node, int debug);