11 lines
232 B
C
11 lines
232 B
C
![]() |
/**
|
||
|
* @file sa.h Internal interface to Socket Address
|
||
|
*
|
||
|
* Copyright (C) 2010 Creytiv.com
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* Net ntop/pton */
|
||
|
int net_inet_ntop(const struct sa *sa, char *buf, int size);
|
||
|
int net_inet_pton(const char *addr, struct sa *sa);
|