Searched refs:m_arg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c116 static boolean_t rn_lexobetter(void *m_arg, void *n_arg);
196 rn_search_m(v_arg, head, m_arg)
198 void *v_arg, *m_arg;
201 caddr_t v = v_arg, m = m_arg;
215 * m_arg and the masks aren't equal. In other words, it returns true
216 * when m_arg is a finer-granularity netmask -- it represents a subset
220 rn_refines(m_arg, n_arg)
221 void *m_arg, *n_arg;
223 caddr_t m = m_arg, n = n_arg;
247 rn_lookup(v_arg, m_arg, hea
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dradix.c130 rn_search_m(void *v_arg, struct radix_node *head, void *m_arg) argument
133 uint8_t *v = v_arg, *m = m_arg;
146 * m_arg and the masks aren't equal. In other words, it returns true
147 * when m_arg is a finer-granularity netmask -- it represents a subset
151 rn_refines(void* m_arg, void *n_arg) argument
153 uint8_t *m = m_arg, *n = n_arg;
169 rn_lookup(void *v_arg, void *m_arg, struct radix_node_head *head) argument
174 if (m_arg) {
175 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) ==
505 rn_lexobetter(void *m_arg, voi argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipadm/
H A Dipadm.c687 boolean_t m_arg = _B_FALSE; local
714 if (m_arg)
716 m_arg = _B_TRUE;
732 if (!m_arg)
780 boolean_t m_arg = _B_FALSE; local
799 if (m_arg)
801 m_arg = _B_TRUE;
812 if (!m_arg || !p_arg || optind != argc - 1)
/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c4406 boolean_t m_arg = B_FALSE; local
4444 m_arg = B_TRUE;
4458 if (m_arg && H_arg)
4477 state.ls_mac = m_arg;
4480 if (m_arg && !(flags & DLADM_OPT_ACTIVE)) {

Completed in 114 milliseconds