Searched refs:osin (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/routed/
H A Doutput.c105 struct sockaddr_in osin; local
113 osin = *dst;
114 if (osin.sin_port == 0)
115 osin.sin_port = htons(RIP_PORT);
117 if (osin.sin_len == 0)
118 osin.sin_len = sizeof(osin);
174 osin.sin_addr.s_addr = htonl(INADDR_RIP_GROUP);
187 trace_rip(msg, "to", &osin, ifp, buf, size);
190 (struct sockaddr *)&osin, sizeo
[all...]

Completed in 49 milliseconds