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

/netbsd-6-1-5-RELEASE/sbin/routed/
H A Doutput.c107 struct sockaddr_in osin; local
115 osin = *dst;
116 if (osin.sin_port == 0)
117 osin.sin_port = htons(RIP_PORT);
119 if (osin.sin_len == 0)
120 osin.sin_len = sizeof(osin);
190 osin.sin_addr.s_addr = htonl(INADDR_RIP_GROUP);
203 trace_rip(msg, "to", &osin, ifp, buf, size);
206 (struct sockaddr *)&osin, sizeo
[all...]

Completed in 58 milliseconds