HomeSort by: relevance | last modified time | path
    Searched defs:network (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
isakmp_unity.c 208 struct unity_network *network = (struct unity_network *)(attr + 1); local
221 &network[index1],
235 &network[index1],
264 struct unity_network * network; local
281 network = (struct unity_network *)(new + 1);
284 memcpy(&network[index1],
285 &netentry->network,
288 inet_ntop(AF_INET, &netentry->network.addr4, tmp1, 40);
289 inet_ntop(AF_INET, &netentry->network.mask4, tmp2, 40);
299 struct unity_network * network, int *count
    [all...]
isakmp_unity.h 65 struct unity_network network; member in struct:unity_netentry
  /src/external/bsd/ntp/dist/sntp/tests/
utilities.c 180 l_fp network; local
181 HTONL_FP(&test, &network);
183 l_fp_output_bin(&network, outputFile);
198 l_fp network; local
199 HTONL_FP(&test, &network);
201 l_fp_output_dec(&network, outputFile);
  /src/external/bsd/tcpdump/dist/
print-olsr.c 132 nd_ipv4 network; member in struct:olsr_hna4
137 nd_ipv6 network; member in struct:olsr_hna6
551 i, GET_IP6ADDR_STRING(hna6->network),
569 if (!ptr.hna->network[0] && !ptr.hna->network[1] &&
570 !ptr.hna->network[2] && !ptr.hna->network[3] &&
605 GET_IPADDR_STRING(ptr.hna->network),
  /src/sys/dev/cardbus/
cardbusvar.h 199 } network; member in union:cardbus_cis_info::__anon2530

Completed in 19 milliseconds