Home
last modified time | relevance | path

Searched refs:ro_nh (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_timer.c348 if (alt->ro.ro_nh == NULL) {
360 (alt->ro.ro_nh != NULL) &&
1538 mtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._s_addr.sa, net->ro.ro_nh);
Dsctp_pcb.c4646 rmtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, net->ro.ro_nh);
4761 if (net->ro.ro_nh == NULL) {
4771 } else if (netfirst->ro.ro_nh == NULL) {
4781 } else if (net->ro.ro_nh->nh_ifp != netfirst->ro.ro_nh->nh_ifp) {
4806 } else if (netlook->ro.ro_nh == NULL) {
4814 } else if (netlook->ro.ro_nh->nh_ifp != net->ro.ro_nh->nh_ifp) {
4831 } else if ((stcb->asoc.primary_destination->ro.ro_nh == NULL) &&
4832 (net->ro.ro_nh) &&
Dsctp_output.c3472 if (ro->ro_nh == NULL) {
3482 if (ro->ro_nh == NULL) {
4370 if (ro->ro_nh == NULL) {
4393 (void *)ro->ro_nh);
4480 if ((ro->ro_nh != NULL) && (net->ro._s_addr) &&
4488 mtu = SCTP_GATHER_MTU_FROM_ROUTE(net->ro._s_addr, &net->ro._l_addr.sa, ro->ro_nh);
4504 } else if (ro->ro_nh == NULL) {
4773 if (ro->ro_nh == NULL) {
4957 if (ro->ro_nh == NULL) {
4970 if ((ro->ro_nh != NULL) && (net->ro._s_addr) &&
[all …]
Dsctp_structs.h229 struct nhop_object *ro_nh; member
Dsctp_asconf.c1163 if (net->ro.ro_nh == NULL) in sctp_path_check_and_react()