Lines Matching defs:_this

117 l2tp_ctrl_init(l2tp_ctrl *_this, l2tpd *_l2tpd, struct sockaddr *peer,  in l2tp_ctrl_init()
218 l2tp_ctrl_reload(l2tp_ctrl *_this) in l2tp_ctrl_reload()
231 l2tp_ctrl_destroy(l2tp_ctrl *_this) in l2tp_ctrl_destroy()
249 l2tp_ctrl_send_disconnect_notify(l2tp_ctrl *_this) in l2tp_ctrl_send_disconnect_notify()
301 l2tp_ctrl_stop(l2tp_ctrl *_this, int result) in l2tp_ctrl_stop()
369 l2tp_ctrl *_this; in l2tp_ctrl_timeout() local
488 l2tp_ctrl_send(l2tp_ctrl *_this, const void *msg, int len) in l2tp_ctrl_send()
517 l2tp_ctrl_resend_una_packets(l2tp_ctrl *_this, bool resend) in l2tp_ctrl_resend_una_packets()
556 l2tp_ctrl_destroy_all_calls(l2tp_ctrl *_this) in l2tp_ctrl_destroy_all_calls()
571 l2tp_ctrl_disconnect_all_calls(l2tp_ctrl *_this, int drop) in l2tp_ctrl_disconnect_all_calls()
599 l2tp_ctrl_reset_timeout(l2tp_ctrl *_this) in l2tp_ctrl_reset_timeout()
629 l2tp_ctrl_input(l2tpd *_this, int listener_index, struct sockaddr *peer, in l2tp_ctrl_input()
1035 l2tp_ctrl_txwin_size(l2tp_ctrl *_this) in l2tp_ctrl_txwin_size()
1047 l2tp_ctrl_txwin_is_full(l2tp_ctrl *_this) in l2tp_ctrl_txwin_is_full()
1053 l2tp_ctrl_in_peer_window(l2tp_ctrl *_this, uint16_t seq) in l2tp_ctrl_in_peer_window()
1065 l2tp_ctrl_in_our_window(l2tp_ctrl *_this, uint16_t seq) in l2tp_ctrl_in_our_window()
1075 l2tp_ctrl_send_packet(l2tp_ctrl *_this, int call_id, bytebuffer *bytebuf) in l2tp_ctrl_send_packet()
1135 l2tp_ctrl_recv_SCCRQ(l2tp_ctrl *_this, u_char *pkt, int pktlen, l2tpd *_l2tpd, in l2tp_ctrl_recv_SCCRQ()
1266 l2tp_ctrl_send_StopCCN(l2tp_ctrl *_this, int result) in l2tp_ctrl_send_StopCCN()
1313 l2tp_ctrl_recv_StopCCN(l2tp_ctrl *_this, u_char *pkt, int pktlen) in l2tp_ctrl_recv_StopCCN()
1419 l2tp_ctrl_send_SCCRP(l2tp_ctrl *_this) in l2tp_ctrl_send_SCCRP()
1520 l2tp_ctrl_send_HELLO(l2tp_ctrl *_this) in l2tp_ctrl_send_HELLO()
1552 l2tp_ctrl_send_ZLB(l2tp_ctrl *_this) in l2tp_ctrl_send_ZLB()
1575 l2tp_ctrl_prepare_snd_buffer(l2tp_ctrl *_this, int with_seq) in l2tp_ctrl_prepare_snd_buffer()
1601 l2tp_ctrl_state_string(l2tp_ctrl *_this) in l2tp_ctrl_state_string()
1615 l2tp_ctrl_log(l2tp_ctrl *_this, int prio, const char *fmt, ...) in l2tp_ctrl_log()