Searched refs:getservbyport (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dnet.h11 getservbyport
16 struct servent * WINSOCKAPI getservbyport(int port, const char * proto) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dnet.cpp19 getservbyport
56 I hereby release the text of those three functions -- getprotobynumber, getservbyport, and getservbyname, as found in wxWidgets-2.6.2\include\wx\msw\wince\net.h and wxWidgets-2.6.2\src\msw\wince\net.cpp -- under the wxWindows license. Please feel free to replace "All rights reserved." with "Licensed under the wxWindows License" or equivalent boilerplate.
169 struct servent * WINSOCKAPI getservbyport(int port, const char * proto) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dpscan.c24 server = getservbyport(htons(port), NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_udp.c68 if ((service = getservbyport(htons(port), "udp")))
H A Dlibxt_dccp.c138 if ((service = getservbyport(htons(port), "dccp")))
H A Dlibxt_tcp.c211 if ((service = getservbyport(htons(port), "tcp")))
H A Dlibxt_multiport.c263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
H A Dlibxt_sctp.c302 if ((service = getservbyport(htons(port), "sctp")))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_udp.c68 if ((service = getservbyport(htons(port), "udp")))
H A Dlibxt_dccp.c133 if ((service = getservbyport(htons(port), "dccp")))
H A Dlibxt_tcp.c211 if ((service = getservbyport(htons(port), "tcp")))
H A Dlibxt_multiport.c263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
H A Dlibxt_sctp.c297 if ((service = getservbyport(htons(port), "sctp")))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_udp.c119 if ((service = getservbyport(htons(port), "udp")))
H A Dlibipt_udp.c119 if ((service = getservbyport(htons(port), "udp")))
H A Dlibip6t_multiport.c263 if ((service = getservbyport(htons(port), proto_to_name(proto))))
H A Dlibip6t_tcp.c235 if ((service = getservbyport(htons(port), "tcp")))
H A Dlibipt_dccp.c203 if ((service = getservbyport(htons(port), "dccp")))
H A Dlibipt_multiport.c270 if ((service = getservbyport(htons(port), proto_to_name(proto))))
H A Dlibipt_tcp.c235 if ((service = getservbyport(htons(port), "tcp")))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dgetnameinfo.c132 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DStrAddr.c154 /* Note: getservbyport is already threadsafe on: HP-UX, Tru64 */
156 sp = getservbyport((int) htons(port), "tcp");
159 sp = getservbyport((int) htons(port), "ucp");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Dgetnameinfo.c154 sp = getservbyport(port,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dos_support.c210 ent = getservbyport(sin->sin_port, flags & NI_DGRAM ? "udp" : "tcp");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dos_support.c229 ent = getservbyport(sin->sin_port, flags & NI_DGRAM ? "udp" : "tcp");

Completed in 303 milliseconds

12