Lines Matching refs:gw
416 struct sockaddr_in gw; in ff_veth_set_gateway() local
417 bzero(&gw, sizeof(gw)); in ff_veth_set_gateway()
418 gw.sin_len = sizeof(gw); in ff_veth_set_gateway()
419 gw.sin_family = AF_INET; in ff_veth_set_gateway()
420 gw.sin_addr.s_addr = sc->gateway; in ff_veth_set_gateway()
421 info.rti_info[RTAX_GATEWAY] = (struct sockaddr *)&gw; in ff_veth_set_gateway()
521 struct sockaddr_in6 gw; in ff_veth_set_gateway6() local
528 bzero(&gw, sizeof(gw)); in ff_veth_set_gateway6()
530 gw.sin6_len = sizeof(struct sockaddr_in6); in ff_veth_set_gateway6()
531 gw.sin6_family = AF_INET6; in ff_veth_set_gateway6()
533 gw.sin6_addr = sc->gateway6; in ff_veth_set_gateway6()
535 info.rti_info[RTAX_GATEWAY] = (struct sockaddr *)&gw; in ff_veth_set_gateway6()