|
|
|
|
/home/brennan/n-sim/Vaike/linux/system-addons/networking/mesh_ipc.h File ReferenceFacilities to control WSN mesh network routing daemon. More...
Go to the source code of this file.
Detailed Description
Facilities to control WSN mesh network routing daemon.
- Revision
- 1.1
Original Author: Sean M. Brennan <brennan@lanl.gov> - Author
- sean_m_brennan
Created: August 1, 2007 - Date
- 2008/02/03 22:00:47
Definition in file mesh_ipc.h.
Define Documentation
#define MESH_CONTROL_PORT 1007 |
|
#define MESH_IOGLNKMTR 0x8308 |
|
#define MESH_IOGMTU 0x8303 |
|
#define MESH_IOGNGHADDR 0x8309 |
|
#define MESH_IOGNGHPOS 0x8310 |
|
#define MESH_IOGRTMTR 0x8307 |
|
#define MESH_IOGSNDQ 0x8301 |
|
#define MESH_IOGSNDTMO 0x8305 |
|
#define MESH_IORECVNEAR 0x8317 |
|
#define MESH_IORECVRAW 0x8315 |
|
#define MESH_IORECVSEQ 0x8313 |
|
#define MESH_IOREDISCVR 0x8300 |
|
#define MESH_IOSENDNEAR 0x8316 |
|
#define MESH_IOSENDRAW 0x8314 |
|
#define MESH_IOSENDSEQ 0x8312 |
|
#define MESH_IOSMTU 0x8304 |
|
#define MESH_IOSOCKET 0x8311 |
|
#define MESH_IOSSNDQ 0x8302 |
|
#define MESH_IOSSNDTMO 0x8306 |
|
#define MESH_LIBRARY "libsensormesh" |
|
Function Documentation
int mesh_ioctl |
( |
int |
request, |
|
|
|
... |
|
) |
|
|
|
Definition at line 416 of file mesh_ipc.c.
References memcpy, MESH_HEADER_SPACE, MESH_IOGLNKMTR, MESH_IOGMTU, MESH_IOGNGHADDR, MESH_IOGNGHPOS, MESH_IOGRTMTR, MESH_IOGSNDQ, MESH_IOGSNDTMO, MESH_IORECVNEAR, MESH_IORECVRAW, MESH_IORECVSEQ, MESH_IOREDISCVR, MESH_IOSENDNEAR, MESH_IOSENDRAW, MESH_IOSENDSEQ, MESH_IOSMTU, MESH_IOSOCKET, MESH_IOSSNDQ, MESH_IOSSNDTMO, p_error, and port.
Referenced by mesh_get_mtu(), mesh_get_resend_timeout(), mesh_get_sendqueue(), mesh_link_energy(), mesh_link_goodput(), mesh_link_reliability(), mesh_proactive_rediscover(), mesh_raw_recvfrom(), mesh_raw_sendto(), mesh_recvfrom(), mesh_recvfrom_nextdoor(), mesh_route_energy_cost(), mesh_route_goodput(), mesh_route_reliability(), mesh_sendto(), mesh_sendto_nextdoor(), mesh_set_mtu(), mesh_set_resend_timeout(), mesh_set_sendqueue(), neighbor_address(), and neighbor_position(). |
int mesh_ipc_init |
( |
void |
|
) |
|
|
|