Searched refs:recv_tp (Results 1 – 2 of 2) sorted by relevance
133 struct tftp_t *recv_tp) in tftp_send_oack() argument158 ip_geth(recv_tp->ip.ip_dst), in tftp_send_oack()159 port_geth(recv_tp->udp.uh_dport) ); in tftp_send_oack()176 struct tftp_t *recv_tp) in tftp_send_error() argument200 ip_geth(recv_tp->ip.ip_dst), in tftp_send_error()201 port_geth(recv_tp->udp.uh_dport) ); in tftp_send_error()221 struct tftp_t *recv_tp) in tftp_send_data() argument248 ip_geth(recv_tp->ip.ip_dst), in tftp_send_data()249 port_geth(recv_tp->udp.uh_dport) ); in tftp_send_data()
133 struct tftp_t *recv_tp) in tftp_send_oack() argument157 saddr.sin_addr = recv_tp->ip.ip_dst; in tftp_send_oack()158 saddr.sin_port = recv_tp->udp.uh_dport; in tftp_send_oack()174 struct tftp_t *recv_tp) in tftp_send_error() argument197 saddr.sin_addr = recv_tp->ip.ip_dst; in tftp_send_error()198 saddr.sin_port = recv_tp->udp.uh_dport; in tftp_send_error()217 struct tftp_t *recv_tp) in tftp_send_data() argument243 saddr.sin_addr = recv_tp->ip.ip_dst; in tftp_send_data()244 saddr.sin_port = recv_tp->udp.uh_dport; in tftp_send_data()