iptun_get_maxmtu
static uint32_t iptun_get_maxmtu(iptun_t *, ip_xmit_attr_t *, uint32_t);
newmtu = iptun_get_maxmtu(iptun, ixa, new_pmtu);
uint32_t maxmtu = iptun_get_maxmtu(iptun, NULL, 0);
iptun_get_maxmtu(iptun, NULL, 0));