Searched refs:newli (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 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 [all …]
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | loginrec.c | 330 struct logininfo *newli; in login_alloc_entry() local 332 newli = (struct logininfo *) xmalloc (sizeof(*newli)); in login_alloc_entry() 333 (void)login_init_entry(newli, pid, username, hostname, line, progname); in login_alloc_entry() 334 return newli; in login_alloc_entry()
|