Home
last modified time | relevance | path

Searched refs:G_error_pkt_str (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dtftp.c211 #define G_error_pkt_str ((char*)(G.error_pkt + 4)) macro
348 if (G_error_pkt_reason || G_error_pkt_str[0])
408 strcpy(G_error_pkt_str, "can't open file");
698 strcpy(G_error_pkt_str, bb_msg_write_error);
750 strcpy(G_error_pkt_str, bb_msg_read_error);
752 if (G_error_pkt_str[0])
753 bb_simple_error_msg(G_error_pkt_str);
756 xsendto(socket_fd, G.error_pkt, 4 + 1 + strlen(G_error_pkt_str),
1010 strcpy(G_error_pkt_str, error_msg); in tftpd_main()