HomeSort by: relevance | last modified time | path
    Searched defs:mopt (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/menuc/
mdb.h 78 int mopt; member in struct:menu_info
89 /* defines for mopt */
  /src/sys/net80211/
ieee80211.c 384 int i, j, mode, rate, maxrate, mword, mopt, r; local in function:ieee80211_media_init_with_lock
417 mopt = mopts[mode];
418 ADD(ic, IFM_AUTO, mopt); /* e.g. 11a auto */
420 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_ADHOC);
422 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_HOSTAP);
424 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
426 ADD(ic, IFM_AUTO, mopt | IFM_IEEE80211_MONITOR);
435 ADD(ic, mword, mopt);
437 ADD(ic, mword, mopt | IFM_IEEE80211_ADHOC);
439 ADD(ic, mword, mopt | IFM_IEEE80211_HOSTAP)
    [all...]
  /src/sys/netinet6/
ip6_output.c 1104 struct mbuf *mopt; local in function:ip6_insert_jumboopt
1117 MGET(mopt, M_DONTWAIT, MT_DATA);
1118 if (mopt == 0)
1120 mopt->m_len = JUMBOOPTLEN;
1121 optbuf = mtod(mopt, u_int8_t *);
1123 exthdrs->ip6e_hbh = mopt;
1127 mopt = exthdrs->ip6e_hbh;
1128 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1129 const int oldoptlen = mopt->m_len;
1138 KASSERT(mopt->m_next == NULL)
    [all...]
  /src/sys/netinet/
sctp_usrreq.c 2380 int error, *mopt, set_opt; local in function:sctp_optsset
2408 mopt = sopt->sopt_data;
2437 inp->sctp_ep.auto_close_time = (*mopt * hz);
2441 if (*mopt != 0) {

Completed in 14 milliseconds