File: ipaddr.h

package info (click to toggle)
vrrpd 1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 300 kB
  • ctags: 308
  • sloc: ansic: 2,618; makefile: 68; sh: 35
file content (23 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*===========================[ (c) JME SOFT ]===================================
FILE        : [ipaddr.h]
CREATED     : 00/06/02 20:12:33		LAST SAVE    : 00/06/02 23:47:42
WHO         : jerome@mycpu Linux 2.2.14
REMARK      :
================================================================================

==============================================================================*/

#ifndef __IPADDR_H__
#define __IPADDR_H__
/* system include */
/* local include */

/*@$#[ipaddr.c] global proto. AutoProtoSigV1.1. date: 00/06/02 23:47:40 */
#include "proto.h"
int ipaddr_list PROTO((int ifindex, uint32_t *array, int max_elem));
int ipaddr_op PROTO((int ifindex, uint32_t addr, int addF));
/*@$% end of AutoProtoSigV1.1 (Dont remove this line) []*/
 

#endif	/* __IPADDR_H__ */