Searched refs:nc_in_port (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | netconsole.c | 25 static short nc_in_port; /* source input port */ variable 89 nc_in_port = nc_out_port; in refresh_settings_from_env() 100 nc_in_port = simple_strtoul(p, NULL, 10); in refresh_settings_from_env() 129 net_send_udp_packet(nc_ether, nc_ip, nc_out_port, nc_in_port, in nc_start() 139 if (dest_port != nc_in_port || !len) in nc_input_packet() 216 net_send_udp_packet(ether, ip, nc_out_port, nc_in_port, len); in nc_send_packet() 231 nc_in_port = nc_out_port; in nc_stdio_start()
|