Searched refs:dst_type (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/bt8xx/
H A Ddst.c348 if (state->dst_type == DST_TYPE_IS_SAT) {
360 } else if (state->dst_type == DST_TYPE_IS_TERR) {
367 } else if (state->dst_type == DST_TYPE_IS_CABLE) {
372 } else if (state->dst_type == DST_TYPE_IS_ATSC) {
393 if (state->dst_type != DST_TYPE_IS_TERR)
462 if (state->dst_type == DST_TYPE_IS_TERR) {
467 if (state->dst_type == DST_TYPE_IS_SAT) {
487 } else if (state->dst_type == DST_TYPE_IS_CABLE) {
504 if (state->dst_type != DST_TYPE_IS_CABLE)
772 .dst_type
[all...]
H A Ddst_common.h113 u8 dst_type; member in struct:dst_state
155 u8 dst_type; member in struct:dst_types
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsdp.c53 const char *dst_type; /**< destination IP address type */ member in struct:sdp_session_level
81 sdp_write_address(buff, size, s->dst_addr, s->dst_type, s->ttl);
638 char dst[32], dst_type[5]; local
650 is_multicast = resolve_destination(dst, sizeof(dst), dst_type,
651 sizeof(dst_type));
656 s.dst_type = dst_type;
658 if (!strcmp(dst_type, "IP6")) {
670 is_multicast = resolve_destination(dst, sizeof(dst), dst_type,
671 sizeof(dst_type));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsdp.c53 const char *dst_type; /**< destination IP address type */ member in struct:sdp_session_level
81 sdp_write_address(buff, size, s->dst_addr, s->dst_type, s->ttl);
583 char dst[32], dst_type[5]; local
596 is_multicast = resolve_destination(dst, sizeof(dst), dst_type,
597 sizeof(dst_type));
602 s.dst_type = dst_type;
604 if (!strcmp(dst_type, "IP6")) {
616 is_multicast = resolve_destination(dst, sizeof(dst), dst_type,
617 sizeof(dst_type));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dyuv2rgb.c112 #define YUV2RGBFUNC(func_name, dst_type, alpha) \
123 dst_type *dst_1 = (dst_type*)(dst[0] + (y+srcSliceY )*dstStride[0]);\
124 dst_type *dst_2 = (dst_type*)(dst[0] + (y+srcSliceY+1)*dstStride[0]);\
125 dst_type av_unused *r, *b;\
126 dst_type *g;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dyuv2rgb.c115 #define YUV2RGBFUNC(func_name, dst_type, alpha) \
127 dst_type *dst_1 = \
128 (dst_type *)(dst[0] + (y + srcSliceY) * dstStride[0]); \
129 dst_type *dst_2 = \
130 (dst_type *)(dst[0] + (y + srcSliceY + 1) * dstStride[0]); \
131 dst_type av_unused *r, *g, *b; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c1133 int dst_type; local
1135 dst_type = __ipv6_addr_type(daddr);
1138 dst.scope = __ipv6_addr_src_scope(dst_type);
1139 dst.label = ipv6_addr_label(net, daddr, dst_type, dst.ifindex);
1162 if (((dst_type & IPV6_ADDR_MULTICAST) ||

Completed in 280 milliseconds