Lines Matching defs:ro
355 struct route ro;
414 bzero(&ro, sizeof(ro));
424 ro.ro_prepend = linkhdr;
425 ro.ro_plen = linkhdrsize;
426 ro.ro_flags = 0;
430 error = (*ifp->if_output)(ifp, m, &sa, &ro);
783 struct route ro;
1096 bzero(&ro, sizeof(ro));
1111 ro.ro_prepend = linkhdr;
1112 ro.ro_plen = linkhdrsize;
1113 ro.ro_flags = 0;
1116 (*ifp->if_output)(ifp, m, &sa, &ro);
1147 struct route ro = {
1159 (*ifp->if_output)(ifp, m_hold, (struct sockaddr *)&sin, &ro);