C Pointers
  • C Pointers
  • Linux Device Drivers
  • Linux System Programming
    • Linux Socket Programming
    • Message_queues
    • NamedPipes
    • Netlink
    • Shared_Memory
    • Shared_Memory_2_FDS
    • SocketPair
      • Basic example of socketpair
      • Socketpair program using Select System Call
      • Socketpair program using Poll System Call
      • Socketpair program using Epoll System Call
    • Timerfd
  • Linux Network Programming
  • Linux Build Environments
  • OS Ports
  • FreeBSD Device Drivers
C Pointers
  • »
  • Linux System Programming »
  • SocketPair
  • View page source
Previous Next

SocketPair

Basic_example
  • Basic example of socketpair

Topics in this section,

  • program 1: socketpair : single data transfer

  • program 2: socketpair : multiple data transfer

select
  • Socketpair program using Select System Call

Topics in this section,

  • socketpair FAQs

  • Step 1: Sequence Diagram for socketpair.c

  • Step 2: Program for socketpair.c

  • Step 3: Compile and Execute socketpair.c

  • Summary

poll
  • Socketpair program using Poll System Call

Topics in this section,

  • socketpair FAQs

  • Step 1: Sequence Diagram for socketpair.c

  • Step 2: Program for socketpair.c

  • Step 3: Compile and Execute socketpair.c

  • Summary

epoll
  • Socketpair program using Epoll System Call

Topics in this section,

  • socketpair FAQs

  • Step 1: Sequence Diagram for socketpair.c

  • Step 2: Program for socketpair.c

  • Step 3: Compile and Execute socketpair.c

  • Summary

See Also
  • Previous topic

    • Shared_Memory_2_FDS

  • Current topic

    • SocketPair

  • Next IPC

    • Timerfd

Previous Next

© Copyright 2023, c-pointers.