Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/udp/
Dtftp.c1256 static struct in_addr tftp_server = { 0 }; in tftp_apply_settings() local
1262 last_tftp_server = tftp_server; in tftp_apply_settings()
1263 fetch_ipv4_setting ( NULL, &next_server_setting, &tftp_server ); in tftp_apply_settings()
1272 if ( tftp_server.s_addr != last_tftp_server.s_addr ) { in tftp_apply_settings()
1274 "tftp://%s/", inet_ntoa ( tftp_server ) ); in tftp_apply_settings()