Home
last modified time | relevance | path

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

/dports/misc/libpri/libpri-1.6.0/
H A Dtestprilib.c259 if (!(pri = pri_new_bri(pair[0], 0, PRI_NETWORK, PRI_DEF_SWITCHTYPE))) { in main()
270 if (!(pri = pri_new_bri(pair[1], 0, PRI_CPE, PRI_DEF_SWITCHTYPE))) { in main()
H A Dlibpri.h1338 struct pri *pri_new_bri(int fd, int ptpmode, int nodetype, int switchtype);
H A Dpri.c681 struct pri *pri_new_bri(int fd, int ptpmode, int nodetype, int switchtype) in pri_new_bri() function