Searched refs:his_node (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipxcp.h82 u_char his_node[6]; /* peer's node number */ member in struct:ipxcp_options
H A Dipxcp.c295 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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipxcp.h59 u_char his_node[6]; /* peer's node number */ member in struct:ipxcp_options
H A Dipxcp.c272 u_char his_node[6]; local
275 memset (his_node, 0, 6);
280 end = setipxnodevalue (++end, his_node);
290 memcpy(&ipxcp_wantoptions[0].his_node[0], his_node, 6);
313 p = ipxcp_wantoptions[0].his_node;
369 memset (wo->his_node, 0, sizeof (wo->his_node));
539 if (zero_node (wo->his_node)) {
540 inc_node (wo->his_node);
[all...]

Completed in 164 milliseconds