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

/freebsd-10.3-release/sys/net80211/
H A Dieee80211.c1019 u_int mopt; local
1021 mopt = mopts[mode];
1023 ADD(ic, mword, mopt); /* STA mode has no cap */
1025 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC);
1027 ADD(media, mword, mopt | IFM_IEEE80211_HOSTAP);
1029 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
1031 ADD(media, mword, mopt | IFM_IEEE80211_MONITOR);
1033 ADD(media, mword, mopt | IFM_IEEE80211_WDS);
1035 ADD(media, mword, mopt | IFM_IEEE80211_MBSS);
/freebsd-10.3-release/sys/netinet6/
H A Dip6_output.c1077 struct mbuf *mopt; local
1090 mopt = m_get(M_NOWAIT, MT_DATA);
1091 if (mopt == NULL)
1093 mopt->m_len = JUMBOOPTLEN;
1094 optbuf = mtod(mopt, u_char *);
1096 exthdrs->ip6e_hbh = mopt;
1100 mopt = exthdrs->ip6e_hbh;
1101 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1108 int oldoptlen = mopt->m_len;
1126 bcopy(mtod(mopt, caddr_
[all...]
/freebsd-10.3-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.c3478 check_traffic(u_int mask, u_int mopt, struct tallow *a) argument
3485 if(mopt == 0xffff)
3492 if(mopt == 0xffff)
3494 if((mopt & a->mopt_mask) == a->mopt_val)
3500 if(mopt == 0xffff)
3502 if((mopt & a->mopt_mask) == a->mopt_val)
/freebsd-10.3-release/sys/netinet/
H A Dsctp_usrreq.c3754 uint32_t *mopt; local
3782 SCTP_CHECK_AND_CAST(mopt, optval, uint32_t, optsize);
3797 (*mopt != 0)) {
3836 inp->sctp_ep.auto_close_time = SEC_TO_TICKS(*mopt);
3840 if (*mopt != 0) {
3849 SCTP_CHECK_AND_CAST(mopt, optval, uint32_t, optsize);

Completed in 187 milliseconds