Lines Matching full:call
55 * Call ppp_set_default() inside the tcpip_thread context.
69 * Call ppp_set_default() in a thread-safe way by running that function inside the
80 err = tcpip_api_call(pppapi_do_ppp_set_default, &PPPAPI_VAR_REF(msg).call); in pppapi_set_default()
88 * Call ppp_set_notify_phase_callback() inside the tcpip_thread context.
102 * Call ppp_set_notify_phase_callback() in a thread-safe way by running that function inside the
114 err = tcpip_api_call(pppapi_do_ppp_set_notify_phase_callback, &PPPAPI_VAR_REF(msg).call); in pppapi_set_notify_phase_callback()
123 * Call pppos_create() inside the tcpip_thread context.
138 * Call pppos_create() in a thread-safe way by running that function inside the
154 tcpip_api_call(pppapi_do_pppos_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppos_create()
164 * Call pppoe_create() inside the tcpip_thread context.
180 * Call pppoe_create() in a thread-safe way by running that function inside the
199 tcpip_api_call(pppapi_do_pppoe_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppoe_create()
209 * Call pppol2tp_create() inside the tcpip_thread context.
232 * Call pppol2tp_create() in a thread-safe way by running that function inside the
259 tcpip_api_call(pppapi_do_pppol2tp_create, &PPPAPI_VAR_REF(msg).call); in pppapi_pppol2tp_create()
268 * Call ppp_connect() inside the tcpip_thread context.
281 * Call ppp_connect() in a thread-safe way by running that function inside the
293 err = tcpip_api_call(pppapi_do_ppp_connect, &PPPAPI_VAR_REF(msg).call); in pppapi_connect()
301 * Call ppp_listen() inside the tcpip_thread context.
314 * Call ppp_listen() in a thread-safe way by running that function inside the
325 err = tcpip_api_call(pppapi_do_ppp_listen, &PPPAPI_VAR_REF(msg).call); in pppapi_listen()
333 * Call ppp_close() inside the tcpip_thread context.
346 * Call ppp_close() in a thread-safe way by running that function inside the
358 err = tcpip_api_call(pppapi_do_ppp_close, &PPPAPI_VAR_REF(msg).call); in pppapi_close()
365 * Call ppp_free() inside the tcpip_thread context.
378 * Call ppp_free() in a thread-safe way by running that function inside the
389 err = tcpip_api_call(pppapi_do_ppp_free, &PPPAPI_VAR_REF(msg).call); in pppapi_free()
396 * Call ppp_ioctl() inside the tcpip_thread context.
409 * Call ppp_ioctl() in a thread-safe way by running that function inside the
422 err = tcpip_api_call(pppapi_do_ppp_ioctl, &PPPAPI_VAR_REF(msg).call); in pppapi_ioctl()