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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c3607 u_int32_t tmp_nport; local
3609 tmp_nport =
3618 if (tmp_nport > 65535)
3619 tmp_nport -= 65535;
3621 htons((u_int16_t)tmp_nport);

Completed in 83 milliseconds