Searched refs:plid (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_plink.c87 sta->llid = sta->plid = sta->reason = 0;
160 enum plink_frame_type action, u8 *da, __le16 llid, __le16 plid,
195 memcpy(pos + 2, &plid, 2);
211 if (!plid)
228 memcpy(pos, &plid, 2);
273 __le16 llid, plid, reason; local
298 plid = sta->plid;
329 mesh_plink_frame_tx(sdata, PLINK_CLOSE, sta->sta.addr, llid, plid,
418 __le16 plid, lli local
159 mesh_plink_frame_tx(struct ieee80211_sub_if_data *sdata, enum plink_frame_type action, u8 *da, __le16 llid, __le16 plid, __le16 reason) argument
[all...]
H A Dsta_info.h230 * @plid: Peer link ID
311 __le16 plid; member in struct:sta_info
H A Dcfg.c383 sinfo->plid = le16_to_cpu(sta->plid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dplayer.h49 uint32_t plid; member in struct:player_status
118 player_queue_make_pl(int plid, uint32_t *id);
127 player_queue_plid(uint32_t plid);
H A Dhttpd_dacp.c202 canp[4] = (status->plid >> 24) & 0xff;
203 canp[5] = (status->plid >> 16) & 0xff;
204 canp[6] = (status->plid >> 8) & 0xff;
205 canp[7] = status->plid & 0xff;
841 uint32_t plid; local
874 ret = safe_hextou32(param, &plid);
913 DPRINTF(E_DBG, L_DACP, "Playspec request for playlist %d, start song id %d%s\n", plid, id, (shuffle) ? ", shuffle" : "");
915 ps = player_queue_make_pl(plid, &id);
918 DPRINTF(E_LOG, L_DACP, "Could not build song queue from playlist %d\n", plid);
932 player_queue_plid(plid);
[all...]
H A Ddb.h435 db_pl_add_item_bypath(int plid, char *path);
438 db_pl_add_item_byid(int plid, int fileid);
H A Dhttpd_daap.c1562 int32_t plid; local
1665 plid = 1;
1666 if (safe_atoi32(dbpli.id, &plid) != 0)
1690 if ((plid > 1) && (plitems == 0) && (pltype == PL_SMART))
1707 if ((pltype == PL_SMART) && (plid != 1))
1745 if (plid == 1)
H A Dplayer.c695 player_queue_make_pl(int plid, uint32_t *id) argument
704 qp.id = plid;
1889 status->plid = cur_plid;
3509 player_queue_plid(uint32_t plid) argument
3517 cmd.arg.id = plid;
H A Ddb.c2982 db_pl_add_item_bypath(int plid, char *path) argument
2987 query = sqlite3_mprintf(Q_TMPL, plid, path);
2994 db_pl_add_item_byid(int plid, int fileid) argument
2999 query = sqlite3_mprintf(Q_TMPL, plid, fileid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dcfg80211.h343 * @STATION_INFO_PLID: @plid filled
405 * @plid: mesh peer link id
422 u16 plid; member in struct:station_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dnl80211.c1829 sinfo->plid);

Completed in 218 milliseconds