Home
last modified time | relevance | path

Searched refs:ackp (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libwanboot/common/
H A Dbootinfo_aux.c102 char *ackp; in dhcp_info_init() local
125 ackp = &dhcack[IFNAMSIZ]; in dhcp_info_init()
130 dhcp_pl->len = strlen(ackp) / 2; in dhcp_info_init()
134 if (hexascii_to_octet(ackp, dhcp_pl->len * 2, in dhcp_info_init()
/titanic_41/usr/src/uts/common/io/
H A Dtimod.c887 struct T_bind_ack *ackp = in timodrproc() local
892 if (blen < sizeof (*ackp)) { in timodrproc()
898 tp->tim_backlog = ackp->CONIND_number; in timodrproc()
911 if (ackp->ADDR_length < 0 || in timodrproc()
912 mp->b_rptr + ackp->ADDR_offset + in timodrproc()
913 ackp->ADDR_length > mp->b_wptr) { in timodrproc()
917 if (ackp->ADDR_length > tp->tim_mymaxlen) { in timodrproc()
918 p = kmem_alloc(ackp->ADDR_length, in timodrproc()
926 ackp->ADDR_length); in timodrproc()
935 tp->tim_mymaxlen = ackp->ADDR_length; in timodrproc()
[all …]