Print this page
inet_pton
*** 20,29 ****
--- 20,32 ----
*/
/*
* Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+ /*
+ * Copyright 2012 Nexenta Systems, Inc. All rights reserved.
+ */
#ifndef _INET_IP6_H
#define _INET_IP6_H
#ifdef __cplusplus
*** 224,235 ****
/*
* FUNCTION PROTOTYPES
*/
extern void convert2ascii(char *buf, const in6_addr_t *addr);
- extern char *inet_ntop(int, const void *, char *, int);
- extern int inet_pton(int, char *, void *);
extern void icmp_param_problem_nexthdr_v6(mblk_t *, boolean_t,
ip_recv_attr_t *);
extern void icmp_pkt2big_v6(mblk_t *, uint32_t, boolean_t,
ip_recv_attr_t *);
extern void icmp_time_exceeded_v6(mblk_t *, uint8_t, boolean_t,
--- 227,236 ----