Home
last modified time | relevance | path

Searched refs:our_node (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dipxcp.c294 u_char our_node[6]; local
297 memset (our_node, 0, 6);
300 end = setipxnodevalue (*argv, our_node);
309 memcpy(&ipxcp_wantoptions[0].our_node[0], our_node, 6);
331 p = ipxcp_wantoptions[0].our_node;
391 memset (wo->our_node, 0, sizeof (wo->our_node));
420 memcpy (dst, src, sizeof (ipxcp_wantoptions[0].our_node));
431 return memcmp (dst, src, sizeof (ipxcp_wantoptions[0].our_node)) == 0;
443 for (indx = 0; indx < sizeof (ipxcp_wantoptions[0].our_node); ++indx)
554 if (zero_node (wo->our_node)) {
[all …]
Dipxcp.h83 u_char our_node[6]; /* our node number */ member