[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1316.0. "ULTRIX..What does MCC provide programmer?" by EMASS::FLETCHER (Robin G. Fletcher, SWS -> WAO) Tue Aug 06 1991 13:12

    What document (if one exists) do I refer to when looking for any
    MCC routine that operates on sockets or memory mgt?
    
    I have done a 
    % ar -tv mcc_exec.a
    and saw that a routine like mcc_cea_open_s????? exists and
    mcc_cea_bind_s????? exists BUT where is it documented on how
    to use them?  Are their call arguments the same and a standard
    bind() or open()?
    
    What document lists all the routines provided for the programmer
    in /usr/mcc/mmtoolkit/lib ?
    
    Robin
    
T.RTitleUserPersonal
Name
DateLines
1316.1mcc_cea... are internal routines/modules of MCC_EA*CHRISB::BRIENENDECmcc Bridge|Station|SNMP Management.Tue Aug 06 1991 16:4010
"mcc_cea_open_s..." and "mcc_cea_bind_s..." are some internal modules/routines
of the MCC_EA Exec Common Routines on DECmcc/Ultrix.

They are described in the Ethernet Access Routines Design Document, but
are not intended for general use.

Documentation of how to use the MCC_EA* Routines is provide in the
DECmcc SRM.

						Chris
1316.2no MCC requirements imposedEMASS::FLETCHERRobin G. Fletcher, SWS -> WAOWed Aug 07 1991 10:315
    So the opening and use of sockets has NO MCC requirements for 
    special processing considerations?
    
    Robin
    
1316.3All sockets are NOT alikeALLZS::MORRISONThe world is a networkTue Aug 13 1991 14:2010
> So the opening and use of sockets has NO MCC requirements for
> special processing considerations?

That depends on what kind of sockets you're using.  The MCC_EA routines are
using the special ULTRIX Data Link Interface sockets.  If you're using
those, you REALLY should use MCC's Ethernet Access Routines which, as Chris
pointed out, are documented in the SRM.  If you just want generic sockets,
then that's another story, which I'll let one of the kernel team answer.

						Wayne