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

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dp8022.h4 extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
H A Dpsnap.h4 extern struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
H A Ddatalink.h10 struct packet_type *);
H A Darp.h12 struct packet_type *pt);
H A Dx25.h159 extern int x25_lapb_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *);
160 extern int x25_llc_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dp8022.h4 extern struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
H A Dpsnap.h4 extern struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *));
H A Ddatalink.h10 struct packet_type *);
H A Darp.h12 struct packet_type *pt);
H A Dx25.h159 extern int x25_lapb_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *);
160 extern int x25_llc_receive_frame(struct sk_buff *, struct net_device *, struct packet_type *);
/asus-wl-520gu-7.0.1.45/src/router/samba/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;
H A Dnmblib.c621 if(packet->packet_type == NMB_PACKET)
623 else if (packet->packet_type == DGRAM_PACKET)
653 if (packet->packet_type == NMB_PACKET)
655 else if (packet->packet_type == DGRAM_PACKET)
665 enum packet_type packet_type)
681 p->packet_type = packet_type;
683 switch (packet_type) {
705 struct packet_struct *read_packet(int fd,enum packet_type packet_typ argument
664 parse_packet(char *buf,int length, enum packet_type packet_type) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/802/
H A Dp8022.c50 int p8022_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt)
81 static struct packet_type p8022_packet_type =
102 struct datalink_proto *register_8022_client(unsigned char type, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *))
H A Dpsnap.c42 int snap_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *pt)
44 static struct packet_type psnap_packet_type =
105 struct datalink_proto *register_snap_client(unsigned char *desc, int (*rcvfunc)(struct sk_buff *, struct net_device *, struct packet_type *))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/8021q/
H A Dvlan.h60 struct packet_type* ptype);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/x25/
H A Dx25_dev.c101 int x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype)
148 int x25_llc_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype)
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dnameserv.h177 enum packet_type {NMB_PACKET, DGRAM_PACKET}; enum
534 enum packet_type packet_type; member in struct:packet_struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif_vlan.h22 struct packet_type;
H A Dnetdevice.h431 struct packet_type struct
436 struct packet_type *);
438 struct packet_type *next;
452 extern void dev_add_pack(struct packet_type *pt);
453 extern void dev_remove_pack(struct packet_type *pt);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif_vlan.h22 struct packet_type;
H A Dnetdevice.h431 struct packet_type struct
436 struct packet_type *);
438 struct packet_type *next;
452 extern void dev_add_pack(struct packet_type *pt);
453 extern void dev_remove_pack(struct packet_type *pt);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dresidual.h329 unsigned packet_type,
332 unsigned packet_type,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dresidual.h329 unsigned packet_type,
332 unsigned packet_type,
/asus-wl-520gu-7.0.1.45/src/router/samba/source/nmbd/
H A Dnmbd_packets.c217 packet->packet_type = NMB_PACKET;
867 const char *packet_type = "unknown"; local
885 packet_type = "nmb_status";
890 packet_type = "nmb_query";
896 packet_type = "nmb_reg";
901 packet_type = "nmb_rel";
906 packet_type = "nmb_wack";
911 packet_type = "wins_reg";
916 packet_type = "wins_query";
922 packet_type, nmb_namest
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/hamradio/
H A Dbpqether.c101 static int bpq_rcv(struct sk_buff *, struct net_device *, struct packet_type *);
105 static struct packet_type bpq_packet_type = {
212 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype)

Completed in 240 milliseconds

123