File: iptostr.h

package info (click to toggle)
tlswrapper 0~20251001-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,804 kB
  • sloc: ansic: 7,191; sh: 2,367; makefile: 246
file content (10 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#ifndef _IPTOSTR_H____
#define _IPTOSTR_H____

#include <arpa/inet.h>

#define IPTOSTR_LEN INET6_ADDRSTRLEN

extern char *iptostr(char *, const unsigned char *);

#endif