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

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c2830 mactun_info_t *tuninfop = NULL; variable
2849 tuninfop = &aux.tp_tun_info;
2877 ovs_assert(tuninfop != NULL);
2879 if (tuninfop->mti_dst._S6_un._S6_u32[3] != 0) {
2881 tun->tun_id = htonll(tuninfop->mti_id);
2883 tun->ip_src = tuninfop->
2885 tun->ip_dst = tuninfop->
2887 tun->ip_tos = tuninfop->mti_tos;
2888 tun->ip_ttl = tuninfop->mti_ttl;

Completed in 29 milliseconds