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

« back to all changes in this revision

Viewing changes to usr/kinit/ipconfig/packet.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
 * ipconfig/packet.h
 
3
 */
 
4
int packet_open(void);
 
5
void packet_close(void);
 
6
int packet_send(struct netdev *dev, struct iovec *iov, int iov_len);
 
7
int packet_peek(int *ifindex);
 
8
void packet_discard(void);
 
9
int packet_recv(struct iovec *iov, int iov_len);