TIGMPProtocol

From Ultibo.org
Jump to: navigation, search

Return to Unit IGMP


Description


To be documented

Class definitions



[Expand]

TIGMPProtocol = class(TNetworkProtocol)


Function declarations



[Expand]
constructor TIGMPProtocol.Create(AManager:TProtocolManager; const AName:String);
Description: To be documented


[Expand]
destructor TIGMPProtocol.Destroy;
Description: To be documented


[Expand]
function TIGMPProtocol.PacketHandler(AHandle:THandle; ASource,ADest,APacket:Pointer; ASize:Integer; ABroadcast:Boolean):Boolean;
Description: Process a packet received by a Transport


[Expand]
function TIGMPProtocol.ControlHandler(AHandle:THandle; ASource,ADest:Pointer; AProtocol,ACommand,ACode:Word; AAddress,AData:Pointer; ASize:Integer):Boolean;
Description: Process a network control request from a Transport


[Expand]
function TIGMPProtocol.SendIGMP1Report(ASocket:TIGMPSocket; ASource,ADest,AAddress:Pointer):Boolean;
Description: Send an IGMP V1 report message (Join Group)


[Expand]
function TIGMPProtocol.SendIGMP2Report(ASocket:TIGMPSocket; ASource,ADest,AAddress:Pointer):Boolean;
Description: Send an IGMP V2 report message (Join Group)


[Expand]
function TIGMPProtocol.SendIGMP2Leave(ASocket:TIGMPSocket; ASource,ADest,AAddress:Pointer):Boolean;
Description: Send an IGMP leave message (Leave Group)


[Expand]
function TIGMPProtocol.SendIGMP1Query(ASocket:TIGMPSocket; ASource,ADest,AAddress:Pointer):Boolean;
Description: Send an IGMP V1 query message


[Expand]
function TIGMPProtocol.SendIGMP2Query(ASocket:TIGMPSocket; ASource,ADest,AAddress:Pointer):Boolean;
Description: Send an IGMP V2 query message


[Expand]
function TIGMPProtocol.GetGroup(ATransport:TIGMPProtocolTransport; const AAddress:TInAddr; ALock:Boolean):TIGMPGroup;
Description: Find the address in the group cache


[Expand]
function TIGMPProtocol.GetGroupByNext(APrevious:TIGMPGroup; ALock,AUnlock:Boolean):TIGMPGroup;
Description: To be documented


[Expand]
function TIGMPProtocol.AddGroup(ATransport:TIGMPProtocolTransport; const AAddress:TInAddr; const AHardware:THardwareAddress; ALock:Boolean):TIGMPGroup;
Description: Add an IP address and hardware address to the group cache


[Expand]
function TIGMPProtocol.RemoveGroup(ATransport:TIGMPProtocolTransport; const AAddress:TInAddr):Boolean;
Description: Remove an IP address from the group cache


[Expand]
procedure TIGMPProtocol.FlushGroups(All:Boolean);
Description: Flush groups from the group cache


[Expand]
function TIGMPProtocol.ProcessGroups:Boolean;
Description: Process periodic tasks for IGMP groups


[Expand]
function TIGMPProtocol.SelectCheck(ASource,ADest:PFDSet; ACode:Integer):Integer;
Description: To be documented


[Expand]
function TIGMPProtocol.SelectWait(ASocket:TProtocolSocket; ACode:Integer; ATimeout:LongWord):Integer;
Description: To be documented


[Expand]
function TIGMPProtocol.SendPacket(ASocket:TProtocolSocket; ASource,ADest:Pointer; ASourcePort,ADestPort:Word; APacket:PPacketFragment; ASize,AFlags:Integer):Integer;
Description: Send a Packet by adding the Protocol Header and other details to the Data


[Expand]
function TIGMPProtocol.Accept(ASocket:TProtocolSocket; ASockAddr:PSockAddr; AAddrLength:PInteger):TProtocolSocket;
Description: BSD compatible Accept


[Expand]
function TIGMPProtocol.Bind(ASocket:TProtocolSocket; var ASockAddr:TSockAddr; AAddrLength:Integer):Integer;
Description: BSD compatible Bind


[Expand]
function TIGMPProtocol.CloseSocket(ASocket:TProtocolSocket):Integer;
Description: BSD compatible Close Socket


[Expand]
function TIGMPProtocol.Connect(ASocket:TProtocolSocket; var ASockAddr:TSockAddr; AAddrLength:Integer):Integer;
Description: BSD compatible Connect


[Expand]
function TIGMPProtocol.IoctlSocket(ASocket:TProtocolSocket; ACmd:DWORD; var AArg:u_long):Integer;
Description: BSD compatible IO Control Socket


[Expand]
function TIGMPProtocol.GetPeerName(ASocket:TProtocolSocket; var ASockAddr:TSockAddr; var AAddrLength:Integer):Integer;
Description: BSD compatible Get Peer Name (Remote)


[Expand]
function TIGMPProtocol.GetSockName(ASocket:TProtocolSocket; var ASockAddr:TSockAddr; var AAddrLength:Integer):Integer;
Description: BSD compatible Get Sock Name (Local)


[Expand]
function TIGMPProtocol.GetSockOpt(ASocket:TProtocolSocket; ALevel,AOptName:Integer; AOptValue:PChar; var AOptLength:Integer):Integer;
Description: BSD compatible Get Socket Option


[Expand]
function TIGMPProtocol.Listen(ASocket:TProtocolSocket; ABacklog:Integer):Integer;
Description: BSD compatible Listen


[Expand]
function TIGMPProtocol.Recv(ASocket:TProtocolSocket; var ABuffer; ALength,AFlags:Integer):Integer;
Description: BSD compatible Receive


[Expand]
function TIGMPProtocol.RecvFrom(ASocket:TProtocolSocket; var ABuffer; ALength,AFlags:Integer; var AFromAddr:TSockAddr; var AFromLength:Integer):Integer;
Description: BSD compatible Receive From


[Expand]
function TIGMPProtocol.Send(ASocket:TProtocolSocket; var ABuffer; ALength,AFlags:Integer):Integer;
Description: BSD compatible Send


[Expand]
function TIGMPProtocol.SendTo(ASocket:TProtocolSocket; var ABuffer; ALength,AFlags:Integer; var AToAddr:TSockAddr; AToLength:Integer):Integer;
Description: BSD compatible Send To


[Expand]
function TIGMPProtocol.SetSockOpt(ASocket:TProtocolSocket; ALevel,AOptName:Integer; AOptValue:PChar; AOptLength:Integer):Integer;
Description: BSD compatible Set Socket Option


[Expand]
function TIGMPProtocol.Shutdown(ASocket:TProtocolSocket; AHow:Integer):Integer;
Description: BSD compatible Shutdown


[Expand]
function TIGMPProtocol.Socket(AFamily,AStruct,AProtocol:Integer):TProtocolSocket;
Description: BSD compatible Socket (Create a new socket)


[Expand]
function TIGMPProtocol.AddTransport(ATransport:TNetworkTransport):Boolean;
Description: Add a transport to this protocol


[Expand]
function TIGMPProtocol.RemoveTransport(ATransport:TNetworkTransport):Boolean;
Description: Remove a transport from this protocol


[Expand]
function TIGMPProtocol.FindSocket(AFamily,AStruct,AProtocol:Word; ALocalAddress,ARemoteAddress:Pointer; ALocalPort,ARemotePort:Word; ABroadcast,AListen,ALock:Boolean; AState:LongWord):TProtocolSocket;
Description: Find a protocol socket based on all relevant parameters


[Expand]
procedure TIGMPProtocol.FlushSockets(All:Boolean);
Description: Flush sockets from the socket cache


[Expand]
function TIGMPProtocol.StartProtocol:Boolean;
Description: Start this protocol ready for sending and receiving


[Expand]
function TIGMPProtocol.StopProtocol:Boolean;
Description: Stop this protocol ready for removal


[Expand]
function TIGMPProtocol.ProcessProtocol:Boolean;
Description: Process periodic tasks for this protocol


Return to Unit Reference