Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoed.h44 struct ppptun_control *ptc);
H A Dcommon.h44 #define PKT_OCTL_LEN (sizeof (struct ppptun_control) + 1)
H A Dpppoec.c590 struct ppptun_control *ptc; in send_pppoe()
593 ptc = (struct ppptun_control *)pkt_octl; in send_pppoe()
657 struct ppptun_control *ptc; in find_all_servers()
688 ptc = (struct ppptun_control *)pkt_octl; in find_all_servers()
1410 struct ppptun_control *ptc; in find_server()
1484 ptc = (struct ppptun_control *)pkt_octl; in find_server()
H A Dpppoed.c266 struct ppptun_control *ptc; in handle_input()
273 ptc = (struct ppptun_control *)ctrlbuf; in handle_input()
H A Doptions.c2073 launch_service(int tunfd, poep_t *poep, void *srvp, struct ppptun_control *ptc) in launch_service()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c409 handle_action(struct ppptun_control *ptc, struct strbuf *ctrl, in handle_action()
433 struct ppptun_control *ptc; in pppoe_sys_read_packet()
437 ptc = (struct ppptun_control *)ctrl->buf; in pppoe_sys_read_packet()
/illumos-gate/usr/src/uts/common/net/
H A Dsppptun.h140 struct ppptun_control { struct
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c538 struct ppptun_control *ptc; in make_control()
543 ptc = (struct ppptun_control *)mp->b_wptr; in make_control()
797 struct ppptun_control *ptc; in sppptun_outpkt()
827 ptc = (struct ppptun_control *)mp->b_rptr; in sppptun_outpkt()
836 struct ppptun_control *, ptc); in sppptun_outpkt()
849 struct ppptun_control *, ptc); in sppptun_outpkt()
2239 pap = &((struct ppptun_control *)mnew->b_rptr)->ptc_address; in sppptun_recv()