Topic Path: Symbol Reference > Functions > IdRawBuildIcmpTimeExceed Function
ContentsIndexHome
PreviousUpNext
IdRawBuildIcmpTimeExceed Function
File
procedure IdRawBuildIcmpTimeExceed(
    const AType: byte; 
    const ACode: byte; 
    const AnOrigLen: word; 
    const AnOrigTos: byte; 
    const AnOrigId: word; 
    const AnOrigFrag: word; 
    const AnOrigTtl: byte; 
    const AnOrigProtocol: byte; 
    const AnOrigSource: TIdInAddr; 
    const AnOrigDest: TIdInAddr; 
    const AnOrigPayload: TIdBytes; 
    var VBuffer: TIdBytes
);
Parameters 
Description 
AType 
Scope is const. Type is byte.
 
ACode 
Scope is const. Type is byte.
 
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 
Scope is const. Type is TIdInAddr.
 
AnOrigDest 
Scope is const. Type is TIdInAddr.
 
AnOrigPayload 
Scope is const. Type is TIdBytes.
 
VBuffer 
Scope is var. Type is TIdBytes

IdRawBuildIcmpTimeExceed is a procedure.

Topic generated.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.