/openbsd-src/usr.sbin/npppd/common/ |
H A D | bytebuf.c | 93 bytebuffer *_this = NULL; in bytebuffer_create() local 123 bytebuffer *_this; in bytebuffer_wrap() local 141 bytebuffer_unwrap(bytebuffer *_this) in bytebuffer_unwrap() 162 bytebuffer_realloc(bytebuffer *_this, size_t capacity) in bytebuffer_realloc() 191 bytebuffer_compact(bytebuffer *_this) in bytebuffer_compact() 236 bytebuffer_put(bytebuffer *_this, const void *src, size_t srclen) in bytebuffer_put() 267 bytebuffer_get(bytebuffer *_this, void *dst, size_t dstlen) in bytebuffer_get() 286 bytebuffer_position(bytebuffer *_this) in bytebuffer_position() 295 bytebuffer_limit(bytebuffer *_this) in bytebuffer_limit() 304 bytebuffer_capacity(bytebuffer *_this) in bytebuffer_capacity() [all …]
|
H A D | addr_range.c | 91 struct in_addr_range *_this; in_addr_range_create() local 101 in_addr_range_destroy(struct in_addr_range * _this) in_addr_range_destroy() argument
|
/openbsd-src/usr.sbin/npppd/npppd/ |
H A D | ppp.c | 105 npppd_ppp *_this; in ppp_create() local 125 ppp_init(npppd *pppd, npppd_ppp *_this) in ppp_init() 191 ppp_set_tunnel_label(npppd_ppp *_this, char *buf, int lbuf) in ppp_set_tunnel_label() 226 ppp_start(npppd_ppp *_this) in ppp_start() 247 ppp_dialin_proxy_prepare(npppd_ppp *_this, dialin_proxy_info *dpi) in ppp_dialin_proxy_prepare() 270 ppp_down_others(npppd_ppp *_this) in ppp_down_others() 295 ppp_stop(npppd_ppp *_this, const char *reason) in ppp_stop() 318 ppp_set_disconnect_cause(npppd_ppp *_this, npppd_ppp_disconnect_code code, in ppp_set_disconnect_cause() 331 ppp_set_radius_terminate_cause(npppd_ppp *_this, int cause) in ppp_set_radius_terminate_cause() 338 ppp_stop0(npppd_ppp *_this) in ppp_stop0() [all …]
|
H A D | npppd.c | 235 npppd_init(npppd *_this, const char *config_file) in npppd_init() argument 404 npppd_start(npppd * _this) npppd_start() argument 421 npppd_stop(npppd * _this) npppd_stop() argument 454 npppd_stop_really(npppd * _this) npppd_stop_really() argument 483 npppd_fini(npppd * _this) npppd_fini() argument 531 npppd_reset_timer(npppd * _this) npppd_reset_timer() argument 550 npppd *_this; npppd_timer() local 582 npppd_reset_routing_table(npppd * _this,int pool_only) npppd_reset_routing_table() argument 666 npppd_get_user_password(npppd * _this,npppd_ppp * ppp,const char * username,char * password,int * plpassword) npppd_get_user_password() argument 679 npppd_get_user_framed_ip_address(npppd * _this,npppd_ppp * ppp,const char * username) npppd_get_user_framed_ip_address() argument 717 npppd_check_calling_number(npppd * _this,npppd_ppp * ppp) npppd_check_calling_number() argument 743 npppd_get_ppp_by_ip(npppd * _this,struct in_addr ipaddr) npppd_get_ppp_by_ip() argument 771 npppd_get_ppp_by_user(npppd * _this,const char * username) npppd_get_ppp_by_user() argument 789 npppd_get_ppp_by_id(npppd * _this,u_int ppp_id) npppd_get_ppp_by_id() argument 846 npppd_ipcp_stats_reload(npppd * _this) npppd_ipcp_stats_reload() argument 885 npppd_check_user_max_session(npppd * _this,npppd_ppp * ppp) npppd_check_user_max_session() argument 928 npppd_network_output(npppd * _this,npppd_ppp * ppp,int proto,u_char * pktp,int lpktp) npppd_network_output() argument 1042 npppd_ppp_pipex_enable(npppd * _this,npppd_ppp * ppp) npppd_ppp_pipex_enable() argument 1188 npppd_ppp_pipex_disable(npppd * _this,npppd_ppp * ppp) npppd_ppp_pipex_disable() argument 1253 pipex_periodic(npppd * _this) pipex_periodic() argument 1337 npppd_prepare_ip(npppd * _this,npppd_ppp * ppp) npppd_prepare_ip() argument 1361 npppd_release_ip(npppd * _this,npppd_ppp * ppp) npppd_release_ip() argument 1378 npppd_set_ip_enabled(npppd * _this,npppd_ppp * ppp,int enabled) npppd_set_ip_enabled() argument 1525 npppd_assign_ip_addr(npppd * _this,npppd_ppp * ppp,uint32_t req_ip4) npppd_assign_ip_addr() argument 1652 npppd_set_radish(npppd * _this,void * radish_head) npppd_set_radish() argument 1820 npppd_get_all_users(npppd * _this,slist * users) npppd_get_all_users() argument 1874 npppd_reload0(npppd * _this) npppd_reload0() argument 1900 npppd_update_pool_reference(npppd * _this) npppd_update_pool_reference() argument 1930 npppd *_this; npppd_on_sighup() local 1944 npppd *_this; npppd_on_sigterm() local 1953 npppd *_this; npppd_on_sigint() local 1964 npppd *_this; npppd_on_sigchld() local 2005 npppd_ppp_bind_realm(npppd * _this,npppd_ppp * ppp,const char * username,int eap_required) npppd_ppp_bind_realm() argument 2076 npppd_ppp_is_realm_local(npppd * _this,npppd_ppp * ppp) npppd_ppp_is_realm_local() argument 2090 npppd_ppp_is_realm_radius(npppd * _this,npppd_ppp * ppp) npppd_ppp_is_realm_radius() argument 2104 npppd_ppp_is_realm_ready(npppd * _this,npppd_ppp * ppp) npppd_ppp_is_realm_ready() argument 2114 npppd_ppp_get_realm_name(npppd * _this,npppd_ppp * ppp) npppd_ppp_get_realm_name() argument 2123 npppd_ppp_get_iface_name(npppd * _this,npppd_ppp * ppp) npppd_ppp_get_iface_name() argument 2132 npppd_ppp_iface_is_ready(npppd * _this,npppd_ppp * ppp) npppd_ppp_iface_is_ready() argument 2140 npppd_ppp_bind_iface(npppd * _this,npppd_ppp * ppp) npppd_ppp_bind_iface() argument 2213 npppd_ppp_unbind_iface(npppd * _this,npppd_ppp * ppp) npppd_ppp_unbind_iface() argument 2252 npppd_get_radius_auth_setting(npppd * _this,npppd_ppp * ppp) npppd_get_radius_auth_setting() argument 2268 npppd_auth_finalizer_periodic(npppd * _this) npppd_auth_finalizer_periodic() argument 2335 npppd_ppp_get_username_for_auth(npppd * _this,npppd_ppp * ppp,const char * username,char * username_buffer) npppd_ppp_get_username_for_auth() argument 2366 npppd_ppp_tunnel_protocol_name(npppd * _this,npppd_ppp * ppp) npppd_ppp_tunnel_protocol_name() argument 2372 npppd_get_tunnconf(npppd * _this,const char * name) npppd_get_tunnconf() argument 2385 npppd_on_ppp_start(npppd * _this,npppd_ppp * ppp) npppd_on_ppp_start() argument 2398 npppd_on_ppp_stop(npppd * _this,npppd_ppp * ppp) npppd_on_ppp_stop() argument [all...] |
H A D | npppd_ctl.c | 69 npppd_ctl_create(npppd *_this) in npppd_ctl_create() argument 82 npppd_ctl_destroy(struct npppd_ctl *_this) in npppd_ctl_destroy() argument 91 npppd_ctl_who(struct npppd_ctl *_this) in npppd_ctl_who() argument 97 npppd_ctl_monitor(struct npppd_ctl *_this) in npppd_ctl_monitor() argument 104 npppd_ctl_who_and_monitor(struct npppd_ctl * _this) npppd_ctl_who_and_monitor() argument 110 npppd_ctl_who0(struct npppd_ctl * _this,bool is_monitoring) npppd_ctl_who0() argument 120 npppd_ctl_add_started_ppp_id(struct npppd_ctl * _this,u_int ppp_id) npppd_ctl_add_started_ppp_id() argument 144 npppd_ctl_add_stopped_ppp(struct npppd_ctl * _this,npppd_ppp * ppp) npppd_ctl_add_stopped_ppp() argument 163 struct npppd_ctl *_this = ctx; npppd_ctl_who_walk_rd() local 178 npppd_ctl_disconnect(struct npppd_ctl * _this,u_int * ppp_id,int count) npppd_ctl_disconnect() argument 195 npppd_ctl_imsg_compose(struct npppd_ctl * _this,struct imsgbuf * ibuf) npppd_ctl_imsg_compose() argument 265 npppd_who_init(struct npppd_who * _this,npppd_ppp * ppp) npppd_who_init() argument 315 npppd_ppp_get_pipex_stat(struct npppd_who * _this,npppd_ppp * ppp) npppd_ppp_get_pipex_stat() argument [all...] |
H A D | npppd_iface.c | 102 npppd_iface_init(npppd *npppd, npppd_iface *_this, struct iface *iface) in npppd_iface_init() 119 npppd_iface_setup_ip(npppd_iface *_this) in npppd_iface_setup_ip() 245 npppd_iface_reinit(npppd_iface *_this, struct iface *iface) in npppd_iface_reinit() 276 npppd_iface_start(npppd_iface *_this) in npppd_iface_start() 329 npppd_iface_stop(npppd_iface *_this) in npppd_iface_stop() 351 npppd_iface_fini(npppd_iface *_this) in npppd_iface_fini() 367 npppd_iface *_this; in npppd_iface_io_event_handler() local 396 npppd_iface *_this; member 434 npppd_iface_network_input_ipv4(npppd_iface *_this, struct pppx_hdr *pppx, in npppd_iface_network_input_ipv4() 504 npppd_iface_network_input(npppd_iface *_this, u_char *pktp, int lpktp) in npppd_iface_network_input() [all …]
|
H A D | npppd_pool.c | 85 npppd_pool_init(npppd_pool *_this, npppd *base, const char *name) in npppd_pool_init() 100 npppd_pool_start(npppd_pool *_this) in npppd_pool_start() 107 npppd_pool_uninit(npppd_pool *_this) in npppd_pool_uninit() 120 npppd_pool_reload(npppd_pool *_this) in npppd_pool_reload() 216 npppd_pool_regist_radish(npppd_pool *_this, struct in_addr_range *range, in npppd_pool_regist_radish() 281 npppd_pool_get_dynamic(npppd_pool *_this, npppd_ppp *ppp) in npppd_pool_get_dynamic() 342 npppd_is_ifcace_ip4addr(npppd *_this, uint32_t ip4addr) in npppd_is_ifcace_ip4addr() 357 npppd_pool_assign_ip(npppd_pool *_this, npppd_ppp *ppp) in npppd_pool_assign_ip() 412 npppd_pool_release_ip(npppd_pool *_this, npppd_ppp *ppp) in npppd_pool_release_ip() 479 npppd_pool_get_assignability(npppd_pool *_this, uint32_t ip4addr, in npppd_pool_get_assignability() [all …]
|
H A D | chap.c | 129 chap_init(chap *_this, npppd_ppp *ppp) in chap_init() 154 chap_start(chap *_this) in chap_start() 242 chap_stop(chap *_this) in chap_stop() 256 chap_input(chap *_this, u_char *pktp, int len) in chap_input() 350 chap_failure(chap *_this, const char *msg, int mschapv2err) in chap_failure() 364 chap_authenticate(chap *_this, u_char *response, int lresponse) in chap_authenticate() 428 chap_response(chap *_this, int authok, u_char *pktp, int lpktp) in chap_response() 465 chap_create_challenge(chap *_this) in chap_create_challenge() 478 chap_proxy_authen_prepare(chap *_this, dialin_proxy_info *dpi) in chap_proxy_authen_prepare() 534 md5chap_authenticate(chap *_this, int id, char *username, u_char *challenge, in md5chap_authenticate() [all …]
|
H A D | mppe.c | 100 mppe_init(mppe *_this, npppd_ppp *ppp) in mppe_init() 144 mppe_fini(mppe *_this) in mppe_fini() 151 mppe_reduce_key(mppe_rc4_t *_this) in mppe_reduce_key() 163 mppe_key_change(mppe *_mppe, mppe_rc4_t *_this) in mppe_key_change() 190 mppe_start(mppe *_this) in mppe_start() 251 mppe_create_our_bits(mppe *_this, uint32_t peer_bits) in mppe_create_our_bits() 312 mppe_input(mppe *_this, u_char *pktp, int len) in mppe_input() 461 mppe_recv_ccp_reset(mppe *_this) in mppe_recv_ccp_reset() 471 mppe_pkt_output(mppe *_this, uint16_t proto, u_char *pktp, int len) in mppe_pkt_output() 523 mppe_log(mppe *_this, uint32_t prio, const char *fmt, ...) in mppe_log() [all …]
|
H A D | pap.c | 112 pap_init(pap *_this, npppd_ppp *ppp) in pap_init() 120 pap_start(pap *_this) in pap_start() 135 pap_stop(pap *_this) in pap_stop() 151 pap_input(pap *_this, u_char *pktp, int lpktp) in pap_input() 238 pap_authenticate(pap *_this, const char *password) in pap_authenticate() 266 pap_log(pap *_this, uint32_t prio, const char *fmt, ...) in pap_log() 279 pap_response(pap *_this, int authok, const char *mes) in pap_response() 330 pap_local_authenticate(pap *_this, const char *username, const char *password) in pap_local_authenticate() 351 pap_proxy_authen_prepare(pap *_this, dialin_proxy_info *dpi) in pap_proxy_authen_prepare() 384 pap_radius_authenticate(pap *_this, const char *username, const char *password) in pap_radius_authenticate() [all …]
|
H A D | lcp.c | 113 lcp_init(lcp *_this, npppd_ppp *ppp) in lcp_init() 154 lcp_lowerup(lcp *_this) in lcp_lowerup() 170 lcp_send_protrej(lcp *_this, u_char *pktp, int lpktp) in lcp_send_protrej() 195 lcp *_this; in lcp_open() local 247 lcp *_this; in lcp_down() local 310 lcp *_this; in lcp_add_auth() local 382 lcp *_this; in lcp_addci() local 432 lcp *_this; in lcp_reqci() local 648 lcp *_this; in lcp_nakci() local 788 lcp *_this; in lcp_rejci() local [all …]
|
H A D | npppd_auth.c | 88 npppd_auth_radius *_this = (npppd_auth_radius *)base; in npppd_auth_create() local 157 npppd_auth_radius *_this = (npppd_auth_radius *)base; in npppd_auth_destroy() local 466 npppd_auth_user_session_unlimited(npppd_auth_base *_this) in npppd_auth_user_session_unlimited() 472 npppd_check_auth_user_max_session(npppd_auth_base *_this, int count) in npppd_check_auth_user_max_session() 517 npppd_auth_radius *_this = (npppd_auth_radius *)base; in npppd_auth_radius_reload() local 614 npppd_auth_radius_get_radius_auth_setting(npppd_auth_radius *_this) in npppd_auth_radius_get_radius_auth_setting() 624 npppd_auth_radius_get_radius_acct_setting(npppd_auth_radius *_this) in npppd_auth_radius_get_radius_acct_setting() 636 npppd_auth_base_log(npppd_auth_base *_this, int prio, const char *fmt, ...) in npppd_auth_base_log()
|
H A D | npppd_config.c | 89 npppd_reload_config(npppd *_this) in npppd_reload_config() 116 npppd_modules_reload(npppd *_this) in npppd_modules_reload() 146 npppd_pool_load(npppd *_this) in npppd_pool_load() 226 npppd_auth_realm_reload(npppd *_this) in npppd_auth_realm_reload() 331 npppd_ifaces_load_config(npppd *_this) in npppd_ifaces_load_config()
|
H A D | npppd_radius.c | 81 ppp_process_radius_attrs(npppd_ppp *_this, RADIUS_PACKET *pkt) in ppp_process_radius_attrs() 543 ppp_set_radius_attrs_for_authreq(npppd_ppp *_this, in ppp_set_radius_attrs_for_authreq() 578 npppd_radius_dae_init(npppd *_this) in npppd_radius_dae_init() 637 npppd_radius_dae_fini(npppd *_this) in npppd_radius_dae_fini() 694 npppd *_this = listen->pppd; in npppd_radius_dae_on_event() local
|
H A D | ipcp.c | 105 ipcp_init(ipcp *_this, npppd_ppp *ppp) in ipcp_init()
|
H A D | ccp.c | 87 ccp_init(ccp *_this, npppd_ppp *ppp) in ccp_init()
|
/openbsd-src/usr.sbin/npppd/pptp/ |
H A D | pptp_ctrl.c | 104 pptp_ctrl *_this; in pptp_ctrl_create() local 113 pptp_ctrl_init(pptp_ctrl *_this) in pptp_ctrl_init() 147 pptp_ctrl_start(pptp_ctrl *_this) in pptp_ctrl_start() 207 pptp_ctrl *_this; in pptp_ctrl_timeout() local 273 pptp_ctrl_reset_timeout(pptp_ctrl *_this) in pptp_ctrl_reset_timeout() 299 pptp_ctrl_stop(pptp_ctrl *_this, int result) in pptp_ctrl_stop() 330 pptp_ctrl_fini(pptp_ctrl *_this) in pptp_ctrl_fini() 372 pptp_ctrl_destroy(pptp_ctrl *_this) in pptp_ctrl_destroy() 394 pptp_ctrl *_this; in pptp_ctrl_io_event() local 455 pptp_ctrl_set_io_event(pptp_ctrl *_this) in pptp_ctrl_set_io_event() [all …]
|
H A D | pptp_call.c | 107 pptp_call *_this; in pptp_call_create() local 116 pptp_call_init(pptp_call *_this, pptp_ctrl *ctrl) in pptp_call_init() 130 pptp_call_start(pptp_call *_this) in pptp_call_start() 139 pptp_call_stop(pptp_call *_this) in pptp_call_stop() 151 pptp_call_destroy(pptp_call *_this) in pptp_call_destroy() 158 pptp_call_disconnect(pptp_call *_this, int result, int error, const char * in pptp_call_disconnect() 176 pptp_call_input(pptp_call *_this, int mes_type, u_char *pkt, int lpkt) in pptp_call_input() 251 pptp_call_recv_SLI(pptp_call *_this, u_char *pkt, int lpkt) in pptp_call_recv_SLI() 319 pptp_call_recv_CCR(pptp_call *_this, u_char *pkt, int lpkt) in pptp_call_recv_CCR() 340 pptp_call_send_CDN(pptp_call *_this, int result, int error, int cause, in pptp_call_send_CDN() [all …]
|
H A D | pptpd.c | 98 pptpd_init(pptpd *_this) in pptpd_init() 143 pptpd_add_listener(pptpd *_this, int idx, struct pptp_conf *conf, in pptpd_add_listener() 220 pptpd_uninit(pptpd *_this) in pptpd_uninit() 246 pptpd_assign_call(pptpd *_this, pptp_call *call) in pptpd_assign_call() 280 pptpd_release_call(pptpd *_this, pptp_call *call) in pptpd_release_call() 289 pptpd_listener_start(pptpd_listener *_this) in pptpd_listener_start() 418 pptpd_start(pptpd *_this) in pptpd_start() 436 pptpd_listener_close_gre(pptpd_listener *_this) in pptpd_listener_close_gre() 448 pptpd_close_gre(pptpd *_this) in pptpd_close_gre() 460 pptpd_listener_close_1723(pptpd_listener *_this) in pptpd_listener_close_1723() [all …]
|
/openbsd-src/usr.sbin/npppd/l2tp/ |
H A D | l2tpd.c | 90 l2tpd_init(l2tpd *_this) in l2tpd_init() 142 l2tpd_add_listener(l2tpd *_this, int idx, struct l2tp_conf *conf, in l2tpd_add_listener() 195 l2tpd_uninit(l2tpd *_this) in l2tpd_uninit() 222 l2tpd_assign_call(l2tpd *_this, l2tp_call *call) in l2tpd_assign_call() 253 l2tpd_release_call(l2tpd *_this, l2tp_call *call) in l2tpd_release_call() 260 l2tpd_listener_start(l2tpd_listener *_this) in l2tpd_listener_start() 406 l2tpd_start(l2tpd *_this) in l2tpd_start() 434 l2tpd_listener_stop(l2tpd_listener *_this) in l2tpd_listener_stop() 451 l2tpd_stop_immediatly(l2tpd *_this) in l2tpd_stop_immediatly() 469 l2tpd_ctrl_finished_notify(l2tpd *_this) in l2tpd_ctrl_finished_notify() [all …]
|
H A D | l2tp_ctrl.c | 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() [all …]
|
H A D | l2tp_call.c | 82 l2tp_call *_this; in l2tp_call_create() local 92 l2tp_call_init(l2tp_call *_this, l2tp_ctrl *ctrl) in l2tp_call_init() 107 l2tp_call_destroy(l2tp_call *_this, int from_l2tp_ctrl) in l2tp_call_destroy() 122 l2tp_call_admin_disconnect(l2tp_call *_this) in l2tp_call_admin_disconnect() 129 l2tp_call_drop(l2tp_call *_this) in l2tp_call_drop() 139 l2tp_call_disconnect(l2tp_call *_this, int result_code, int error_code, in l2tp_call_disconnect() 165 l2tp_call_recv_packet(l2tp_ctrl *ctrl, l2tp_call *_this, int mestype, in l2tp_call_recv_packet() 289 l2tp_call_recv_ICRQ(l2tp_call *_this, u_char *pkt, int pktlen) in l2tp_call_recv_ICRQ() 393 l2tp_call_send_ICRP(l2tp_call *_this) in l2tp_call_send_ICRP() 432 l2tp_call_send_data_packet(l2tp_call *_this, bytebuffer *buffer) in l2tp_call_send_data_packet() [all …]
|
/openbsd-src/usr.sbin/npppd/pppoe/ |
H A D | pppoe_session.c | 86 pppoe_session_init(pppoe_session *_this, pppoed *_pppoed, int idx, in pppoe_session_init() 107 pppoe_session_disconnect(pppoe_session *_this) in pppoe_session_disconnect() 125 pppoe_session_stop(pppoe_session *_this) in pppoe_session_stop() 134 pppoe_session_fini(pppoe_session *_this) in pppoe_session_fini() 143 pppoe_session *_this; in pppoe_session_dispose_event() local 153 pppoe_session_input(pppoe_session *_this, u_char *pkt, int lpkt) in pppoe_session_input() 188 pppoe_session_output(pppoe_session *_this, int is_disc, u_char *pkt, in pppoe_session_output() 235 pppoe_session_send_PADT(pppoe_session *_this) in pppoe_session_send_PADT() 286 pppoe_session_send_PADS(pppoe_session *_this, struct pppoe_tlv *hostuniq, in pppoe_session_send_PADS() 361 pppoe_session_recv_PADR(pppoe_session *_this, slist *tag_list) in pppoe_session_recv_PADR() [all …]
|
H A D | pppoed.c | 110 pppoed_init(pppoed *_this) in pppoed_init() 172 pppoed_listener_init(pppoed *_this, pppoed_listener *listener) in pppoed_listener_init() 182 pppoed_reload_listeners(pppoed *_this) in pppoed_reload_listeners() 203 pppoed_listener_start(pppoed_listener *_this, int restart) in pppoed_listener_start() 338 pppoed_start(pppoed *_this) in pppoed_start() 366 pppoed_listener_stop(pppoed_listener *_this) in pppoed_listener_stop() 389 pppoed_stop(pppoed *_this) in pppoed_stop() 420 pppoed_uninit(pppoed *_this) in pppoed_uninit() 437 pppoed_pppoe_session_close_notify(pppoed *_this, pppoe_session *session) in pppoed_pppoe_session_close_notify() 458 pppoed_reload(pppoed *_this, struct pppoe_confs *pppoe_conf) in pppoed_reload() [all …]
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | arc-dis.h | 45 void *_this; member
|