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

  /src/sys/net/
if_ipsec.c 1150 in_port_t nsport = 0, ndport = 0; local in function:if_ipsec_set_tunnel
1177 ndport = satosin(dst)->sin_port;
1185 ndport = satosin6(dst)->sin6_port;
1203 (ovar->iv_sport == nsport && ovar->iv_dport == ndport)) {
1254 nvar->iv_dport = ndport;
if_ipsec.c 1150 in_port_t nsport = 0, ndport = 0; local in function:if_ipsec_set_tunnel
1177 ndport = satosin(dst)->sin_port;
1185 ndport = satosin6(dst)->sin6_port;
1203 (ovar->iv_sport == nsport && ovar->iv_dport == ndport)) {
1254 nvar->iv_dport = ndport;

Completed in 22 milliseconds