Searched refs:CBCP_ADDR_PSTN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Dcbcp.c232 #define CBCP_ADDR_PSTN (1) macro
248 if (addr->type == CBCP_ADDR_PSTN)
277 addr->type = CBCP_ADDR_PSTN;
288 addr->type = CBCP_ADDR_PSTN;
391 if (addr->type != CBCP_ADDR_PSTN) {
419 if (addr->type != CBCP_ADDR_PSTN) {
456 if (addr->type == CBCP_ADDR_PSTN) {
496 addr->type = CBCP_ADDR_PSTN;
534 else if (addr->type != CBCP_ADDR_PSTN)
552 else if (addr->type != CBCP_ADDR_PSTN)
[all...]

Completed in 52 milliseconds