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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.h63 unsigned long sendtime; member in struct:hpsb_packet
H A Dieee1394_core.c530 packet->sendtime = jiffies;
610 /* Set the initial "sendtime" to 10 seconds from now, to
613 packet->sendtime = jiffies + 10 * HZ;
775 packet->sendtime = jiffies;
1081 if (time_before(packet->sendtime + expire, j))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dasfenc.c556 unsigned int sendtime,
597 put_le32(pb, sendtime);
554 put_payload_parsing_info( AVFormatContext *s, unsigned int sendtime, unsigned int duration, int nb_payloads, int padsize ) argument

Completed in 99 milliseconds