File: scamper_icmp6.h

package info (click to toggle)
scamper 20070523n-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,208 kB
  • ctags: 2,484
  • sloc: ansic: 26,262; makefile: 124
file content (40 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
 * scamper_icmp6.h
 *
 * $Id: scamper_icmp6.h,v 1.13.2.1 2008/01/20 21:33:56 mjl Exp $
 *
 * Copyright (C) 2003-2008 The University of Waikato
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, version 2.
 *
 * This program 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 for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */

#ifndef __SCAMPER_ICMP6_H
#define __SCAMPER_ICMP6_H

int scamper_icmp6_open(void);
void scamper_icmp6_cleanup(void);
void scamper_icmp6_read_cb(const int fd, void *param);

#ifdef __SCAMPER_PROBE_H
int scamper_icmp6_probe(scamper_probe_t *probe);
int scamper_icmp6_build(scamper_probe_t *probe, uint8_t *buf, size_t *len);
uint16_t scamper_icmp6_cksum(scamper_probe_t *probe);
#endif

#ifdef __SCAMPER_ICMP_RESP_H
int scamper_icmp6_recv(int fd, scamper_icmp_resp_t *resp);
#endif

#endif /* __SCAMPER_ICMP6_H */