Lines Matching refs:Cursor
928 UINT8 *Cursor; in Dhcp6SendSolicitMsg() local
965 Cursor = Packet->Dhcp6.Option; in Dhcp6SendSolicitMsg()
968 Cursor = Dhcp6AppendOption ( in Dhcp6SendSolicitMsg()
969 Cursor, in Dhcp6SendSolicitMsg()
975 Cursor = Dhcp6AppendETOption ( in Dhcp6SendSolicitMsg()
976 Cursor, in Dhcp6SendSolicitMsg()
981 Cursor = Dhcp6AppendIaOption ( in Dhcp6SendSolicitMsg()
982 Cursor, in Dhcp6SendSolicitMsg()
995 Cursor = Dhcp6AppendOption( in Dhcp6SendSolicitMsg()
996 Cursor, in Dhcp6SendSolicitMsg()
1006 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendSolicitMsg()
1093 UINT8 *Cursor; in Dhcp6SendRequestMsg() local
1147 Cursor = Packet->Dhcp6.Option; in Dhcp6SendRequestMsg()
1150 Cursor = Dhcp6AppendOption ( in Dhcp6SendRequestMsg()
1151 Cursor, in Dhcp6SendRequestMsg()
1157 Cursor = Dhcp6AppendETOption ( in Dhcp6SendRequestMsg()
1158 Cursor, in Dhcp6SendRequestMsg()
1163 Cursor = Dhcp6AppendOption ( in Dhcp6SendRequestMsg()
1164 Cursor, in Dhcp6SendRequestMsg()
1170 Cursor = Dhcp6AppendIaOption ( in Dhcp6SendRequestMsg()
1171 Cursor, in Dhcp6SendRequestMsg()
1184 Cursor = Dhcp6AppendOption( in Dhcp6SendRequestMsg()
1185 Cursor, in Dhcp6SendRequestMsg()
1195 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendRequestMsg()
1257 UINT8 *Cursor; in Dhcp6SendDeclineMsg() local
1305 Cursor = Packet->Dhcp6.Option; in Dhcp6SendDeclineMsg()
1308 Cursor = Dhcp6AppendOption ( in Dhcp6SendDeclineMsg()
1309 Cursor, in Dhcp6SendDeclineMsg()
1315 Cursor = Dhcp6AppendETOption ( in Dhcp6SendDeclineMsg()
1316 Cursor, in Dhcp6SendDeclineMsg()
1321 Cursor = Dhcp6AppendOption ( in Dhcp6SendDeclineMsg()
1322 Cursor, in Dhcp6SendDeclineMsg()
1328 Cursor = Dhcp6AppendIaOption (Cursor, DecIa, 0, 0, Packet->Dhcp6.Header.MessageType); in Dhcp6SendDeclineMsg()
1333 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendDeclineMsg()
1395 UINT8 *Cursor; in Dhcp6SendReleaseMsg() local
1439 Cursor = Packet->Dhcp6.Option; in Dhcp6SendReleaseMsg()
1442 Cursor = Dhcp6AppendOption ( in Dhcp6SendReleaseMsg()
1443 Cursor, in Dhcp6SendReleaseMsg()
1452 Cursor = Dhcp6AppendOption ( in Dhcp6SendReleaseMsg()
1453 Cursor, in Dhcp6SendReleaseMsg()
1459 Cursor = Dhcp6AppendETOption ( in Dhcp6SendReleaseMsg()
1460 Cursor, in Dhcp6SendReleaseMsg()
1465 Cursor = Dhcp6AppendIaOption (Cursor, RelIa, 0, 0, Packet->Dhcp6.Header.MessageType); in Dhcp6SendReleaseMsg()
1470 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendReleaseMsg()
1532 UINT8 *Cursor; in Dhcp6SendRenewRebindMsg() local
1570 Cursor = Packet->Dhcp6.Option; in Dhcp6SendRenewRebindMsg()
1573 Cursor = Dhcp6AppendOption ( in Dhcp6SendRenewRebindMsg()
1574 Cursor, in Dhcp6SendRenewRebindMsg()
1580 Cursor = Dhcp6AppendETOption ( in Dhcp6SendRenewRebindMsg()
1581 Cursor, in Dhcp6SendRenewRebindMsg()
1586 Cursor = Dhcp6AppendIaOption ( in Dhcp6SendRenewRebindMsg()
1587 Cursor, in Dhcp6SendRenewRebindMsg()
1614 Cursor = Dhcp6AppendOption ( in Dhcp6SendRenewRebindMsg()
1615 Cursor, in Dhcp6SendRenewRebindMsg()
1628 Cursor = Dhcp6AppendOption( in Dhcp6SendRenewRebindMsg()
1629 Cursor, in Dhcp6SendRenewRebindMsg()
1639 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendRenewRebindMsg()
1816 UINT8 *Cursor; in Dhcp6SendInfoRequestMsg() local
1855 Cursor = Packet->Dhcp6.Option; in Dhcp6SendInfoRequestMsg()
1859 Cursor = Dhcp6AppendOption ( in Dhcp6SendInfoRequestMsg()
1860 Cursor, in Dhcp6SendInfoRequestMsg()
1867 Cursor = Dhcp6AppendETOption ( in Dhcp6SendInfoRequestMsg()
1868 Cursor, in Dhcp6SendInfoRequestMsg()
1873 Cursor = Dhcp6AppendOption ( in Dhcp6SendInfoRequestMsg()
1874 Cursor, in Dhcp6SendInfoRequestMsg()
1886 Cursor = Dhcp6AppendOption( in Dhcp6SendInfoRequestMsg()
1887 Cursor, in Dhcp6SendInfoRequestMsg()
1897 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendInfoRequestMsg()
1938 UINT8 *Cursor; in Dhcp6SendConfirmMsg() local
1981 Cursor = Packet->Dhcp6.Option; in Dhcp6SendConfirmMsg()
1984 Cursor = Dhcp6AppendOption ( in Dhcp6SendConfirmMsg()
1985 Cursor, in Dhcp6SendConfirmMsg()
1991 Cursor = Dhcp6AppendETOption ( in Dhcp6SendConfirmMsg()
1992 Cursor, in Dhcp6SendConfirmMsg()
1997 Cursor = Dhcp6AppendIaOption ( in Dhcp6SendConfirmMsg()
1998 Cursor, in Dhcp6SendConfirmMsg()
2010 Cursor = Dhcp6AppendOption ( in Dhcp6SendConfirmMsg()
2011 Cursor, in Dhcp6SendConfirmMsg()
2021 Packet->Length += (UINT32) (Cursor - Packet->Dhcp6.Option); in Dhcp6SendConfirmMsg()