Lines Matching refs:sip
1289 } *sip;
1294 sip = (struct sol_netinfo *)dhcpack_buf;
1295 sip->sn_infotype = 0xf0; /* something not BOOTP_REPLY */
1296 sip->sn_mactype = 4; /* DL_ETHER */
1297 sip->sn_maclen = ETH_ALEN;
1298 sip->sn_ciaddr = arptable[ARP_CLIENT].ipaddr.s_addr;
1299 sip->sn_siaddr = arptable[ARP_SERVER].ipaddr.s_addr;
1300 sip->sn_giaddr = arptable[ARP_GATEWAY].ipaddr.s_addr;
1301 sip->sn_netmask = netmask;
1302 memcpy(sip->sn_macaddr, arptable[ARP_CLIENT].node, ETH_ALEN);
1303 dhcpack_length = sizeof (*sip) + sip->sn_maclen - 1;