Searched refs:rtmp_head (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.h46 struct rtmp_head { struct
H A Drtmp.c99 static int rtmp_config( struct rtmp_head *rh, struct interface *iface)
399 struct rtmp_head rh;
780 memcpy( data, &rh, sizeof( struct rtmp_head ));
781 data += sizeof( struct rtmp_head );
H A Dmain.c196 struct rtmp_head rh;
539 memcpy( data, &rh, sizeof( struct rtmp_head ));
540 data += sizeof( struct rtmp_head );
596 data = packet + 1 + sizeof( struct rtmp_head ) + 2 * SZ_RTMPTUPLE;
598 data = packet + 1 + sizeof( struct rtmp_head ) + SZ_RTMPTUPLE;

Completed in 102 milliseconds