Home
last modified time | relevance | path

Searched defs:cmdtp (Results 1 – 25 of 10963) sorted by relevance

12345678910>>...439

/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/cmd/
H A Dnet.c17 static int do_bootp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootp()
30 int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_tftpb()
61 static int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tftpsrv()
78 int do_rarpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_rarpb()
91 static int do_dhcp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dhcp()
104 static int do_nfs(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_nfs()
177 static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc, in netboot_common()
321 int do_cdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_cdp()
344 int do_sntp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sntp()
385 int do_dns(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Dnet.c17 static int do_bootp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootp()
30 int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_tftpb()
61 static int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tftpsrv()
78 int do_rarpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_rarpb()
91 static int do_dhcp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dhcp()
104 static int do_nfs(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_nfs()
177 static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc, in netboot_common()
321 int do_cdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_cdp()
344 int do_sntp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sntp()
385 int do_dns(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-rpi-0-w/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/cmd/
H A Dnet.c17 static int do_bootp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootp()
30 int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_tftpb()
61 static int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tftpsrv()
78 int do_rarpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_rarpb()
91 static int do_dhcp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dhcp()
104 static int do_nfs(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_nfs()
177 static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc, in netboot_common()
321 int do_cdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_cdp()
344 int do_sntp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sntp()
385 int do_dns(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-nanopi-neo/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-nanopi-m1plus/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-nanopi-neo-air/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/cmd/
H A Dnet.c17 static int do_bootp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootp()
30 int do_tftpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_tftpb()
61 static int do_tftpsrv(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) in do_tftpsrv()
78 int do_rarpb(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_rarpb()
91 static int do_dhcp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dhcp()
104 static int do_nfs(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_nfs()
177 static int netboot_common(enum proto_t proto, cmd_tbl_t *cmdtp, int argc, in netboot_common()
321 int do_cdp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_cdp()
344 int do_sntp(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_sntp()
385 int do_dns(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-clearfog/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-pandaboard/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]
/dports/sysutils/u-boot-orangepi-zero/u-boot-2021.07/cmd/
H A Dnet.c22 static int do_bootp(struct cmd_tbl *cmdtp, int flag, int argc, in do_bootp()
36 int do_tftpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_tftpb()
54 static int do_tftpput(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpput()
68 static int do_tftpsrv(struct cmd_tbl *cmdtp, int flag, int argc, in do_tftpsrv()
86 int do_rarpb(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_rarpb()
99 static int do_dhcp(struct cmd_tbl *cmdtp, int flag, int argc, in do_dhcp()
113 static int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, in do_nfs()
289 static int do_ping(struct cmd_tbl *cmdtp, int flag, int argc, in do_ping()
338 int do_cdp(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_cdp()
408 int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_dns()
[all …]

12345678910>>...439