Help for this page

Select Code to Download


  1. or download this
    sys/socket.ph:              eval 'sub sendmsg () { &nsendmsg;}' unless
    + defined(&sendmsg);
    
    sys/socket.ph:              eval 'sub recvmsg () { &nrecvmsg;}' unless
    + defined(&recvmsg);
    
  2. or download this
    require '/tmp/phfiles/sys/syscall.ph';
    print "SYS_sendmsg: ", SYS_sendmsg(), "\n";
    print "SYS_recvmsg: ", SYS_recvmsg(), "\n";