Lines Matching refs:newli
183 static void deleted_logint(struct logint *li, struct logint *newli, int s,
1411 struct logint newli; in initifs() local
1414 &ifreq, &newli)) { in initifs()
1419 if (newli.li_flags != li->li_flags || in initifs()
1420 newli.li_localaddr.s_addr != in initifs()
1421 li->li_localaddr.s_addr || newli.li_index != in initifs()
1425 deleted_logint(li, &newli, s, joinaddr); in initifs()
1433 li->li_netmask = newli.li_netmask; in initifs()
1434 li->li_bcastaddr = newli.li_bcastaddr; in initifs()
1877 deleted_logint(struct logint *li, struct logint *newli, int s, in deleted_logint() argument
1896 if (newli != NULL) in deleted_logint()
1897 mreq.imr_interface = newli->li_address; in deleted_logint()