yw_packet_word

Name

yw_packet_word -- get specified word of packet

Synopsis


     #include <yw/packet.h>
   

YwWord *yw_packet_word(YwPacket *pkt, int nth);

DESCRIPTION

This function retrives nth word of pkt. YwWord is opaque pointer.

RETURN VALUE

nth word of pkt.

INFO

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