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

/freebsd-10-stable/usr.sbin/ppp/
H A Droute.c312 int rtax; local
316 for (rtax = 0; rtax < RTAX_MAX; rtax++)
317 if (rtm->rtm_addrs & (1 << rtax)) {
318 sa[rtax] = (struct sockaddr *)wp;
319 wp += ROUNDUP(sa[rtax]->sa_len);
320 if (sa[rtax]->sa_family == 0)
321 sa[rtax] = NULL; /* ??? */
323 sa[rtax]
[all...]
H A Diface.c833 int rtax; local
837 for (rtax = 0; rtax < RTAX_MAX; rtax++)
838 if (ifam->ifam_addrs & (1 << rtax)) {
839 sa[rtax] = (struct sockaddr *)wp;
840 wp += ROUNDUP(sa[rtax]->sa_len);
842 sa[rtax] = NULL;

Completed in 103 milliseconds