Searched refs:mtag (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-current/usr.sbin/bsdconfig/usermgmt/
H A Dgroupdel82 f_dialog_menutag_fetch mtag
83 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
84 defaultitem="$mtag"
88 [ "$mtag" = "X $msg_exit" ] && break
92 f_group_delete "$mtag"
H A Dgroupedit82 f_dialog_menutag_fetch mtag
83 f_dprintf "retval=%s mtag=[%s]" $retval "$mtag"
84 defaultitem="$mtag"
88 [ "$mtag" = "X $msg_exit" ] && break
92 f_group_edit "$mtag"
H A Duseredit82 f_dialog_menutag_fetch mtag
83 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
84 defaultitem="$mtag"
88 [ "$mtag" = "X $msg_exit" ] && break
92 f_user_edit "$mtag"
H A Duserdel82 f_dialog_menutag_fetch mtag
83 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
84 defaultitem="$mtag"
88 [ "$mtag" = "X $msg_exit" ] && break
92 f_user_delete "$mtag"
H A Dusermgmt135 f_dialog_menutag_fetch mtag
136 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
146 case "$mtag" in
/freebsd-current/sys/netpfil/pf/
H A Dpf_mtag.h65 struct m_tag *mtag; local
67 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL)
70 return ((struct pf_mtag *)(mtag + 1));
/freebsd-current/usr.sbin/bsdconfig/startup/
H A Drcadd118 f_dialog_menutag_fetch mtag
120 case "$mtag" in
126 f_dialog_menutag_fetch mtag
127 defaultitem="$mtag"
129 [ "$mtag" = "X $msg_exit" ] && break
134 "${mtag# }"
H A Drcvar197 f_dialog_menutag_fetch mtag
199 [ "$mtag" = "X $msg_exit" ] && break
203 rcvar="${mtag# }"
H A Drcconf230 f_dialog_menutag_fetch mtag
233 case "$mtag" in
246 case "$mtag" in
255 $BSDCFG_LIBE/$APP_DIR/rcedit ${USE_XDIALOG:+-X} "${mtag# }"
H A Drcdelete346 f_dialog_menutag_fetch mtag
349 case "$mtag" in "> $msg_view_details")
361 case "$mtag" in
397 var="${mtag# }"
/freebsd-current/sys/net/
H A Dif_vlan_var.h181 struct m_tag *mtag; local
186 mtag = m_tag_locate(m, MTAG_8021Q, MTAG_8021Q_PCP_OUT, NULL);
187 if (mtag == NULL) {
188 mtag = m_tag_alloc(MTAG_8021Q, MTAG_8021Q_PCP_OUT,
190 if (mtag == NULL)
192 m_tag_prepend(m, mtag);
195 *(uint8_t *)(mtag + 1) = prio;
H A Dif_fwsubr.c85 struct m_tag *mtag; local
125 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, NULL);
126 if (!mtag) {
127 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR,
129 if (!mtag) {
133 m_tag_prepend(m, mtag);
135 destfw = (struct fw_hwaddr *)(mtag + 1);
589 struct m_tag *mtag; local
591 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_SENDER_EUID, 0);
592 if (mtag)
[all...]
/freebsd-current/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h152 struct m_tag *mtag; local
153 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
154 if (mtag == NULL){
158 *pkt_ts = *(aqm_time_t *)(mtag + 1);
159 m_tag_delete(m,mtag);
H A Ddn_aqm_codel.c187 * Also extract packet's timestamp from mtag.
192 struct m_tag *mtag; local
207 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
208 if (mtag == NULL) {
209 D("Codel timestamp mtag not found!");
212 *pkt_ts = *(aqm_time_t *)(mtag + 1);
213 m_tag_delete(m,mtag);
233 struct m_tag *mtag; local
258 /* Add timestamp as mtag */
259 mtag
[all...]
H A Ddn_aqm_pie.c323 * If getts is set, also extract packet's timestamp from mtag.
328 struct m_tag *mtag; local
344 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
345 if (mtag == NULL) {
346 D("PIE timestamp mtag not found!");
349 *pkt_ts = *(aqm_time_t *)(mtag + 1);
350 m_tag_delete(m,mtag);
541 struct m_tag *mtag; local
542 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
543 if (mtag
[all...]
/freebsd-current/sys/net80211/
H A Dieee80211_freebsd.c558 struct m_tag *mtag; local
561 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK,
563 if (mtag == NULL)
566 cb = (struct ieee80211_cb *)(mtag+1);
569 m_tag_prepend(m, mtag);
578 struct m_tag *mtag; local
581 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS,
583 if (mtag == NULL)
586 tx = (struct ieee80211_tx_params *)(mtag+1);
588 m_tag_prepend(m, mtag);
596 struct m_tag *mtag; local
612 struct m_tag *mtag; local
629 struct m_tag *mtag; local
646 struct m_tag *mtag; local
661 struct m_tag *mtag; local
678 struct m_tag *mtag; local
695 struct m_tag *mtag; local
[all...]
/freebsd-current/sys/netinet/
H A Dip_divert.c173 struct m_tag *mtag; local
178 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
179 if (mtag != NULL) {
180 cookie = ((struct ipfw_rule_ref *)(mtag+1))->rulenum;
182 (((struct ipfw_rule_ref *)(mtag+1))->info));
183 } else if ((mtag = m_tag_locate(m, MTAG_PF_DIVERT, 0, NULL)) != NULL) {
184 cookie = ((struct pf_divert_mtag *)(mtag+1))->idir;
185 nport = htons(((struct pf_divert_mtag *)(mtag+1))->port);
312 struct m_tag *mtag; local
346 mtag
[all...]
/freebsd-current/usr.sbin/bsdconfig/networking/
H A Dnetworking120 f_dialog_menutag_fetch mtag
123 case "$mtag" in
138 if [ "$mtag" = "devices" ]; then
/freebsd-current/sys/net/altq/
H A Daltq_codel.c285 struct m_tag *mtag; local
289 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
290 if (mtag == NULL) {
291 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t),
293 if (mtag != NULL)
294 m_tag_prepend(m, mtag);
296 if (mtag == NULL) {
300 enqueue_time = (uint64_t *)(mtag + 1);
315 struct m_tag *mtag; local
323 mtag
[all...]
/freebsd-current/usr.sbin/bsdconfig/console/
H A Dttys195 f_dialog_menutag_fetch mtag
197 [ "$mtag" = "1 $msg_none" ] && exit $SUCCESS
H A Dsaver139 f_dialog_menutag_fetch mtag
141 case "$mtag" in
153 case "$mtag" in
H A Dconsole121 f_dialog_menutag_fetch mtag
124 case "$mtag" in
H A Dscreenmap124 f_dialog_menutag_fetch mtag
127 case "$mtag" in
H A Drepeat120 f_dialog_menutag_fetch mtag
123 case "$mtag" in
/freebsd-current/usr.sbin/bsdconfig/
H A Dbsdconfig395 f_dialog_menutag_fetch mtag
396 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
405 case "$mtag" in
414 f_getvar menu_program$mtag menu_program

Completed in 117 milliseconds

123