Searched refs:packet_type (Results 1 - 25 of 97) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dpsnap.h7 struct packet_type *,
H A Ddatalink.h12 struct packet_type *, struct net_device *);
H A Dp8022.h7 struct packet_type *pt,
H A Dllc.h26 struct packet_type;
61 struct packet_type *pt,
99 struct packet_type *pt, struct net_device *orig_dev);
113 struct packet_type *pt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dunexpected.c28 enum packet_type packet_type; member in struct:unexpected_key
62 key.packet_type = p->packet_type;
112 static enum packet_type match_type;
125 if (key.packet_type != match_type) return 0;
146 struct packet_struct *receive_unexpected(enum packet_type packet_type, int id, argument
156 match_type = packet_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dpacket.h51 uint8_t packet_type; member in struct:batman_packet
65 uint8_t packet_type; member in struct:icmp_packet
80 uint8_t packet_type; member in struct:icmp_packet_rr
93 uint8_t packet_type; member in struct:unicast_packet
100 uint8_t packet_type; member in struct:bcast_packet
108 uint8_t packet_type; member in struct:vis_packet
H A Dhard-interface.h40 struct packet_type *ptype,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.h104 struct packet_type fcoe_packet_type;
105 struct packet_type fip_packet_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/llc/
H A Dllc_core.c94 struct packet_type *pt,
135 static struct packet_type llc_packet_type __read_mostly = {
140 static struct packet_type llc_tr_packet_type __read_mostly = {
H A Dllc_input.c142 struct packet_type *pt, struct net_device *orig_dev)
148 struct packet_type *, struct net_device *);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/802/
H A Dpsnap.c50 struct packet_type *pt, struct net_device *orig_dev)
54 static struct packet_type snap_packet_type = {
129 struct packet_type *,
H A Dp8022.c39 struct packet_type *pt,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/irda/
H A Dirda.h113 struct packet_type;
128 struct packet_type *ptype,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dsq905c.c143 int packet_type; local
169 packet_type = FIRST_PACKET;
170 gspca_frame_add(gspca_dev, packet_type,
186 packet_type = LAST_PACKET;
188 packet_type = INTER_PACKET;
189 gspca_frame_add(gspca_dev, packet_type,
H A Dsq905.c221 int packet_type; local
258 packet_type = FIRST_PACKET;
265 packet_type = LAST_PACKET;
267 packet_type = INTER_PACKET;
269 gspca_frame_add(gspca_dev, packet_type,
273 if (packet_type == FIRST_PACKET &&
H A Djeilinj.c188 int packet_type; local
237 packet_type = LAST_PACKET;
239 packet_type = INTER_PACKET;
240 gspca_frame_add(gspca_dev, packet_type,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmmst.c100 static void start_command_packet(MMSTContext *mmst, MMSCSPacketType packet_type) argument
113 bytestream_put_le16(&mms->write_out_ptr, packet_type);
248 MMSSCPacketType packet_type= -1; local
257 packet_type = SC_PKT_CANCEL;
261 packet_type = SC_PKT_NO_DATA;
263 return packet_type;
301 packet_type= AV_RL16(mms->in_buffer+36);
304 "Server sent a message with packet type 0x%x and error status code 0x%08x\n", packet_type, hr);
342 packet_type = SC_PKT_ASF_HEADER;
359 packet_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmmst.c100 static void start_command_packet(MMSTContext *mmst, MMSCSPacketType packet_type) argument
113 bytestream_put_le16(&mms->write_out_ptr, packet_type);
241 MMSSCPacketType packet_type= -1; local
250 packet_type = SC_PKT_CANCEL;
254 packet_type = SC_PKT_NO_DATA;
256 return packet_type;
294 packet_type= AV_RL16(mms->in_buffer+36);
297 "Server sent a message with packet type 0x%x and error status code 0x%08x\n", packet_type, hr);
334 packet_type = SC_PKT_ASF_HEADER;
352 packet_type
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd.c306 if ((p->packet_type != NMB_PACKET) &&
307 (p->packet_type != DGRAM_PACKET)) {
309 procid_to_pid(&src), p->packet_type));
323 p->fd = (p->packet_type == NMB_PACKET) ?
329 p->fd = (p->packet_type == NMB_PACKET) ?
335 if (p->packet_type == DGRAM_PACKET) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/aoe/
H A Daoenet.c102 aoenet_rcv(struct sk_buff *skb, struct net_device *ifp, struct packet_type *pt, struct net_device *orig_dev)
155 static struct packet_type aoe_pt __read_mostly = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dsa/
H A Dtag_trailer.c70 struct packet_type *pt, struct net_device *orig_dev)
117 static struct packet_type trailer_packet_type __read_mostly = {
H A Dtag_dsa.c80 struct packet_type *pt, struct net_device *orig_dev)
189 static struct packet_type dsa_packet_type __read_mostly = {
H A Dtag_edsa.c93 struct packet_type *pt, struct net_device *orig_dev)
208 static struct packet_type edsa_packet_type __read_mostly = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_tx.h97 unsigned packet_type:2; member in struct:tx_control
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddrbd.h331 int packet_type; member in struct:drbd_nl_cfg_req
338 int packet_type; member in struct:drbd_nl_cfg_reply

Completed in 103 milliseconds

1234