Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/isdn/
H A Dm_isdn.rst9 space is based on sockets with a own address family AF_ISDN.
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h225 #define AF_ISDN 34 /* mISDN sockets */ macro
282 #define PF_ISDN AF_ISDN
/openbmc/linux/include/linux/
H A Dsocket.h225 #define AF_ISDN 34 /* mISDN sockets */ macro
282 #define PF_ISDN AF_ISDN
/openbmc/linux/drivers/isdn/mISDN/
H A Dsocket.c131 maddr->family = AF_ISDN; in mISDN_sock_recvmsg()
476 if (!maddr || maddr->family != AF_ISDN) in data_sock_bind()
563 maddr->family = AF_ISDN; in data_sock_getname()
708 if (!maddr || maddr->family != AF_ISDN) in base_sock_bind()