Searched refs:oport (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/tools/tools/netmap/
H A Dpkt-gen.c820 new_udp_sum(uint16_t udp_sum, uint16_t oport, uint16_t nport) argument
822 udp_sum = cksum_add(udp_sum, ~oport);
835 uint16_t oport, nport; local
843 nport = oport = ntohs(udp.uh_sport);
850 udp_sum = new_udp_sum(udp_sum, oport, nport);
852 if (oport < g->src_ip.port1) {
853 nport = oport + 1;
855 udp_sum = new_udp_sum(udp_sum, oport, nport);
872 nport = oport = ntohs(udp.uh_dport);
879 udp_sum = new_udp_sum(udp_sum, oport, npor
922 uint16_t oport, nport; local
[all...]
/freebsd-current/usr.sbin/ctld/
H A Dkernel.c1135 kernel_port_update(struct port *port, struct port *oport) argument
1139 struct target *otarg = oport->p_target;

Completed in 121 milliseconds