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

  /external/ppp/pppd/
ipxcp.h 82 u_char his_node[6]; /* peer's node number */ member in struct:ipxcp_options
ipxcp.c 295 u_char his_node[6]; local
298 memset (his_node, 0, 6);
303 end = setipxnodevalue (++end, his_node);
313 memcpy(&ipxcp_wantoptions[0].his_node[0], his_node, 6);
336 p = ipxcp_wantoptions[0].his_node;
392 memset (wo->his_node, 0, sizeof (wo->his_node));
562 if (zero_node (wo->his_node)) {
563 inc_node (wo->his_node);
    [all...]

Completed in 289 milliseconds