procedure IdRawBuildIcmpRedirect(
const AType: byte;
const ACode: byte;
AGateway: TIdInAddr;
const AnOrigLen: word;
const AnOrigTos: byte;
const AnOrigId: word;
const AnOrigFrag: word;
const AnOrigTtl: byte;
const AnOrigProtocol: byte;
AnOrigSource: TIdInAddr;
AnOrigDest: TIdInAddr;
const AnOrigPayload: TIdBytes;
var VBuffer: TIdBytes
);|
Parameters |
Description |
|
AType |
Scope is const. Type is byte. |
|
ACode |
Scope is const. Type is byte. |
|
AGateway |
Type is TIdInAddr. |
|
AnOrigLen |
Scope is const. Type is word. |
|
AnOrigTos |
Scope is const. Type is byte. |
|
AnOrigId |
Scope is const. Type is word. |
|
AnOrigFrag |
Scope is const. Type is word. |
|
AnOrigTtl |
Scope is const. Type is byte. |
|
AnOrigProtocol |
Scope is const. Type is byte. |
|
AnOrigSource |
Type is TIdInAddr. |
|
AnOrigDest |
Type is TIdInAddr. |
|
AnOrigPayload |
Scope is const. Type is TIdBytes. |
|
VBuffer |
Scope is var. Type is TIdBytes. |
IdRawBuildIcmpRedirect is a procedure.
Topic generated.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |