Searched refs:proto_str (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetaddrinfo.c50 const char *proto_str = NULL; local
60 proto_str = protoent->p_name;
68 se = getservbyname (servname, proto_str ? proto_str : "tcp");
69 if (proto_str == NULL)
72 se = getservbyname (servname, proto_str ? proto_str : "udp");
73 if (proto_str == NULL)
76 if (proto_str != NULL) {
77 se = getservbyname (servname, proto_str);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetaddrinfo.c50 const char *proto_str = NULL; local
60 proto_str = protoent->p_name;
68 se = getservbyname (servname, proto_str ? proto_str : "tcp");
69 if (proto_str == NULL)
72 se = getservbyname (servname, proto_str ? proto_str : "udp");
73 if (proto_str == NULL)
76 if (proto_str != NULL) {
77 se = getservbyname (servname, proto_str);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/roken/
H A Dgetaddrinfo.c50 const char *proto_str = NULL; local
60 proto_str = protoent->p_name;
68 se = getservbyname (servname, proto_str ? proto_str : "tcp");
69 if (proto_str == NULL)
72 se = getservbyname (servname, proto_str ? proto_str : "udp");
73 if (proto_str == NULL)
76 if (proto_str != NULL) {
77 se = getservbyname (servname, proto_str);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Davio.c125 char proto_str[128], *q; local
128 q = proto_str;
133 if ((q - proto_str) < sizeof(proto_str) - 1)
140 strcpy(proto_str, "file");
147 if (!strcmp(proto_str, up->name))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Davio.c125 char proto_str[128], *q; local
128 q = proto_str;
133 if ((q - proto_str) < sizeof(proto_str) - 1)
140 strcpy(proto_str, "file");
147 if (!strcmp(proto_str, up->name))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Davio.c125 char proto_str[128], *q; local
128 q = proto_str;
133 if ((q - proto_str) < sizeof(proto_str) - 1)
140 strcpy(proto_str, "file");
147 if (!strcmp(proto_str, up->name))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dvty.c155 vty_log_out (struct vty *vty, const char *level, const char *proto_str, argument
174 ret = snprintf(buf+len, sizeof(buf)-len, "%s: %s: ", level, proto_str);
176 ret = snprintf(buf+len, sizeof(buf)-len, "%s: ", proto_str);
2436 vty_log (const char *level, const char *proto_str, argument
2451 vty_log_out (vty, level, proto_str, format, ctl, ac);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dvty.c155 vty_log_out (struct vty *vty, const char *level, const char *proto_str, argument
174 ret = snprintf(buf+len, sizeof(buf)-len, "%s: %s: ", level, proto_str);
176 ret = snprintf(buf+len, sizeof(buf)-len, "%s: ", proto_str);
2436 vty_log (const char *level, const char *proto_str, argument
2451 vty_log_out (vty, level, proto_str, format, ctl, ac);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dvty.c155 vty_log_out (struct vty *vty, const char *level, const char *proto_str, argument
174 ret = snprintf(buf+len, sizeof(buf)-len, "%s: %s: ", level, proto_str);
176 ret = snprintf(buf+len, sizeof(buf)-len, "%s: ", proto_str);
2436 vty_log (const char *level, const char *proto_str, argument
2451 vty_log_out (vty, level, proto_str, format, ctl, ac);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffserver.c3306 const char *proto_str; local
3335 proto_str = "MCAST";
3338 proto_str = "UDP";
3341 proto_str = "TCP";
3344 proto_str = "???";
3348 av_strlcat(c->protocol, proto_str, sizeof(c->protocol));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffserver.c3306 const char *proto_str; local
3335 proto_str = "MCAST";
3338 proto_str = "UDP";
3341 proto_str = "TCP";
3344 proto_str = "???";
3348 av_strlcat(c->protocol, proto_str, sizeof(c->protocol));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffserver.c3306 const char *proto_str; local
3335 proto_str = "MCAST";
3338 proto_str = "UDP";
3341 proto_str = "TCP";
3344 proto_str = "???";
3348 av_strlcat(c->protocol, proto_str, sizeof(c->protocol));

Completed in 186 milliseconds