Home
last modified time | relevance | path

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

/freebsd/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;
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsendrecv82 af == AF_ISDN ? "AF_ISDN" :
83 af == AF_E164 ? "AF_ISDN" :
/freebsd/sys/sys/
H A Dsocket.h250 #define AF_ISDN 26 /* Integrated Services Digital Network*/ macro
251 #define AF_E164 AF_ISDN /* CCITT E.164 recommendation */
384 #define PF_ISDN AF_ISDN