File: librfc5569.h

package info (click to toggle)
ipv6calc 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,400 kB
  • sloc: ansic: 73,764; sh: 5,750; perl: 4,030; xml: 1,194; makefile: 888
file content (15 lines) | stat: -rw-r--r-- 561 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Project    : ipv6calc
 * File       : librfc5569.h
 * Version    : $Id: 184cece92773918edcb7852e1b4ec95541298751 $
 * Copyright  : 2011 by Raphal Assnat <raph (at) raphnet.net>
 *  Extensions: 2014-2014 by Peter Bieringer <pb (at) bieringer.de>
 *
 * Information:
 *  Header file for librfc5569.c
 */ 

#include "libipv6addr.h"
#include "libipv4addr.h"

int librfc5569_calc_6rd_local_prefix(ipv6calc_ipv6addr *sixrd_prefix, const ipv6calc_ipv4addr *relay_prefix, const ipv6calc_ipv4addr *local_ip, char *resultstring, const size_t resultstring_length);