OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unity_network
(Results
1 - 4
of
4
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_unity.h
58
struct
unity_network
{
struct
65
struct
unity_network
network;
69
int splitnet_list_add(struct unity_netentry **, struct
unity_network
*, int *);
isakmp_unity.c
210
struct
unity_network
*network = (struct
unity_network
*)(attr + 1);
218
count = alen / sizeof(struct
unity_network
);
232
count = alen / sizeof(struct
unity_network
);
269
struct
unity_network
* network;
276
len = sizeof(struct
unity_network
) * count;
286
network = (struct
unity_network
*)(new + 1);
291
sizeof(struct
unity_network
));
305
struct
unity_network
* network;
320
sizeof(struct
unity_network
));
[
all
...]
isakmp_cfg.c
[
all
...]
cfparse.y
986
struct
unity_network
network;
[
all
...]
Completed in 819 milliseconds