Searched refs:MAC (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-13-stable/share/i18n/esdb/APPLE/
H A DMakefile4 CODE= MAC
/freebsd-13-stable/share/i18n/csmapper/APPLE/
H A DMakefile4 CODE= MAC
/freebsd-13-stable/tools/tools/net80211/scripts/mesh/
H A Dtopology.line15 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
16 case $MAC in
H A Dtopology.star14 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
15 case $MAC in
H A Dtopology.tree24 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
25 case $MAC in
H A Dtopology.ring17 MAC=`ifconfig $WLAN | grep ether | awk '{ print $2 }'`
18 case $MAC in
/freebsd-13-stable/tests/sys/net/
H A Dif_lagg_test.sh42 local TAP0 TAP1 LAGG MAC
61 # Check that all members have the same MAC
62 MAC=`ifconfig $LAGG | awk '/ether/ {print $2}'`
63 atf_check -o match:"ether ${MAC}" ifconfig $TAP0
64 atf_check -o match:"ether ${MAC}" ifconfig $TAP1
85 local TAP0 TAP1 LAGG MAC
140 local TAP0 TAP1 LAGG MAC
200 local TAP0 TAP1 LAGG MAC SRCDIR
259 local TAP0 TAP1 LAGG MAC SRCDIR
318 local TAP0 TAP1 LAGG MAC
[all...]
/freebsd-13-stable/sys/netinet/
H A Din_prot.c66 #ifdef MAC
/freebsd-13-stable/share/examples/netgraph/
H A Dvirtual.chain95 # MAC manufacturer prefix. This can be modified according to needs.
239 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
242 # virtual node to randomly generated MAC.
243 echo "Setting MAC address of ${EIFACE} to '${MAC}'"
244 jexec ${NODE_NAME} ifconfig ${EIFACE} link $MAC
H A Dvirtual.lan91 # MAC manufacturer prefix. This can be modified according to needs.
232 MAC=`printf ${MAC_PREFIX}:%02x:%02x:%02x ${M4} ${M5} ${M6}`
235 # virtual node to randomly generated MAC.
236 echo "Setting MAC address of ${EIFACE} to '${MAC}'"
237 jexec ${NODE_NAME} ifconfig ${EIFACE} link $MAC
/freebsd-13-stable/sys/security/mac/
H A Dmac_framework.h46 * interact with the TrustedBSD MAC Framework.
96 * Entry points to the TrustedBSD MAC Framework from the remainder of the
212 #ifdef MAC
227 #ifdef MAC
283 #ifdef MAC
299 #ifdef MAC
424 #if defined(MAC) && defined(DEBUG_VFS_LOCKS)
467 #ifdef MAC
486 #ifdef MAC
505 #ifdef MAC
[all...]
/freebsd-13-stable/crypto/openssh/regress/
H A Dintegrity.sh60 Corrupted?MAC* | *message?authentication?code?incorrect*)
/freebsd-13-stable/sys/kern/
H A Duipc_sem.c84 * - Add a MAC check_create() hook for creating new named semaphores.
168 #ifdef MAC
174 #ifdef MAC
209 #ifdef MAC
234 #ifdef MAC
323 #ifdef MAC
344 #ifdef MAC
414 #ifdef MAC
557 #ifdef MAC
734 #ifdef MAC
[all...]
H A Dvfs_extattr.c201 #ifdef MAC
213 #ifdef MAC
366 #ifdef MAC
381 #ifdef MAC
505 #ifdef MAC
517 #ifdef MAC
656 #ifdef MAC
H A Dkern_prot.c498 #ifdef MAC
617 #ifdef MAC
668 #ifdef MAC
766 #ifdef MAC
839 #ifdef MAC
898 #ifdef MAC
970 #ifdef MAC
1040 #ifdef MAC
1124 #ifdef MAC
1442 #ifdef MAC
[all...]
H A Dsysv_msg.c265 #ifdef MAC
275 #ifdef MAC
320 #ifdef MAC
340 #ifdef MAC
407 #ifdef MAC
443 #ifdef MAC
539 #ifdef MAC
551 #ifdef MAC
557 #ifdef MAC
559 * Check that the thread has MAC acces
[all...]
H A Dvfs_acl.c245 #ifdef MAC
252 #ifdef MAC
276 #ifdef MAC
284 #ifdef MAC
309 #ifdef MAC
315 #ifdef MAC
H A Duipc_shm.c393 #ifdef MAC
417 #ifdef MAC
469 #ifdef MAC
474 #ifdef MAC
541 #ifdef MAC
547 #ifdef MAC
880 #ifdef MAC
901 #ifdef MAC
1009 #ifdef MAC
1124 #ifdef MAC
[all...]
H A Dkern_priv.c106 #ifdef MAC
121 * Now check with MAC, if enabled, to see if a policy module grants
124 #ifdef MAC
229 * jail, otherwise deny unless a MAC policy grants it.
H A Dsys_pipe.c305 * Eventually, the MAC Framework may initialize the label
347 #ifdef MAC
349 * The MAC label is shared between the connected endpoints. As a
391 #ifdef MAC
706 #ifdef MAC
824 #ifdef MAC
1085 #ifdef MAC
1352 #ifdef MAC
1421 #ifdef MAC
1429 #ifdef MAC
[all...]
H A Dsysv_shm.c261 #ifdef MAC
337 #ifdef MAC
357 #ifdef MAC
418 #ifdef MAC
549 #ifdef MAC
665 #ifdef MAC
675 #ifdef MAC
763 #ifdef MAC
880 #ifdef MAC
957 #ifdef MAC
[all...]
/freebsd-13-stable/sys/net/
H A Dif_loop.c208 #ifdef MAC
214 #ifdef MAC
294 #ifdef MAC
/freebsd-13-stable/sys/conf/
H A Dconfig.mk15 @echo "#define MAC 1" >> ${.TARGET}
/freebsd-13-stable/sys/netinet6/
H A Dfrag6.c68 #ifdef MAC
277 #ifdef MAC
512 #ifdef MAC
542 #ifdef MAC
592 #ifdef MAC
609 #ifdef MAC
743 #ifdef MAC
825 #ifdef MAC
/freebsd-13-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-c64xplus.pl267 my ($MAC,$NONCEA,$NONCEB)=($INPB,$LEN,$PADBIT);
318 STNW A22,*${MAC}[0] ; write the result
319 STNW A24,*${MAC}[1]
320 STNW A26,*${MAC}[2]
321 STNW A28,*${MAC}[3]

Completed in 400 milliseconds

12345