Home
last modified time | relevance | path

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

/src/cddl/lib/libdtrace/
H A Dsocket.d178 #pragma D binding "1.13" AF_ISDN
179 inline int AF_ISDN = 26; /* Integrated Services Digital Network*/ variable
181 inline int AF_E164 = AF_ISDN; /* CCITT E.164 recommendation */
273 inline int PF_ISDN = AF_ISDN;
/src/cddl/usr.sbin/dwatch/libexec/
H A Dsendrecv82 af == AF_ISDN ? "AF_ISDN" :
83 af == AF_E164 ? "AF_ISDN" :
/src/sys/sys/
H A Dsocket.h251 #define AF_ISDN 26 /* Integrated Services Digital Network*/ macro
252 #define AF_E164 AF_ISDN /* CCITT E.164 recommendation */
385 #define PF_ISDN AF_ISDN