Functions | |
int | net_connect_ (char *procname, int *rcxchan, int *txchan, int *stat, int procname_len) |
int | net_receive_ (int *efn, int *rxchan, void *fb, int *stat) |
int | net_transmit_ (int *txchan, void *put, int *stat) |
isrvr
(information service), which is a central service for all consoles. Each program registers then with name and port to rsrvr
(registration service), another central service for all consoles. It serves at runtime as a name service to resolve the ip adress and port number for a given application. int net_connect_ | ( | char * | procname, | |
int * | rcxchan, | |||
int * | txchan, | |||
int * | stat, | |||
int | procname_len | |||
) |
connect procname to name server
int net_receive_ | ( | int * | efn, | |
int * | rxchan, | |||
void * | fb, | |||
int * | stat | |||
) |
sets buffer to store net packet in. sets event to be triggered when buffer was filled
int net_transmit_ | ( | int * | txchan, | |
void * | put, | |||
int * | stat | |||
) |
send net packet