:orphan: .. index:: pair: enum; rpc_ioctl_code .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41b: enum rpc_ioctl_code =================== Overview ~~~~~~~~ TA-independent IOCTL codes :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum rpc_ioctl_code { :ref:`RPC_SIOCGSTAMP`, :ref:`RPC_SIOCGSTAMPNS`, :ref:`RPC_FIOASYNC`, :ref:`RPC_FIONBIO`, :ref:`RPC_FIONREAD`, :target:`RPC_FIONCLEX`, :target:`RPC_FIOCLEX`, :ref:`RPC_SIOCATMARK`, :ref:`RPC_SIOCINQ`, :ref:`RPC_SIOCOUTQ`, :ref:`RPC_TIOCOUTQ`, :ref:`RPC_SIOCSPGRP`, :ref:`RPC_SIOCGPGRP`, :ref:`RPC_SIOCGIFCONF`, :target:`RPC_SIOCGIFNAME`, :target:`RPC_SIOCGIFINDEX`, :ref:`RPC_SIOCGIFFLAGS`, :ref:`RPC_SIOCSIFFLAGS`, :ref:`RPC_SIOCGIFADDR`, :ref:`RPC_SIOCSIFADDR`, :ref:`RPC_SIOCGIFNETMASK`, :ref:`RPC_SIOCSIFNETMASK`, :ref:`RPC_SIOCGIFBRDADDR`, :ref:`RPC_SIOCSIFBRDADDR`, :ref:`RPC_SIOCGIFDSTADDR`, :ref:`RPC_SIOCSIFDSTADDR`, :ref:`RPC_SIOCGIFHWADDR`, :ref:`RPC_SIOCGIFMTU`, :ref:`RPC_SIOCSIFMTU`, :ref:`RPC_SIOCSARP`, :ref:`RPC_SIOCDARP`, :ref:`RPC_SIOCGARP`, :target:`RPC_SG_IO`, :ref:`RPC_SIOCETHTOOL`, :target:`RPC_SIOCSHWTSTAMP`, :target:`RPC_SIOCGHWTSTAMP`, :ref:`RPC_PTP_CLOCK_GETCAPS`, :ref:`RPC_PTP_SYS_OFFSET`, :ref:`RPC_PTP_SYS_OFFSET_EXTENDED`, :ref:`RPC_PTP_SYS_OFFSET_PRECISE`, :target:`RPC_SIO_ADDRESS_LIST_CHANGE`, :target:`RPC_SIO_ADDRESS_LIST_QUERY`, :target:`RPC_SIO_ADDRESS_LIST_SORT`, :target:`RPC_SIO_ASSOCIATE_HANDLE`, :target:`RPC_SIO_CHK_QOS`, :target:`RPC_SIO_ENABLE_CIRCULAR_QUEUEING`, :target:`RPC_SIO_FIND_ROUTE`, :target:`RPC_SIO_FLUSH`, :target:`RPC_SIO_GET_BROADCAST_ADDRESS`, :target:`RPC_SIO_GET_EXTENSION_FUNCTION_POINTER`, :target:`RPC_SIO_GET_GROUP_QOS`, :target:`RPC_SIO_GET_QOS`, :target:`RPC_SIO_KEEPALIVE_VALS`, :target:`RPC_SIO_MULTIPOINT_LOOPBACK`, :target:`RPC_SIO_MULTICAST_SCOPE`, :target:`RPC_SIO_RCVALL`, :target:`RPC_SIO_RCVALL_IGMPMCAST`, :target:`RPC_SIO_RCVALL_MCAST`, :target:`RPC_SIO_ROUTING_INTERFACE_CHANGE`, :target:`RPC_SIO_ROUTING_INTERFACE_QUERY`, :target:`RPC_SIO_SET_GROUP_QOS`, :target:`RPC_SIO_SET_QOS`, :target:`RPC_SIO_TRANSLATE_HANDLE`, :target:`RPC_SIO_UDP_CONNRESET`, :target:`RPC_SIO_INDEX_BIND`, :target:`RPC_SIO_UCAST_IF`, :target:`RPC_BLKFLSBUF`, :ref:`RPC_SIOUNKNOWN`, }; .. _details-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41b: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ TA-independent IOCTL codes Enum Values ----------- .. index:: pair: enumvalue; RPC_SIOCGSTAMP .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba816b891f80a0fab3d05217e3fccfd652: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGSTAMP Return timestamp of the last packet passed to the user .. index:: pair: enumvalue; RPC_SIOCGSTAMPNS .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba3e3bf30d111db62729dfca29706502c1: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGSTAMPNS Return timestamp of the last packet passed to the user in timespec structure .. index:: pair: enumvalue; RPC_FIOASYNC .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba5b8d9dcf88877ae0536b4e09009b2e3f: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_FIOASYNC Enable/disable asynchronous I/O mode of the socket .. index:: pair: enumvalue; RPC_FIONBIO .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba1bf53866df2ed2479628ee013440dde0: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_FIONBIO Enable/disable non-blocking for socket I/O .. index:: pair: enumvalue; RPC_FIONREAD .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba6990dd3643ed94baaed1f748d4a4086a: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_FIONREAD Get number of immediately readable bytes .. index:: pair: enumvalue; RPC_SIOCATMARK .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41baecf5700634ae40d46c1d93d2a0e6337d: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCATMARK Determine if the current location in the input data is pointing to out-of-band data .. index:: pair: enumvalue; RPC_SIOCINQ .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba04edc20256020f18444ddd0ec6a3e2c6: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCINQ (TCP) Returns the amount of queued unread data in the receive buffer. (UDP) Returns the size of the next pending datagram. .. index:: pair: enumvalue; RPC_SIOCOUTQ .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41baeafd4abec166b8a09d054f15ed9a040d: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCOUTQ Returns the amount of unsent data in the socket send queue. .. index:: pair: enumvalue; RPC_TIOCOUTQ .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41baac6903603e27ed0b53d253fa2c804e69: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_TIOCOUTQ Synonym of the RPC_SIOCOUTQ option .. index:: pair: enumvalue; RPC_SIOCSPGRP .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba8a4638885134071a811d9dba2e3dfaff: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSPGRP Set the process of process group to send SIGIO or SIGURG signals to when an asynchronous I/O operation has been finished or urgent data is available .. index:: pair: enumvalue; RPC_SIOCGPGRP .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41bab31979d7d217e1a7d313aa7fbccfaf90: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGPGRP Get the current process or process group that receives SIGIO or SIGURG signals. .. index:: pair: enumvalue; RPC_SIOCGIFCONF .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba4ee79f1e2ef962ddca0b5f5e764a5634: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFCONF Get the list of network interfaces and their configuration .. index:: pair: enumvalue; RPC_SIOCGIFFLAGS .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba4f19960bc87f0032d50eebdcf807fb04: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFFLAGS Get interface flags .. index:: pair: enumvalue; RPC_SIOCSIFFLAGS .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41badfa61694187d2b2363ddc4a6184ca142: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSIFFLAGS Set interface flags .. index:: pair: enumvalue; RPC_SIOCGIFADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba7dac7c6b963463da668839d866c9f475: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFADDR Get the network interface address .. index:: pair: enumvalue; RPC_SIOCSIFADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41baf74cda567d8166bded135cfd82a43a5f: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSIFADDR Set the network interface address .. index:: pair: enumvalue; RPC_SIOCGIFNETMASK .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba682a7bdf972f29a58ec5cd9d0d2026e3: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFNETMASK Get the network interface mask .. index:: pair: enumvalue; RPC_SIOCSIFNETMASK .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba68f17465d4805a785e5000e711883e5b: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSIFNETMASK Set the network interface mask .. index:: pair: enumvalue; RPC_SIOCGIFBRDADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba06b143dcf76634d5e456b130ccb813a6: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFBRDADDR Get the network interface broadcast address .. index:: pair: enumvalue; RPC_SIOCSIFBRDADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba2e48e8a0da8f360d3e96ffb15133e143: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSIFBRDADDR Set the network interface broadcast address .. index:: pair: enumvalue; RPC_SIOCGIFDSTADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba7ab132886cff55d1326f6d732645ecd3: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFDSTADDR Get destination IP address of the interface in case .. index:: pair: enumvalue; RPC_SIOCSIFDSTADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba6584bf5f8d1b46106bb47417b1880947: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSIFDSTADDR Set destination IP address of the interface in case .. index:: pair: enumvalue; RPC_SIOCGIFHWADDR .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41bad23cf06a86a3a3791db9b086043880ff: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFHWADDR Get hardware address of a network interface .. index:: pair: enumvalue; RPC_SIOCGIFMTU .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba09d8ad63f141c1e0792db4677da40747: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGIFMTU Get the value of MTU on a network interface .. index:: pair: enumvalue; RPC_SIOCSIFMTU .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba6b19a79e5944c86bfa72563583669d96: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSIFMTU Set the value of MTU on a network interface .. index:: pair: enumvalue; RPC_SIOCSARP .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba91478a62d236266b65c5d9c4ba652476: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCSARP Set ARP mapping .. index:: pair: enumvalue; RPC_SIOCDARP .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba82572e7fddaca4b7bd3b20920894145f: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCDARP Delete ARP mapping .. index:: pair: enumvalue; RPC_SIOCGARP .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41baa736d6df170fbecedcdb3cc9f042adb5: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCGARP Get ARP mapping .. index:: pair: enumvalue; RPC_SIOCETHTOOL .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba9b64bca439d9a413980c0f57be8c31d2: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOCETHTOOL Linux-specific Ethtool .. index:: pair: enumvalue; RPC_PTP_CLOCK_GETCAPS .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba73aeff962d989390bb0ea7a9843d67d6: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_PTP_CLOCK_GETCAPS Get PTP clock capabilities .. index:: pair: enumvalue; RPC_PTP_SYS_OFFSET .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41bac5ab246ae2a772f0fd0c916d0d263a00: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_PTP_SYS_OFFSET Get a few samples of system and PTP clock times obtained at the same moment .. index:: pair: enumvalue; RPC_PTP_SYS_OFFSET_EXTENDED .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41ba749344b82270746e6c7b424e79d00c6d: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_PTP_SYS_OFFSET_EXTENDED Extended version of PTP_SYS_OFFSET providing three timestamps per sample .. index:: pair: enumvalue; RPC_PTP_SYS_OFFSET_PRECISE .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41bafac00a5dfa215f2882bbb093c056d040: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_PTP_SYS_OFFSET_PRECISE Estimate offset between system and PTP clocks using getcrosststamp() callback in driver .. index:: pair: enumvalue; RPC_SIOUNKNOWN .. _doxid-te__rpc__sys__socket_8h_1a18e37739a2a91f1d2d90c2320ab9b41baaa77d48cfcb4d43496ea7f85ab2404ce: .. ref-code-block:: cpp :class: doxyrest-title-code-block RPC_SIOUNKNOWN Invalid ioctl code