HomeSort by: relevance | last modified time | path
    Searched refs:iv_dport (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_ipsec.h 77 in_port_t iv_dport; member in struct:ipsec_variant
137 dst->iv_dport = src->iv_dport;
150 var->iv_dport = 0;
if_ipsec.c 134 if_ipsec_set_addr_port(target, (var)->iv_pdst, (var)->iv_dport)
1203 (ovar->iv_sport == nsport && ovar->iv_dport == ndport)) {
1254 nvar->iv_dport = ndport;
2058 dst_port = nvar->iv_dport;
  /src/sys/netipsec/
ipsecif.c 112 if (var->iv_sport || var->iv_dport) {
121 natt_port[0] = var->iv_dport;
344 if (mtag == NULL && var->iv_sport == 0 && var->iv_dport == 0)
348 if (src_port != var->iv_dport ||
353 ntohs(var->iv_sport), ntohs(var->iv_dport));
487 if (mtag == NULL && var->iv_sport == 0 && var->iv_dport == 0)
491 if (src_port != var->iv_dport ||
496 ntohs(var->iv_sport), ntohs(var->iv_dport));

Completed in 14 milliseconds