gboolean rbu_scanDatagram(guchar * datagram, guint len, gushort chunk_type)

looks for chunk_type in a newly received datagram

Documentation

looks for chunk_type in a newly received datagram

All chunks within the datagram are lookes at, until one is found that equals the parameter chunk_type.

Parameters:
datagram - pointer to the newly received data
chunk_type - chunk type to look for
Returns:
true is chunk_type exists in SCTP datagram, false if it is not in there

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.