tftp.c | 139 int sbytes; member in struct:tftp_state_data 448 size_t sbytes; local 495 sbytes = 4 + strlen(filename) + strlen(mode); 504 sbytes += tftp_option_add(state, sbytes, 505 (char *)state->spacket.data+sbytes, 507 sbytes += tftp_option_add(state, sbytes, 508 (char *)state->spacket.data+sbytes, buf); 511 sbytes += tftp_option_add(state, sbytes 579 ssize_t sbytes; local 701 ssize_t sbytes; local [all...] |