On Fri, Jul 24, 2020 at 3:34 AM Luca Mancini <[email protected]>
wrote:

> Can some please tell me how to print the value, ovs_16aligned_be32 tcp_seq
>
> These types confuse me
>

uint32_t tcp_seq_to_print = ntohl(get_16aligned_be32(&tcp_seq)) ;
VLOG_INFO("tcp seq = %u", tcp_seq_to_print);


Thanks
Numan



>
>
>
>
>
> _______________________________________________
> discuss mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
>
_______________________________________________
discuss mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to