Searched refs:stype (Results 26 - 50 of 59) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/
H A Davahi-bookmarks.in66 def browse_service_type(self, stype):
70 browser = dbus.Interface(self.bus.get_object(avahi.DBUS_NAME, self.server.ServiceBrowserNew(avahi.IF_UNSPEC, avahi.PROTO_UNSPEC, stype, domain, dbus.UInt32(0))), avahi.DBUS_INTERFACE_SERVICE_BROWSER)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc.h52 enum symbol_type stype; member in struct:kconf_id
H A Dgconf.c1146 int stype; local
1211 stype = sym_get_type(sym);
1212 switch (stype) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_fm.c46 if (ix.stype != FM_STRU_INSTR)
88 ix.stype = FM_STRU_INSTR;
H A Dainstr_simple.c71 if (ix.stype != SIMPLE_STRU_INSTR)
118 ix.stype = SIMPLE_STRU_INSTR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_rx.c170 u16 stype)
182 if (stype == WLAN_FC_STYPE_BEACON &&
203 "(type=0x%02x, stype=0x%02x) dropped\n",
204 skb->dev->name, type, stype);
335 u16 fc, type, stype, sc; local
364 stype = WLAN_FC_GET_STYPE(fc);
464 if (type == WLAN_FC_TYPE_MGMT && stype == WLAN_FC_STYPE_AUTH &&
475 if (ieee80211_rx_frame_mgmt(ieee, skb, rx_stats, type, stype))
555 stype &= ~IEEE80211_STYPE_QOS_DATA;
557 if (stype !
168 ieee80211_rx_frame_mgmt(struct ieee80211_device *ieee, struct sk_buff *skb, struct ieee80211_rx_stats *rx_stats, u16 type, u16 stype) argument
[all...]
H A Dieee80211_crypt_tkip.c559 u16 stype; local
562 stype = WLAN_FC_GET_STYPE(le16_to_cpu(hdr11->frame_ctl));
584 if (stype & IEEE80211_STYPE_QOS_DATA) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvdata.h46 int video_stype; /* stype for VAUX source pack */
707 int stype = frame[80*5 + 48 + 3] & 0x1f; local
710 if (dsf == 1 && stype == 0 && frame[5] & 0x07) {
715 if (dsf == dv_profiles[i].dsf && stype == dv_profiles[i].video_stype)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclirap.c209 BOOL cli_NetServerEnum(struct cli_state *cli, char *workgroup, uint32 stype, argument
236 SIVAL(p,0,stype);
264 stype = IVAL(p,18) & ~SV_TYPE_LOCAL_LIST_ONLY;
268 fn(s1, stype, s2, state);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Dinode.c89 switch (be32_to_cpu(tail->stype)) {
95 if (be32_to_cpu(tail->stype) == ST_USERDIR ||
180 if (tail->stype == cpu_to_be32(ST_ROOT)) {
378 AFFS_TAIL(sb, bh)->stype = cpu_to_be32(type);
H A Damigaffs.c206 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
287 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
H A Dnamei.c219 switch (be32_to_cpu(AFFS_TAIL(sb, bh)->stype)) {
H A Dsuper.c347 be32_to_cpu(AFFS_ROOT_TAIL(sb, root_bh)->stype) == ST_ROOT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_ap.c2140 u16 fc, type, stype; local
2148 stype = WLAN_FC_GET_STYPE(fc);
2156 if (stype == IEEE80211_STYPE_NULLFUNC) {
2176 stype == IEEE80211_STYPE_NULLFUNC)
2183 if (type == IEEE80211_FTYPE_MGMT && stype == IEEE80211_STYPE_BEACON) {
2189 if (type == IEEE80211_FTYPE_CTL && stype == IEEE80211_STYPE_PSPOLL) {
2196 "subtype=0x%02x\n", type, stype);
2218 switch (stype) {
2245 stype >> 4);
2863 int pwrmgt, int type, int stype)
2862 hostap_update_sta_ps2(local_info_t *local, struct sta_info *sta, int pwrmgt, int type, int stype) argument
2916 u16 fc, type, stype; local
[all...]
H A Dhostap_main.c1020 int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype, argument
1035 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddv.c192 int freq, stype, smpls, quant, i, ach; local
202 stype = (as_pack[3] & 0x1f); /* 0 - 2CH, 2 - 4CH, 3 - 8CH */
206 ach = ((int[4]){ 1, 0, 2, 4})[stype];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_sendannounce.c464 int stype = lp_default_server_announce(); local
510 stype, /* Type field. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c424 int domain, stype; local
436 stype = SOCK_RAW;
439 stype = SOCK_PACKET;
442 if ((fd = socket(domain, stype, htons(type))) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_oss.c256 xinstr->stype = FM_STRU_INSTR;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dieee80211.h1161 u16 stype = WLAN_FC_GET_STYPE(fc); local
1167 if (stype & IEEE80211_STYPE_QOS_DATA)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_vty.c3668 enum clear_sort sort,enum bgp_clear_type stype, char *arg)
3679 if (stype == BGP_CLEAR_SOFT_NONE)
3682 ret = peer_clear_soft (peer, afi, safi, stype);
3710 if (stype == BGP_CLEAR_SOFT_NONE)
3713 ret = peer_clear_soft (peer, afi, safi, stype);
3735 if (stype == BGP_CLEAR_SOFT_NONE)
3744 ret = peer_clear_soft (peer, afi, safi, stype);
3759 if (stype == BGP_CLEAR_SOFT_NONE)
3762 ret = peer_clear_soft (peer, afi, safi, stype);
3792 if (stype
3606 bgp_clear(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi, enum clear_sort sort,enum bgp_clear_type stype, char *arg) argument
3749 bgp_clear_vty(struct vty *vty, char *name, afi_t afi, safi_t safi, enum clear_sort sort, enum bgp_clear_type stype, char *arg) argument
[all...]
H A Dbgpd.c3722 enum bgp_clear_type stype)
3730 if (stype == BGP_CLEAR_SOFT_OUT || stype == BGP_CLEAR_SOFT_BOTH)
3733 if (stype == BGP_CLEAR_SOFT_IN_ORF_PREFIX)
3767 if (stype == BGP_CLEAR_SOFT_IN || stype == BGP_CLEAR_SOFT_BOTH
3768 || stype == BGP_CLEAR_SOFT_IN_ORF_PREFIX)
3686 peer_clear_soft(struct peer *peer, afi_t afi, safi_t safi, enum bgp_clear_type stype) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dgdth.c1018 ha->stype = id;
1062 ha->stype = id;
1142 ha->stype= GDT2_ID;
1187 ha->stype = (ulong32)pcistr->device_id;
1192 if (ha->stype <= PCI_DEVICE_ID_VORTEX_GDT6000B) { /* GDT6000/B */
1299 } else if (ha->stype <= PCI_DEVICE_ID_VORTEX_GDT6555) { /* GDT6110, ... */
4805 switch (ha->stype) {
4816 switch (ha->stype) {
5446 ctrt.type = (unchar)((ha->stype>>20) - 0x10);
5449 ctrt.type = (unchar)((ha->stype<<
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dgconf.c1160 int stype; local
1227 stype = sym_get_type(sym);
1228 switch (stype) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/zd1211rw/
H A Dzd_mac.c778 u16 stype = WLAN_FC_GET_STYPE(fctl); local
797 if (stype == IEEE80211_STYPE_PSPOLL)

Completed in 431 milliseconds

123