Home
last modified time | relevance | path

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

/freebsd-11-stable/libexec/tftpd/
HDtftp-options.c135 if (options[OPT_ROLLOVER].o_request == NULL) in option_rollover()
138 if (strcmp(options[OPT_ROLLOVER].o_request, "0") != 0 in option_rollover()
139 && strcmp(options[OPT_ROLLOVER].o_request, "1") != 0) { in option_rollover()
144 options[OPT_ROLLOVER].o_request); in option_rollover()
151 options[OPT_ROLLOVER].o_reply = in option_rollover()
152 strdup(options[OPT_ROLLOVER].o_request); in option_rollover()
156 options[OPT_ROLLOVER].o_reply); in option_rollover()
387 options[OPT_ROLLOVER].o_request = strdup("0"); in init_options()
HDtftp-transfer.c131 if (options[OPT_ROLLOVER].o_request == NULL) { in tftp_send()
139 *block = atoi(options[OPT_ROLLOVER].o_request); in tftp_send()
200 if (options[OPT_ROLLOVER].o_request == NULL) { in tftp_receive()
208 *block = atoi(options[OPT_ROLLOVER].o_request); in tftp_receive()
HDtftp-options.h61 OPT_ROLLOVER, enumerator
/freebsd-11-stable/usr.bin/tftp/
HDmain.c910 free(options[OPT_ROLLOVER].o_request); in setrollover()
911 options[OPT_ROLLOVER].o_request = NULL; in setrollover()
914 free(options[OPT_ROLLOVER].o_request); in setrollover()
915 options[OPT_ROLLOVER].o_request = strdup("1"); in setrollover()
918 free(options[OPT_ROLLOVER].o_request); in setrollover()
919 options[OPT_ROLLOVER].o_request = strdup("0"); in setrollover()
923 options[OPT_ROLLOVER].o_request != NULL ? "enabled" : "disabled"); in setrollover()
924 if (options[OPT_ROLLOVER].o_request != NULL) in setrollover()
926 options[OPT_ROLLOVER].o_request); in setrollover()