Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_cisco.c124 static int cisco_send(sc_p sc, int type, long par1, long par2);
534 error = cisco_send(sc, CISCO_ADDR_REPLY, in cisco_input()
583 cisco_send(sc, CISCO_KEEPALIVE_REQ, sc->local_seq, sc->remote_seq); in cisco_keepalive()
594 cisco_send(sc_p sc, int type, long par1, long par2) in cisco_send() function