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

123

/freebsd-11-stable/usr.sbin/bsdconfig/usermgmt/
H A Dgroupdel83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_group_delete "$mtag"
H A Dgroupedit83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%s mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_group_edit "$mtag"
H A Duserdel83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_user_delete "$mtag"
H A Duseredit83 f_dialog_menutag_fetch mtag
84 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
85 defaultitem="$mtag"
89 [ "$mtag" = "X $msg_exit" ] && break
93 f_user_edit "$mtag"
H A Dusermgmt136 f_dialog_menutag_fetch mtag
137 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
147 case "$mtag" in
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_mtag.h56 struct m_tag *mtag; local
58 if ((mtag = m_tag_find(m, PACKET_TAG_PF, NULL)) == NULL)
61 return ((struct pf_mtag *)(mtag + 1));
/freebsd-11-stable/usr.sbin/bsdconfig/startup/
H A Drcadd119 f_dialog_menutag_fetch mtag
121 case "$mtag" in
127 f_dialog_menutag_fetch mtag
128 defaultitem="$mtag"
130 [ "$mtag" = "X $msg_exit" ] && break
135 "${mtag# }"
H A Drcvar198 f_dialog_menutag_fetch mtag
200 [ "$mtag" = "X $msg_exit" ] && break
204 rcvar="${mtag# }"
H A Drcconf231 f_dialog_menutag_fetch mtag
234 case "$mtag" in
247 case "$mtag" in
256 $BSDCFG_LIBE/$APP_DIR/rcedit ${USE_XDIALOG:+-X} "${mtag# }"
H A Drcdelete347 f_dialog_menutag_fetch mtag
350 case "$mtag" in "> $msg_view_details")
362 case "$mtag" in
398 var="${mtag# }"
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h153 struct m_tag *mtag; local
154 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
155 if (mtag == NULL){
159 *pkt_ts = *(aqm_time_t *)(mtag + 1);
160 m_tag_delete(m,mtag);
H A Ddn_aqm_codel.c186 * Also extract packet's timestamp from mtag.
191 struct m_tag *mtag; local
205 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
206 if (mtag == NULL) {
207 D("Codel timestamp mtag not found!");
210 *pkt_ts = *(aqm_time_t *)(mtag + 1);
211 m_tag_delete(m,mtag);
226 struct m_tag *mtag; local
251 /* Add timestamp as mtag */
252 mtag
[all...]
H A Ddn_aqm_pie.c325 * If getts is set, also extract packet's timestamp from mtag.
330 struct m_tag *mtag; local
345 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
346 if (mtag == NULL) {
347 D("PIE timestamp mtag not found!");
350 *pkt_ts = *(aqm_time_t *)(mtag + 1);
351 m_tag_delete(m,mtag);
540 struct m_tag *mtag; local
541 mtag = m_tag_locate(m, MTAG_ABI_COMPAT, DN_AQM_MTAG_TS, NULL);
542 if (mtag
[all...]
/freebsd-11-stable/usr.sbin/bsdconfig/networking/
H A Dnetworking121 f_dialog_menutag_fetch mtag
124 case "$mtag" in
139 if [ "$mtag" = "devices" ]; then
/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c505 struct m_tag *mtag; local
508 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_CALLBACK,
510 if (mtag == NULL)
513 cb = (struct ieee80211_cb *)(mtag+1);
516 m_tag_prepend(m, mtag);
525 struct m_tag *mtag; local
528 mtag = m_tag_alloc(MTAG_ABI_NET80211, NET80211_TAG_XMIT_PARAMS,
530 if (mtag == NULL)
533 tx = (struct ieee80211_tx_params *)(mtag+1);
535 m_tag_prepend(m, mtag);
543 struct m_tag *mtag; local
559 struct m_tag *mtag; local
576 struct m_tag *mtag; local
593 struct m_tag *mtag; local
[all...]
/freebsd-11-stable/sys/net/altq/
H A Daltq_codel.c288 struct m_tag *mtag; local
292 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
293 if (mtag == NULL)
294 mtag = m_tag_alloc(MTAG_CODEL, 0, sizeof(uint64_t),
296 if (mtag == NULL) {
300 enqueue_time = (uint64_t *)(mtag + 1);
302 m_tag_prepend(m, mtag);
316 struct m_tag *mtag; local
324 mtag = m_tag_locate(m, MTAG_CODEL, 0, NULL);
325 if (mtag
[all...]
/freebsd-11-stable/usr.sbin/bsdconfig/console/
H A Dttys196 f_dialog_menutag_fetch mtag
198 [ "$mtag" = "1 $msg_none" ] && exit $SUCCESS
H A Dsaver140 f_dialog_menutag_fetch mtag
142 case "$mtag" in
154 case "$mtag" in
H A Dconsole122 f_dialog_menutag_fetch mtag
125 case "$mtag" in
H A Drepeat121 f_dialog_menutag_fetch mtag
124 case "$mtag" in
H A Dscreenmap125 f_dialog_menutag_fetch mtag
128 case "$mtag" in
/freebsd-11-stable/sys/netinet/
H A Dip_divert.c201 struct m_tag *mtag; local
203 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
204 if (mtag == NULL) {
229 divsrc.sin_port = ((struct ipfw_rule_ref *)(mtag+1))->rulenum;
281 nport = htons((u_int16_t)(((struct ipfw_rule_ref *)(mtag+1))->info));
320 struct m_tag *mtag; local
335 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
336 if (mtag == NULL) {
338 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0,
340 if (mtag
[all...]
/freebsd-11-stable/sys/net/
H A Dif_fwsubr.c84 struct m_tag *mtag; local
123 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, NULL);
124 if (!mtag) {
125 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR,
127 if (!mtag) {
131 m_tag_prepend(m, mtag);
133 destfw = (struct fw_hwaddr *)(mtag + 1);
570 struct m_tag *mtag; local
572 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_SENDER_EUID, 0);
573 if (mtag)
[all...]
/freebsd-11-stable/usr.sbin/bsdconfig/
H A Dbsdconfig396 f_dialog_menutag_fetch mtag
397 f_dprintf "retval=%u mtag=[%s]" $retval "$mtag"
406 case "$mtag" in
415 f_getvar menu_program$mtag menu_program
/freebsd-11-stable/usr.sbin/bsdconfig/mouse/
H A Dmouse121 f_dialog_menutag_fetch mtag
124 case "$mtag" in

Completed in 194 milliseconds

123