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

123

/freebsd-10-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-10-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-10-stable/sys/netinet6/
H A Dip6_ipsec.c127 struct m_tag *mtag; local
131 mtag = m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL);
132 if (mtag != NULL) {
133 tdbi = (struct tdb_ident *)(mtag + 1);
169 struct m_tag *mtag; local
187 mtag = m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL);
188 if (mtag != NULL) {
189 tdbi = (struct tdb_ident *)(mtag + 1);
227 struct m_tag *mtag; local
229 mtag
[all...]
/freebsd-10-stable/sys/netinet/
H A Dip_ipsec.c116 struct m_tag *mtag; local
121 mtag = m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL);
122 if (mtag != NULL) {
123 tdbi = (struct tdb_ident *)(mtag + 1);
160 struct m_tag *mtag; local
176 mtag = m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL);
177 if (mtag != NULL) {
178 tdbi = (struct tdb_ident *)(mtag + 1);
232 struct m_tag *mtag; local
246 mtag
[all...]
H A Dip_divert.c196 struct m_tag *mtag; local
198 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
199 if (mtag == NULL) {
224 divsrc.sin_port = ((struct ipfw_rule_ref *)(mtag+1))->rulenum;
276 nport = htons((u_int16_t)(((struct ipfw_rule_ref *)(mtag+1))->info));
315 struct m_tag *mtag; local
330 mtag = m_tag_locate(m, MTAG_IPFW_RULE, 0, NULL);
331 if (mtag == NULL) {
333 mtag = m_tag_alloc(MTAG_IPFW_RULE, 0,
335 if (mtag
[all...]
/freebsd-10-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-10-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-10-stable/usr.sbin/bsdconfig/networking/
H A Dnetworking120 f_dialog_menutag_fetch mtag
123 case "$mtag" in
137 if [ "$mtag" = "devices" ]; then
/freebsd-10-stable/sys/contrib/altq/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-10-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-10-stable/sys/net/
H A Dif_fwsubr.c83 struct m_tag *mtag; local
118 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR, NULL);
119 if (!mtag) {
120 mtag = m_tag_alloc(MTAG_FIREWIRE, MTAG_FIREWIRE_HWADDR,
122 if (!mtag) {
126 m_tag_prepend(m, mtag);
128 destfw = (struct fw_hwaddr *)(mtag + 1);
564 struct m_tag *mtag; local
566 mtag = m_tag_locate(m, MTAG_FIREWIRE, MTAG_FIREWIRE_SENDER_EUID, 0);
567 if (mtag)
[all...]
H A Dif_enc.c333 struct m_tag *mtag; local
334 mtag = m_tag_find(m, PACKET_TAG_IPSEC_IN_DONE, NULL);
335 if (mtag != NULL) {
337 tdbi = (struct tdb_ident *) (mtag + 1);

Completed in 222 milliseconds

123