Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:si

37 ifcmp(struct interface *si, struct interface *ti)
41 if (si->state && !ti->state)
43 if (!si->state && ti->state)
45 if (!si->state && !ti->state)
48 if (si->state->new && !ti->state->new)
50 if (!si->state->new && ti->state->new)
54 if (si->state->new && ti->state->new) {
55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
63 if (si->carrier > ti->carrier)
65 if (si->carrier < ti->carrier)
68 if (si->metric < ti->metric)
70 if (si->metric > ti->metric)