Home | History | Annotate | Download | only in link

Lines Matching refs:remote

48 	uint32_t   remote;
104 ipip->remote = nla_get_u32(tb[IFLA_IPTUN_REMOTE]);
145 NLA_PUT_U32(msg, IFLA_IPTUN_REMOTE, ipip->remote);
198 nl_dump(p, " remote ");
199 if(inet_ntop(AF_INET, &ipip->remote, addr, sizeof(addr)))
202 nl_dump_line(p, "%#x\n", ntohs(ipip->remote));
385 * Set IPIP tunnel remote address
387 * @arg remote remote address
397 ipip->remote = addr;
404 * Get IPIP tunnel remote address
407 * @return remote address
415 return ipip->remote;