Home
last modified time | relevance | path

Searched refs:AF_IRDA (Results 1 – 25 of 2909) sorted by relevance

12345678910>>...117

/dports/comms/gnokii/gnokii-0.6.31/common/devices/
H A Dunixirda.c51 #ifndef AF_IRDA
52 # define AF_IRDA 23 macro
96 fd = socket(AF_IRDA, SOCK_STREAM, 0); in irda_discover_device()
154 fd = socket(AF_IRDA, SOCK_STREAM, 0); /* Create socket */ in irda_open()
155 peer.sir_family = AF_IRDA; in irda_open()
H A Dwinirda.c117 if ((fd = socket(AF_IRDA, SOCK_STREAM, 0)) < 0) { in irda_open()
130 peer.irdaAddressFamily = AF_IRDA; in irda_open()
/dports/comms/openobex/openobex-1.7.2-Source/lib/transport/
H A Dirobex.c45 #ifndef AF_IRDA
46 #define AF_IRDA 23 macro
72 data->sock = obex_transport_sock_create(AF_IRDA, 0, in irobex_init()
136 fd = create_stream_socket(AF_IRDA, 0, OBEX_FL_CLOEXEC); in irobex_query_ias()
186 addr.sir_family = AF_IRDA; in irobex_select_interface()
198 addr.sir_family = AF_IRDA; in irobex_select_interface()
260 addr.sir_family = AF_IRDA; in irobex_prepare_listen()
350 socket_t fd = create_stream_socket(AF_IRDA, 0, OBEX_FL_CLOEXEC); in irobex_find_interfaces()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daf_irda.h23 #ifndef AF_IRDA
24 #define AF_IRDA WINDOWS_AF_IRDA macro
28 #define PF_IRDA AF_IRDA
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daf_irda.h23 #ifndef AF_IRDA
24 #define AF_IRDA WINDOWS_AF_IRDA macro
28 #define PF_IRDA AF_IRDA
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/linux/
H A Dsocket.h135 #define AF_IRDA 23 macro
167 #define PF_IRDA AF_IRDA
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/linux/
H A Dsocket.h135 #define AF_IRDA 23 macro
167 #define PF_IRDA AF_IRDA
/dports/comms/gammu/gammu-1.42.0/libgammu/device/irda/
H A Dirda_w32.h7 #define AF_IRDA 26 macro
H A Dirda.c62 (*fd) = socket(AF_IRDA, SOCK_STREAM, 0); in irda_discover_device()
164 d->peer.irdaAddressFamily = AF_IRDA; in irda_open()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libcmd/
H A Dfds.c141 #ifdef AF_IRDA
142 "IRDA", AF_IRDA,
/dports/shells/ksh93/ast-93u/src/lib/libcmd/
H A Dfds.c141 #ifdef AF_IRDA
142 "IRDA", AF_IRDA,
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libcmd/
H A Dfds.c138 #ifdef AF_IRDA
139 "IRDA", AF_IRDA,
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/network-2.8.0.1/Network/Socket/
H A DTypes.hsc318 | AF_IRDA -- IRDA sockets constructor
522 #ifdef AF_IRDA
523 Just AF_IRDA -> Just #const AF_IRDA
726 #ifdef AF_IRDA
727 (#const AF_IRDA) -> AF_IRDA
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/android/
H A Dsockets_linux_socket.inc138 AF_IRDA =23;
170 PF_IRDA =AF_IRDA;
/dports/net/p5-Socket-Class/Socket-Class-2.258/
H A Dmod_sc.h82 #ifndef AF_IRDA
83 #define AF_IRDA 26 macro
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dsockets_linux_socket.inc138 AF_IRDA =23;
170 PF_IRDA =AF_IRDA;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/android/
H A Dsockets_linux_socket.inc138 AF_IRDA =23;
170 PF_IRDA =AF_IRDA;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/android/
H A Dsockets_linux_socket.inc138 AF_IRDA =23;
170 PF_IRDA =AF_IRDA;
/dports/sysutils/R-cran-ps/ps/src/
H A Dposix.c467 #ifdef AF_IRDA in ps__define_socket_address_families()
469 PS_ADD_AF(AF_IRDA); in ps__define_socket_address_families()
/dports/devel/stack/stack-2.7.3/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DTypes.hsc45 ,AF_ATMSVC,AF_IRDA,AF_PPPOX,AF_WANPIPE,AF_BLUETOOTH,AF_CAN)
917 pattern AF_IRDA :: Family
918 #ifdef AF_IRDA
919 pattern AF_IRDA = Family (#const AF_IRDA) function
921 pattern AF_IRDA = Family (-1) function
1404 , (AF_IRDA, "AF_IRDA")
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/network-3.1.2.0/Network/Socket/
H A DTypes.hsc45 ,AF_ATMSVC,AF_IRDA,AF_PPPOX,AF_WANPIPE,AF_BLUETOOTH,AF_CAN)
917 pattern AF_IRDA :: Family
918 #ifdef AF_IRDA
919 pattern AF_IRDA = Family (#const AF_IRDA) function
921 pattern AF_IRDA = Family (-1) function
1404 , (AF_IRDA, "AF_IRDA")
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/network-3.1.1.1/Network/Socket/
H A DTypes.hsc445 | AF_IRDA -- ^ IRDA sockets constructor
650 #ifdef AF_IRDA
651 Just AF_IRDA -> Just #const AF_IRDA
855 #ifdef AF_IRDA
856 (#const AF_IRDA) -> AF_IRDA
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/network-3.1.2.1/Network/Socket/
H A DTypes.hsc45 ,AF_ATMSVC,AF_IRDA,AF_PPPOX,AF_WANPIPE,AF_BLUETOOTH,AF_CAN)
917 pattern AF_IRDA :: Family
918 #ifdef AF_IRDA
919 pattern AF_IRDA = Family (#const AF_IRDA) function
921 pattern AF_IRDA = Family (-1) function
1404 , (AF_IRDA, "AF_IRDA")
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/network-3.1.0.1/Network/Socket/
H A DTypes.hsc391 | AF_IRDA -- ^ IRDA sockets constructor
596 #ifdef AF_IRDA
597 Just AF_IRDA -> Just #const AF_IRDA
801 #ifdef AF_IRDA
802 (#const AF_IRDA) -> AF_IRDA
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/network-3.1.2.2/Network/Socket/
H A DTypes.hsc45 ,AF_ATMSVC,AF_IRDA,AF_PPPOX,AF_WANPIPE,AF_BLUETOOTH,AF_CAN)
917 pattern AF_IRDA :: Family
918 #ifdef AF_IRDA
919 pattern AF_IRDA = Family (#const AF_IRDA) function
921 pattern AF_IRDA = Family (-1) function
1404 , (AF_IRDA, "AF_IRDA")

12345678910>>...117