Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c90 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
395 cbcp_send(us, CBCP_RESP, buf, len);
406 cbcp_send(us, CBCP_RESP, buf, len);
417 cbcp_send(us, CBCP_RESP, buf, len);
428 cbcp_send(us, code, buf, len) in cbcp_send() function