~ubuntu-branches/ubuntu/hardy/klibc/hardy-updates

« back to all changes in this revision

Viewing changes to usr/kinit/ipconfig/bootp_proto.h

  • Committer: Bazaar Package Importer
  • Author(s): Jeff Bailey
  • Date: 2006-01-04 20:24:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104202452-ec4v3n829rymukuv
Tags: 1.1.15-0ubuntu1
* New upstream version.

* Patch to fix compilation on parisc64 kernels.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * bootp_proto.h
 
3
 */
 
4
int bootp_send_request(struct netdev *dev);
 
5
int bootp_recv_reply(struct netdev *dev);
 
6
int bootp_parse(struct netdev *dev, struct bootp_hdr *hdr, __u8 *exts, int extlen);
 
7
int bootp_init_if(struct netdev *dev);