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

/freebsd-11-stable/sys/netinet6/
H A Dip6_output.c1156 struct mbuf *mopt; local
1169 mopt = m_get(M_NOWAIT, MT_DATA);
1170 if (mopt == NULL)
1172 mopt->m_len = JUMBOOPTLEN;
1173 optbuf = mtod(mopt, u_char *);
1175 exthdrs->ip6e_hbh = mopt;
1179 mopt = exthdrs->ip6e_hbh;
1180 if (M_TRAILINGSPACE(mopt) < JUMBOOPTLEN) {
1187 int oldoptlen = mopt->m_len;
1205 bcopy(mtod(mopt, caddr_
[all...]
/freebsd-11-stable/sys/net80211/
H A Dieee80211.c1395 u_int mopt; local
1397 mopt = mopts[mode];
1399 ADD(ic, mword, mopt); /* STA mode has no cap */
1401 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC);
1403 ADD(media, mword, mopt | IFM_IEEE80211_HOSTAP);
1405 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
1407 ADD(media, mword, mopt | IFM_IEEE80211_MONITOR);
1409 ADD(media, mword, mopt | IFM_IEEE80211_WDS);
1411 ADD(media, mword, mopt | IFM_IEEE80211_MBSS);
/freebsd-11-stable/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-11-stable/sys/netinet/
H A Dsctp_usrreq.c3767 uint32_t *mopt; local
3793 SCTP_CHECK_AND_CAST(mopt, optval, uint32_t, optsize);
3808 (*mopt != 0)) {
3847 inp->sctp_ep.auto_close_time = SEC_TO_TICKS(*mopt);
3851 if (*mopt != 0) {
3860 SCTP_CHECK_AND_CAST(mopt, optval, uint32_t, optsize);

Completed in 144 milliseconds