Lines Matching refs:dport
401 nxt_port_t *dport; in nxt_router_start_app_process_handler() local
409 dport = app->proto_port; in nxt_router_start_app_process_handler()
413 if (dport != NULL) { in nxt_router_start_app_process_handler()
433 dport = rt->port_by_type[NXT_PROCESS_MAIN]; in nxt_router_start_app_process_handler()
460 ret = nxt_port_socket_write2(task, dport, NXT_PORT_MSG_START_PROCESS, in nxt_router_start_app_process_handler()
3029 nxt_port_t *router_port, *dport; in nxt_router_app_rpc_create() local
3035 dport = app->proto_port; in nxt_router_app_rpc_create()
3037 if (dport == NULL) { in nxt_router_app_rpc_create()
3053 dport = rt->port_by_type[NXT_PROCESS_MAIN]; in nxt_router_app_rpc_create()
3082 ret = nxt_port_socket_write2(task, dport, NXT_PORT_MSG_START_PROCESS, in nxt_router_app_rpc_create()
3090 nxt_port_rpc_ex_set_peer(task, router_port, rpc, dport->pid); in nxt_router_app_rpc_create()