HomeSort by: relevance | last modified time | path
    Searched defs:old_port (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_alg_icmp.c 360 in_port_t old_port = 0; local in function:npfa_icmp_nat
369 old_port = th->th_sport;
375 old_port = uh->uh_sport;
397 cksum = npf_fixup16_cksum(cksum, old_port, port);
  /src/sys/net/
if_wg.c 3622 uint16_t old_port = wg->wg_listen_port; local in function:wg_bind_port
3624 if (port != 0 && old_port == port)
5561 uint16_t old_port = wg->wg_listen_port; local in function:wg_bind_port_user
5563 if (port != 0 && old_port == port)

Completed in 16 milliseconds