XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
int32 | rfscomm (struct rf_msg_hdr *msg, int32 mlen, struct rf_msg_hdr *reply, int32 rlen) |
int32 rfscomm | ( | struct rf_msg_hdr * | msg, |
int32 | mlen, | ||
struct rf_msg_hdr * | reply, | ||
int32 | rlen | ||
) |
Definition at line 10 of file rfscomm.c.
References htonl, kprintf(), ntohl, ntohs, Rf_data, rfdata::rf_loc_port, RF_MSG_RESPONSE, rfdata::rf_registered, RF_RETRIES, rfdata::rf_seq, rfdata::rf_ser_ip, rfdata::rf_ser_port, RF_TIMEOUT, rfdata::rf_udp_slot, SYSERR, TIMEOUT, TRUE, udp_recv(), udp_register(), and udp_send().
Referenced by rflread(), rflwrite(), rfscontrol(), rfsndmsg(), and rfsopen().