Lines Matching defs:call
102 * call because we do not yet know our netmask.
103 * The server address returned by the WHOAMI call
166 * call because we do not yet know our netmask.
167 * The server address returned by the WHOAMI call
291 * after this call is complete. Have to use PMAP_PROC_CALL
293 * know about us (don't want to broadcast a getport call).
305 } *call;
321 call = mtod(m, struct whoami_call *);
322 m->m_len = sizeof(*call);
323 call->call_prog = txdr_unsigned(BOOTPARAM_PROG);
324 call->call_vers = txdr_unsigned(BOOTPARAM_VERS);
325 call->call_proc = txdr_unsigned(BOOTPARAM_WHOAMI);
331 call->call_arglen = txdr_unsigned(m->m_next->m_len);