Searched refs:destination_port (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A Dtcp.cpp265 dprintf(" dest port: %u\n", ntohs(header.destination_port));
412 header.destination_port = addressModule->get_port(buffer->destination);
706 addressModule->set_port(buffer->destination, header.destination_port);
H A Dtcp.h47 uint16 destination_port; member in struct:tcp_header
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp67 uint16 destination_port; member in struct:udp_header
786 destination.SetPort(header.destination_port);
816 destination.SetPort(header.destination_port);
1032 header->destination_port = AddressModule()->get_port(buffer->destination);

Completed in 45 milliseconds