Searched refs:mac (Results 201 - 225 of 268) sorted by relevance

1234567891011

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfig.sub1061 mac | mpw | mac-mpw)
1155 -mac*)
1156 os=`echo $os | sed -e 's|mac|macos|'`
H A Dconfig_arm.sub1062 mac | mpw | mac-mpw)
1157 -mac*)
1158 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/
H A Dconfig.sub1140 mac | mpw | mac-mpw)
1238 -mac*)
1239 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/
H A Dconfig.sub1140 mac | mpw | mac-mpw)
1238 -mac*)
1239 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfig.sub1061 mac | mpw | mac-mpw)
1155 -mac*)
1156 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dconfig.sub1116 mac | mpw | mac-mpw)
1212 -mac*)
1213 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dconfig.sub1184 mac | mpw | mac-mpw)
1282 -mac*)
1283 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfig.sub1231 mac | mpw | mac-mpw)
1333 -mac*)
1334 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dconfig.sub1021 mac | mpw | mac-mpw)
1115 -mac*)
1116 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/build-aux/
H A Dconfig.sub1141 mac | mpw | mac-mpw)
1238 -mac*)
1239 os=`echo $os | sed -e 's|mac|macos|'`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dskfbi.h1880 #define DB_MAC(mac,st) {if (debug_mac & 0x1)\
1883 printf("\tMAC %d status 0x%08lx\n",mac,st) ;\
1885 dp_mac(mac,st) ;\
1905 #define DB_MAC(mac,st)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dspider_net.c266 * spider_net_get_mac_address - read mac address from spider card
1317 /* write mac */
2235 const u8 *mac; local
2269 mac = of_get_property(dn, "local-mac-address", NULL);
2270 if (!mac)
2272 memcpy(addr.sa_data, mac, ETH_ALEN);
H A DMakefile106 obj-$(CONFIG_NET_SB1250_MAC) += sb1250-mac.o
H A Ducc_geth.c402 static void set_mac_addr(__be16 __iomem *reg, u8 *mac) argument
404 out_be16(&reg[0], ((u16)mac[5] << 8) | mac[4]);
405 out_be16(&reg[1], ((u16)mac[3] << 8) | mac[2]);
406 out_be16(&reg[2], ((u16)mac[1] << 8) | mac[0]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ULOG.c235 memcpy(pm->mac, skb_mac_header(skb), in->hard_header_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dpkcs12.c670 if (options & INFO) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get (p12->mac->iter) : 1);
677 /* If mac and crypto pass the same set it to NULL too */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c636 if (options & INFO) BIO_printf (bio_err, "MAC Iteration %ld\n", p12->mac->iter ? ASN1_INTEGER_get (p12->mac->iter) : 1);
643 /* If mac and crypto pass the same set it to NULL too */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_locl.h487 int (*mac)(SSL *, unsigned char *, int); member in struct:ssl3_enc_method
748 void ssl2_mac(SSL *s,unsigned char *mac,int send_data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.c371 int ap_control_add_mac(struct mac_restrictions *mac_restrictions, u8 *mac) argument
379 memcpy(entry->addr, mac, ETH_ALEN);
390 int ap_control_del_mac(struct mac_restrictions *mac_restrictions, u8 *mac) argument
400 if (memcmp(entry->addr, mac, ETH_ALEN) == 0) {
414 u8 *mac)
428 if (memcmp(entry->addr, mac, ETH_ALEN) == 0) {
463 int ap_control_kick_mac(struct ap_data *ap, struct net_device *dev, u8 *mac) argument
469 sta = ap_get_sta(ap, mac);
413 ap_control_mac_deny(struct mac_restrictions *mac_restrictions, u8 *mac) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dcatc.c207 #define catc_get_mac(catc, mac) catc_ctrl_msg(catc, USB_DIR_IN, GetMac, 0, 0, mac, 6)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fec_8xx/
H A Dfec_main.c201 struct sockaddr *mac = addr; local
210 dev->dev_addr[i] = mac->sa_data[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c937 memcpy(card->mac, cmd->cmd.lcs_lanstat_cmd.mac_addr, LCS_MAC_LENGTH);
1148 * get mac address for the relevant Multicast address
1151 lcs_get_mac_for_ipm(__be32 ipm, char *mac, struct net_device *dev) argument
1155 ip_tr_mc_map(ipm, mac);
1157 ip_eth_mc_map(ipm, mac);
2138 memcpy(card->dev->dev_addr, card->mac, LCS_MAC_LENGTH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dcmd.c822 lbs_dbg_hex("BT_ADD: blinded mac address-", bt_access->addr1, 6);
826 lbs_dbg_hex("BT_DEL: blinded mac address-", bt_access->addr1, 6);
1013 struct cmd_ds_mac_control *mac = &cmd->params.macctrl; local
1019 mac->action = cpu_to_le16(priv->adapter->currentpacketfilter);
1022 le16_to_cpu(mac->action), le16_to_cpu(cmd->size));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c1578 * remote mac yes/no
1581 int *remote, int *mac)
1589 *mac = 0 ;
1596 *mac = mib->fddiPORTMacIndicated.R_val ;
1580 pcm_status_state(struct s_smc *smc, int np, int *type, int *state, int *remote, int *mac) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ax25/
H A Daf_ax25.c1629 const unsigned char *mac = skb_mac_header(skb); local
1631 ax25_addr_parse(mac + 1, skb->data - mac - 1, &src, NULL,

Completed in 213 milliseconds

1234567891011