yw_packet_type

Name

yw_packet_type -- get type of packet

Synopsis


     #include <yw/packet.h>
   

YwPacketType yw_packet_type(YwPacket *pkt);

DESCRIPTION

This function retrives type of pkt.

RETURN VALUE

Type of packet. See yw_packet_new(3) for disussion about possible packet types.

INFO

Generated from: packet.c,v 1.10 2001/05/21 09:58:51 malekith Exp.