]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/netapi.git/blobdiff - ti/runtime/netapi/applications/ipsec_offload/ipsecmgr/src/netapilib_interface.h
Added IPV6 and bridge interface support
[keystone-rtos/netapi.git] / ti / runtime / netapi / applications / ipsec_offload / ipsecmgr / src / netapilib_interface.h
index 46aaf173ea8b4216139309b5ba457259f5d8d784..92c7be813b31d77a88e9d6437b44c7389d05c951 100755 (executable)
@@ -62,7 +62,7 @@ typedef struct {
 /* Container for applicaion ID's for offloaded SA's */
 typedef struct {
     char    name[NI_MAXHOST];
-    char    ip[4];
+    char    ip[16];
     int     iface;
 } ipsecMgrIfConfigEntry_T;