XINU
|
#include <xinu.h>
Go to the source code of this file.
Functions | |
status | rdscomm (struct rd_msg_hdr *msg, int32 mlen, struct rd_msg_hdr *reply, int32 rlen, struct rdscblk *rdptr) |
status rdscomm | ( | struct rd_msg_hdr * | msg, |
int32 | mlen, | ||
struct rd_msg_hdr * | reply, | ||
int32 | rlen, | ||
struct rdscblk * | rdptr | ||
) |
Definition at line 11 of file rdscomm.c.
References disable(), FALSE, getlocalip(), htonl, network::ipvalid, kprintf(), NetData, ntohl, ntohs, OK, rdscblk::rd_loc_port, RD_MSG_RESPONSE, rdscblk::rd_registered, RD_RETRIES, rdscblk::rd_seq, rdscblk::rd_ser_ip, rdscblk::rd_ser_port, RD_TIMEOUT, rdscblk::rd_udpslot, restore(), SYSERR, TIMEOUT, TRUE, udp_recv(), udp_register(), and udp_sendto().
Referenced by rdscontrol(), rdsopen(), and rdsprocess().