Home
last modified time | relevance | path

Searched refs:SOL_IRLMP (Results 1 – 13 of 13) sorted by relevance

/dports/comms/openobex/openobex-1.7.2-Source/lib/transport/
H A Dirobex.c139 err = getsockopt(fd, SOL_IRLMP, IRLMP_IAS_QUERY, (void*)&ias_query, &len); in irobex_query_ias()
283 (void)setsockopt(fd, SOL_IRLMP, IRLMP_HINTS_SET, hints, sizeof(hints)); in set_listen_sock_opts()
366 err = setsockopt(fd, SOL_IRLMP, IRLMP_HINT_MASK_SET, in irobex_find_interfaces()
376 if (getsockopt(fd, SOL_IRLMP, IRLMP_ENUMDEVICES, (char *) buf, &len)) in irobex_find_interfaces()
/dports/comms/gnokii/gnokii-0.6.31/common/devices/
H A Dwinirda.c73 if (getsockopt(fd, SOL_IRLMP, IRLMP_ENUMDEVICES, buf, &s) != SOCKET_ERROR) { in irda_discover_device()
134 if (setsockopt(fd, SOL_IRLMP, IRLMP_9WIRE_MODE, (char *)&x, sizeof(x)) == SOCKET_ERROR) { in irda_open()
H A Dunixirda.c111 if (getsockopt(fd, SOL_IRLMP, IRLMP_ENUMDEVICES, buf, (socklen_t *)&s) == 0) { in irda_discover_device()
/dports/comms/gammu/gammu-1.42.0/libgammu/device/irda/
H A Dirda_w32.h8 #define SOL_IRLMP 0x00FF macro
H A Dirda_unx.h33 #define SOL_IRLMP 266 /* Same as SOL_IRDA for now */ macro
H A Dirda.c87 if (getsockopt(*fd, SOL_IRLMP, IRLMP_ENUMDEVICES, buf, &s) == 0) { in irda_discover_device()
173 if (setsockopt(fd, SOL_IRLMP, IRLMP_9WIRE_MODE, (const char *) &Enable9WireMode, in irda_open()
/dports/comms/gnokii/gnokii-0.6.31/include/devices/
H A Dlinuxirda.h94 #define SOL_IRLMP 266 /* Same as SOL_IRDA for now */ macro
/dports/comms/openobex/openobex-1.7.2-Source/include/linux/
H A Dirda.h78 #define SOL_IRLMP 266 /* Same as SOL_IRDA for now */ macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daf_irda.h30 #define SOL_IRLMP 0x00FF macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Daf_irda.h30 #define SOL_IRLMP 0x00FF macro
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaaf_irda.pas92 SOL_IRLMP = $00FF;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs3511 pub const SOL_IRLMP: u32 = 255u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/WinSock/
H A Dmod.rs6715 pub const SOL_IRLMP: u32 = 255u32; const