HomeSort by relevance Sort by last modified time
    Searched refs:our_node (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ipxcp.h 83 u_char our_node[6]; /* our node number */ member in struct:ipxcp_options
ipxcp.c 294 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
    [all...]

Completed in 183 milliseconds