Home
last modified time | relevance | path

Searched refs:ATM_VPI_UNSPEC (Results 1 – 14 of 14) sorted by relevance

/linux-2.4.37.9/include/linux/
Datm.h170 #define ATM_VPI_UNSPEC -2 macro
/linux-2.4.37.9/net/atm/
Dpvc.c46 if (vcc->vpi != ATM_VPI_UNSPEC) addr->sap_addr.vpi = vcc->vpi; in pvc_bind()
Dcommon.c379 if ((vpi != ATM_VPI_UNSPEC && vpi != ATM_VPI_ANY && in __vcc_connect()
450 if (vpi != ATM_VPI_UNSPEC && vci != ATM_VCI_UNSPEC) in vcc_connect()
496 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in vcc_connect()
/linux-2.4.37.9/drivers/atm/
Datmtcp.c130 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) return 0; in atmtcp_v_open()
Dzatm.c755 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1586 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in zatm_open()
1608 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in zatm_open()
Deni.c851 if (vcc->vpi != ATM_VPI_UNSPEC && vcc->vci != ATM_VCI_UNSPEC) { in close_rx()
1960 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in eni_open()
1980 if (vci == ATM_VPI_UNSPEC || vpi == ATM_VCI_UNSPEC) return 0; in eni_open()
Dhorizon.c2189 #ifdef ATM_VPI_UNSPEC in hrz_open()
2191 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in hrz_open()
Dambassador.c1143 #ifdef ATM_VPI_UNSPEC in amb_open()
1145 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) { in amb_open()
Dfirestream.c885 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC) in fs_open()
Dlanai.c2521 (vpi == ATM_VPI_UNSPEC) || (vci == ATM_VCI_UNSPEC)) in lanai_open()
Dhe.c2326 if (vci == ATM_VCI_UNSPEC || vpi == ATM_VPI_UNSPEC) in he_open()
Didt77252.c2459 if (vpi == ATM_VPI_UNSPEC || vci == ATM_VCI_UNSPEC) in idt77252_open()
Diphase.c2734 if (vci != ATM_VPI_UNSPEC && vpi != ATM_VCI_UNSPEC)
/linux-2.4.37.9/drivers/usb/
Dspeedtch.c987 vcc->vpi = ATM_VPI_UNSPEC; in udsl_atm_close()