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

  /src/sys/dist/pf/net/
pf.c 2729 u_int32_t tmp_nport; local in function:pf_get_translation
2731 tmp_nport = ((ntohs(dport) -
2738 if (tmp_nport > 65535)
2739 tmp_nport -= 65535;
2740 *nport = htons((u_int16_t)tmp_nport);
pf.c 2729 u_int32_t tmp_nport; local in function:pf_get_translation
2731 tmp_nport = ((ntohs(dport) -
2738 if (tmp_nport > 65535)
2739 tmp_nport -= 65535;
2740 *nport = htons((u_int16_t)tmp_nport);

Completed in 30 milliseconds