Home
last modified time | relevance | path

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

/freebsd-13.1/libexec/tftpd/
H A Dtftp-transfer.c65 int size, n_data, n_ack, sendtry, acktry; in tftp_send() local
96 if (n_data == 0) in tftp_send()
315 n_data = receive_packet(peer, recvbuffer, in tftp_receive()
317 if (n_data < 0) { in tftp_receive()
324 if (n_data == RP_TIMEOUT) { in tftp_receive()
336 rp_strerror(n_data)); in tftp_receive()
388 if (n_data > 0) { in tftp_receive()
401 if (n_data != segsize) in tftp_receive()
432 } while (n_data == segsize); in tftp_receive()
441 if (n_data <= 0) in tftp_receive()
[all …]
/freebsd-13.1/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c250 u_int32_t n_data = AR_WOW_OFFLOAD_ACER_KA0_DATA_WORDS; in ar9300_wowoffload_download_acer_swka() local
267 if (size < (n_data * 4)) { in ar9300_wowoffload_download_acer_swka()
268 n_data = (size + 3) / 4; in ar9300_wowoffload_download_acer_swka()
270 for (i=0; i<n_data * 4; i+=4) { in ar9300_wowoffload_download_acer_swka()