Home | History | Annotate | Download | only in ldpd

Lines Matching refs:s_addr

104 		if (hi->ldp_id.s_addr == pduid->ldp_id.s_addr &&
113 hi->ldp_id.s_addr = pduid->ldp_id.s_addr;
137 ntohl(hi->transport_address.sin.sin_addr.s_addr) <
138 ntohl(ladd->s_addr))) {
168 if (ntohl(sa->sin_addr.s_addr) >> 24 != IN_LOOPBACKNET)
195 if (ntohl(sa->sin_addr.s_addr) >> 24 == IN_LOOPBACKNET)
217 a.s_addr = 0;
235 if (ntohl(sa->sin_addr.s_addr) >> 24 == IN_LOOPBACKNET)
237 if (ntohl(sa->sin_addr.s_addr) > ntohl(a.s_addr))
238 a.s_addr = sa->sin_addr.s_addr;