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

/external/ppp/pppd/
H A Dipxcp.h83 u_char our_node[6]; /* our node number */ member in struct:ipxcp_options
H A 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))
[all...]

Completed in 65 milliseconds