Searched refs:get_packet (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daudiointerleave.h48 * @param get_packet function will output a packet when streams are correctly interleaved.
52 int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
H A Daudiointerleave.c105 int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
148 return get_packet(s, out, NULL, flush);
H A Drtmpproto.c2242 /* Audio, Video and Metadata packets are parsed in get_packet() */
2311 static int get_packet(URLContext *s, int for_header) function
2639 ret = get_packet(s, 1);
2672 if ((ret = get_packet(s, 0)) < 0)
2723 if ((ret = get_packet(s, 0)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daudiointerleave.h48 * @param get_packet function will output a packet when streams are correctly interleaved.
52 int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
H A Daudiointerleave.c99 int (*get_packet)(AVFormatContext *, AVPacket *, AVPacket *, int),
133 return get_packet(s, out, pkt, flush);
H A Drtmpproto.c680 static int get_packet(URLContext *s, int for_header) function
869 ret = get_packet(s, 1);
917 if ((ret = get_packet(s, 0)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dpacket.h33 int get_packet(struct dhcpMessage *packet, int fd);
H A Ddhcpd.c186 if ((bytes = get_packet(&packet, server_socket)) < 0) { /* this waits for a packet - idle */
H A Dpacket.c47 int get_packet(struct dhcpMessage *packet, int fd) function
H A Ddhcpc.c454 len = get_packet(&packet, fd);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dpacket.h49 int get_packet(struct dhcpMessage *packet, int fd);
H A Ddhcpd.c188 if ((bytes = get_packet(&packet, server_socket)) < 0) { /* this waits for a packet - idle */
H A Dpacket.c48 int get_packet(struct dhcpMessage *packet, int fd) function
H A Ddhcpc.c611 /* len = get_packet(&packet, fd); */
612 len = get_packet(&packet.data, fd);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/debug/
H A Dgdbstub.c80 static void get_packet(char *buffer) function
962 get_packet(remcom_in_buffer);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/chelsio/
H A Dsge.c1005 * get_packet - return the next ingress packet buffer
1018 static inline struct sk_buff *get_packet(struct pci_dev *pdev, function
1339 skb = get_packet(adapter->pdev, fl, len - sge->rx_pkt_pad);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dsge.c762 * get_packet - return the next ingress packet buffer from a free list
776 static struct sk_buff *get_packet(struct adapter *adap, struct sge_fl *fl, function
832 * Note: this function is similar to @get_packet but deals with Rx buffers
2345 skb = get_packet(adap, fl, G_RSPD_LEN(len),

Completed in 195 milliseconds