void snmpIoWrite ( void * pSocket, char * pBuf, int bufSize, void * remote, void * local )
This routine writes a datagram to the socket. The routine calls sendto( ) with flags always set to 0. The local parameter is not used in this case, but exists for conformance with our transport-independent interface.
N/A
snmpIoLib, sendto( ) (VxWorks Reference Manual)