Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 23 of 23) sorted by relevance

/rk3399_rockchip-uboot/drivers/net/
H A Dnetconsole.c37 static void nc_wait_arp_handler(uchar *pkt, unsigned dest, in nc_wait_arp_handler()
44 static void nc_handler(uchar *pkt, unsigned dest, struct in_addr sip, in nc_handler()
127 uchar *pkt; in nc_start() local
137 int nc_input_packet(uchar *pkt, struct in_addr src_ip, unsigned dest_port, in nc_input_packet()
179 uchar *pkt; in nc_send_packet() local
H A Dne2000_base.c379 int i, len, pkt, cur; in dp83902a_RxEvent() local
H A Dkeystone_net.c654 u32 *pkt; in keystone2_eth_rcv_packet() local
816 u32 *pkt = NULL; in ks2_eth_recv() local
H A Dftmac110.c280 static int ftmac110_send(struct eth_device *dev, void *pkt, int len) in ftmac110_send()
H A Dtsec.c400 static const u8 pkt[] = { in redundant_init() local
H A Dcpsw.c948 static int _cpsw_recv(struct cpsw_priv *priv, uchar **pkt) in _cpsw_recv()
1061 uchar *pkt = NULL; in cpsw_recv() local
/rk3399_rockchip-uboot/net/
H A Dnfs.c431 static int rpc_lookup_reply(int prog, uchar *pkt, unsigned len) in rpc_lookup_reply()
461 static int nfs_mount_reply(uchar *pkt, unsigned len) in nfs_mount_reply()
487 static int nfs_umountall_reply(uchar *pkt, unsigned len) in nfs_umountall_reply()
511 static int nfs_lookup_reply(uchar *pkt, unsigned len) in nfs_lookup_reply()
608 static int nfs_readlink_reply(uchar *pkt, unsigned len) in nfs_readlink_reply()
655 static int nfs_read_reply(uchar *pkt, unsigned len) in nfs_read_reply()
727 static void nfs_handler(uchar *pkt, unsigned dest, struct in_addr sip, in nfs_handler()
H A Dping.c20 static void set_icmp_header(uchar *pkt, struct in_addr dest) in set_icmp_header()
44 uchar *pkt; in ping_send() local
H A Dsntp.c22 struct sntp_pkt_t pkt; in sntp_send() local
51 static void sntp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in sntp_handler()
H A Ddns.c41 uchar *p, *pkt; in dns_send() local
103 static void dns_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dns_handler()
H A Dbootp.c118 static int check_reply_packet(uchar *pkt, unsigned dest, unsigned src, in check_reply_packet()
345 static void bootp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in bootp_handler()
699 uchar *pkt, *iphdr; in bootp_request() local
955 uchar *pkt, *iphdr; in dhcp_send_request_packet() local
1022 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dhcp_handler()
H A Dcdp.c108 uchar *pkt; in cdp_send_trigger() local
239 void cdp_receive(const uchar *pkt, unsigned len) in cdp_receive()
H A Dtftp.c330 uchar *pkt; in tftp_send() local
450 struct in_addr sip, unsigned src, uchar *pkt, in icmp_handler()
460 static void tftp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in tftp_handler()
903 static void parse_multicast_oack(char *pkt, int len) in parse_multicast_oack()
H A Drarp.c72 uchar *pkt; in rarp_request() local
H A Darp.c55 uchar *pkt; in arp_raw_request() local
H A Dnet.c731 static void dummy_handler(uchar *pkt, unsigned dport, in dummy_handler()
790 uchar *pkt; in net_send_udp_packet() local
1438 void net_set_ip_header(uchar *pkt, struct in_addr dest, struct in_addr source) in net_set_ip_header()
1459 void net_set_udp_header(uchar *pkt, struct in_addr dest, int dport, int sport, in net_set_udp_header()
/rk3399_rockchip-uboot/include/linux/usb/
H A Dmusb.h49 #define MUSB_EP_FIFO(ep, st, m, pkt) \ argument
57 #define MUSB_EP_FIFO_SINGLE(ep, st, pkt) \ argument
60 #define MUSB_EP_FIFO_DOUBLE(ep, st, pkt) \ argument
/rk3399_rockchip-uboot/drivers/dma/
H A Dkeystone_nav.c281 int ksnav_send(struct pktdma_cfg *pktdma, u32 *pkt, int num_bytes, u32 swinfo2) in ksnav_send()
298 void *ksnav_recv(struct pktdma_cfg *pktdma, u32 **pkt, int *num_bytes) in ksnav_recv()
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_net.c169 static void efi_net_push(void *pkt, int len) in efi_net_push()
202 void efi_net_set_dhcp_ack(void *pkt, int len) in efi_net_set_dhcp_ack()
/rk3399_rockchip-uboot/include/
H A Defi_loader.h276 static inline void efi_net_set_dhcp_ack(void *pkt, int len) { } in efi_net_set_dhcp_ack()
H A Dnet.h661 static inline void net_send_packet(uchar *pkt, int len) in net_send_packet()
/rk3399_rockchip-uboot/common/
H A DxyzModem.c46 unsigned char pkt[1024], *bufp; member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dat91_udc.c855 union setup pkt; in handle_setup() local