sipxtacklib  Version 3.3
ns_name.h
Go to the documentation of this file.
1 /*
2 //
3 // Copyright (C) 2004-2006 SIPfoundry Inc.
4 // Licensed by SIPfoundry under the LGPL license.
5 //
6 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
7 // Licensed to SIPfoundry under a Contributor Agreement.
8 //
9 // $$
11 */
12 
13 #ifndef INCLUDE_RESPARSE_NS_NAME_H
14 #define INCLUDE_RESPARSE_NS_NAME_H
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
19 int ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, char *dst, size_t dstsiz);
20 int ns_name_compress(const char *src, u_char *dst, size_t dstsiz, const u_char **dnptrs, const u_char **lastdnptr);
21 int ns_name_skip(const u_char **ptrptr, const u_char *eom);
22 
23 #ifdef __cplusplus
24 }
25 #endif
26 #endif /* INCLUDE_RESPARSE_NS_NAME_H */
int ns_name_uncompress(const u_char *msg, const u_char *eom, const u_char *src, char *dst, size_t dstsiz)
int ns_name_compress(const char *src, u_char *dst, size_t dstsiz, const u_char **dnptrs, const u_char **lastdnptr)
int ns_name_skip(const u_char **ptrptr, const u_char *eom)

sipXtackLib home page