Home
last modified time | relevance | path

Searched refs:best_gw (Results 1 – 13 of 13) sorted by relevance

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dsitnl.h199 in_addr_t *best_gw, char *best_iface);
213 struct in6_addr *best_gw, char *best_iface);
H A Dnetworking_sitnl.c501 void *best_gw, char *best_iface) in sitnl_route_best_gw() argument
507 ASSERT(best_gw); in sitnl_route_best_gw()
559 memcpy(best_gw, &res.gw, res.addr_size); in sitnl_route_best_gw()
569 struct in6_addr *best_gw, char *best_iface) in net_route_v6_best_gw() argument
583 ret = sitnl_route_best_gw(AF_INET6, &dst_v6, best_gw, best_iface); in net_route_v6_best_gw()
590 inet_ntop(AF_INET6, best_gw, buf, sizeof(buf)), best_iface); in net_route_v6_best_gw()
621 in_addr_t *best_gw, char *best_iface) in net_route_v4_best_gw() argument
635 ret = sitnl_route_best_gw(AF_INET, &dst_v4, best_gw, best_iface); in net_route_v4_best_gw()
642 inet_ntop(AF_INET, best_gw, buf, sizeof(buf)), best_iface); in net_route_v4_best_gw()
645 *best_gw = ntohl(*best_gw); in net_route_v4_best_gw()
H A Dnetworking.h274 in_addr_t *best_gw, openvpn_net_iface_t *best_iface);
288 struct in6_addr *best_gw,
H A Dnetworking_iproute2.c325 in_addr_t *best_gw, char *best_iface) in net_route_v4_best_gw() argument
362 *best_gw = gw; in net_route_v4_best_gw()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dnetworking_sitnl.c502 void *best_gw, char *best_iface) in sitnl_route_best_gw() argument
508 ASSERT(best_gw); in sitnl_route_best_gw()
560 memcpy(best_gw, &res.gw, res.addr_size); in sitnl_route_best_gw()
570 struct in6_addr *best_gw, char *best_iface) in net_route_v6_best_gw() argument
584 ret = sitnl_route_best_gw(AF_INET6, &dst_v6, best_gw, best_iface); in net_route_v6_best_gw()
591 inet_ntop(AF_INET6, best_gw, buf, sizeof(buf)), best_iface); in net_route_v6_best_gw()
622 in_addr_t *best_gw, char *best_iface) in net_route_v4_best_gw() argument
636 ret = sitnl_route_best_gw(AF_INET, &dst_v4, best_gw, best_iface); in net_route_v4_best_gw()
643 inet_ntop(AF_INET, best_gw, buf, sizeof(buf)), best_iface); in net_route_v4_best_gw()
646 *best_gw = ntohl(*best_gw); in net_route_v4_best_gw()
H A Dnetworking.h286 in_addr_t *best_gw, openvpn_net_iface_t *best_iface);
300 struct in6_addr *best_gw,
H A Dnetworking_iproute2.c348 in_addr_t *best_gw, char *best_iface) in net_route_v4_best_gw() argument
385 *best_gw = gw; in net_route_v4_best_gw()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dnetworking_sitnl.c502 void *best_gw, char *best_iface) in sitnl_route_best_gw() argument
508 ASSERT(best_gw); in sitnl_route_best_gw()
560 memcpy(best_gw, &res.gw, res.addr_size); in sitnl_route_best_gw()
570 struct in6_addr *best_gw, char *best_iface) in net_route_v6_best_gw() argument
584 ret = sitnl_route_best_gw(AF_INET6, &dst_v6, best_gw, best_iface); in net_route_v6_best_gw()
591 inet_ntop(AF_INET6, best_gw, buf, sizeof(buf)), best_iface); in net_route_v6_best_gw()
622 in_addr_t *best_gw, char *best_iface) in net_route_v4_best_gw() argument
636 ret = sitnl_route_best_gw(AF_INET, &dst_v4, best_gw, best_iface); in net_route_v4_best_gw()
643 inet_ntop(AF_INET, best_gw, buf, sizeof(buf)), best_iface); in net_route_v4_best_gw()
646 *best_gw = ntohl(*best_gw); in net_route_v4_best_gw()
H A Dnetworking.h286 in_addr_t *best_gw, openvpn_net_iface_t *best_iface);
300 struct in6_addr *best_gw,
H A Dnetworking_iproute2.c348 in_addr_t *best_gw, char *best_iface) in net_route_v4_best_gw() argument
385 *best_gw = gw; in net_route_v4_best_gw()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Droute.c194 lws_route_t *best_gw = NULL; in _lws_route_est_outgoing() local
245 best_gw = rou; in _lws_route_est_outgoing()
256 lwsl_info("%s: returning %p\n", __func__, best_gw); in _lws_route_est_outgoing()
258 return best_gw; in _lws_route_est_outgoing()
/dports/security/openvpn/openvpn-2.5.6/
H A DChangeLog429 networking/best_gw: remove useless prefixlen parameter
/dports/security/openvpn-mbedtls/openvpn-2.5.6/
H A DChangeLog429 networking/best_gw: remove useless prefixlen parameter