Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/wan/
Dsyncppp.c137 static void sppp_cisco_send (struct sppp *sp, int type, long par1, long par2);
414 sppp_cisco_send (sp, CISCO_KEEPALIVE_REQ, ++sp->pp_seq, in sppp_keepalive()
749 sppp_cisco_send (sp, CISCO_ADDR_REPLY, addr, mask); in sppp_cisco_input()
809 static void sppp_cisco_send (struct sppp *sp, int type, long par1, long par2) in sppp_cisco_send() function