Classes | Public Member Functions

SimpleBootp Class Reference

Simple BOOTP daemon. More...

Inheritance diagram for SimpleBootp:
StaticReceiver< SimpleBootp > Device

List of all members.

Classes

struct  EthernetBootpPacket

Public Member Functions

bool receive (MessageNetwork &msg)
 SimpleBootp (DBus< MessageNetwork > &bus_network, unsigned ip, unsigned mask)

Detailed Description

Simple BOOTP daemon.

Copyright (C) 2009, Bernhard Kauer <bk@vmmon.org> Economic rights: Technische Universitaet Dresden (Germany)

This file is part of Vancouver.

Vancouver is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.

Vancouver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License version 2 for more details. A simple BOOTP server.

State: unstable Features: reply with a BOOTP packet. Missing: UDP checksum, DHCP options, gateway, direct reply, servername Documentation: RFCs 951(BOOTP), 1497(BOOTP-ext), 1542(BOOTP-clarification), Documentation: 2131(DHCP), 768(UDP), 791(IP)


Constructor & Destructor Documentation

SimpleBootp::SimpleBootp ( DBus< MessageNetwork > &  bus_network,
unsigned  ip,
unsigned  mask 
) [inline]

Member Function Documentation

bool SimpleBootp::receive ( MessageNetwork msg  )  [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines