Searched refs:atm_sap (Results 1 – 7 of 7) sorted by relevance
/external/ppp/pppd/plugins/pppoatm/ |
D | atm.h | 101 int text2sap(const char *text,struct atm_sap *sap,int flags); 102 int sap2text(char *buffer,int length,const struct atm_sap *sap,int flags); 103 int sap_equal(const struct atm_sap *a,const struct atm_sap *b,int flags,...);
|
/external/kernel-headers/original/uapi/linux/ |
D | atmsvc.h | 36 struct atm_sap sap; /* SAP */
|
D | atmsap.h | 151 struct atm_sap { struct
|
D | atm.h | 75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
|
/external/iproute2/include/uapi/linux/ |
D | atmsap.h | 151 struct atm_sap { struct
|
D | atm.h | 75 #define SO_ATMSAP __SO_ENCODE(SOL_ATM,3,struct atm_sap)
|
/external/iproute2/tc/ |
D | q_atm.c | 52 struct atm_sap sap; in atm_parse_class_opt()
|