Help for this page

Select Code to Download


  1. or download this
    $ grep sendmsg */*.ph
    sys/socket.ph:              eval 'sub sendmsg () { &nsendmsg;}' unless
    + defined(&sendmsg);
    ...
    sys/trchkid.ph:    eval 'sub hkwd_nsendmsg_out2 () {363;}' unless defi
    +ned(&hkwd_nsendmsg_out2);
    sys/trchkid.ph:    eval 'sub hkwd_nsendmsg_out3 () {364;}' unless defi
    +ned(&hkwd_nsendmsg_out3);
    sys/trchkid.ph:    eval 'sub hkwd_nsendmsg_out4 () {365;}' unless defi
    +ned(&hkwd_nsendmsg_out4);
    
  2. or download this
    $grep recvmsg */*.ph
    sys/socket.ph:              eval 'sub recvmsg () { &nrecvmsg;}' unless
    + defined(&recvmsg);
    ...
    sys/trchkid.ph:    eval 'sub hkwd_nrecvmsg_out1 () {422;}' unless defi
    +ned(&hkwd_nrecvmsg_out1);
    sys/trchkid.ph:    eval 'sub hkwd_nrecvmsg_out2 () {423;}' unless defi
    +ned(&hkwd_nrecvmsg_out2);
    sys/trchkid.ph:    eval 'sub hkwd_nrecvmsg_out3 () {424;}' unless defi
    +ned(&hkwd_nrecvmsg_out3);