Hi,

I have the destination port from a struct socket and I need to convert it to a string.

       struct inet_sock *inet = inet_sk(sock->sk);
       unsigned int sport = inet->sport;

I have tried using snprintf with %d, and %lu but I am not getting the values I expect. For example port 80 is displayed as 20480.

Any help will be really appreciated. Please CC me in on the reply.

Thanks,

Cliffe.


--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to