Searched refs:getprotobyname (Results 1 - 25 of 41) sorted by relevance

12

/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dprotoent.t10 eval { my @n = getprotobyname "tcp" };
12 unless ($haspe) { print "1..0 # Skip: no getprotobyname\n"; exit 0 }
19 our @protoent = getprotobyname "tcp"; # This is the function getprotobyname.
29 my $protoent = getprotobyname "tcp"; # This is the OO getprotobyname.
/openbsd-current/lib/libc/net/
H A Dgetprotoname.c60 getprotobyname(const char *name) function
69 DEF_WEAK(getprotobyname); variable
/openbsd-current/regress/lib/libc/netdb/
H A Dnetdb.c112 p = getprotobyname("igp");
115 p = getprotobyname("RDP");
118 p = getprotobyname("vrrp");
121 p = getprotobyname("nonexistent");
/openbsd-current/lib/libc/hidden/
H A Dnetdb.h47 PROTO_NORMAL(getprotobyname); variable
/openbsd-current/lib/libc/rpc/
H A Dclnt_generic.c73 p = getprotobyname(proto);
/openbsd-current/gnu/usr.bin/perl/plan9/
H A Dplan9.c62 struct protoent *getprotobyname(const char *a) function
64 croak("Function \"getprotobyname\" not implemented in this version of perl.");
/openbsd-current/gnu/usr.bin/perl/t/io/
H A Dsocket.t30 my $tcp = getprotobyname('tcp')
32 my $udp = getprotobyname('udp')
33 or note "getprotobyname('udp') failed: $!";
268 my $proto = getprotobyname('tcp');
/openbsd-current/include/
H A Dnetdb.h283 struct protoent *getprotobyname(const char *);
/openbsd-current/usr.sbin/dhcpd/
H A Dicmp.c78 if ((proto = getprotobyname("icmp")) != NULL)
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dlinux-android.sh117 struct protoent* test = getprotobyname("tcp");
119 printf("getprotobyname is still a stub function on Android");
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-runtime.h236 #pragma redefine_extname getprotobyname __mfwrap_getprotobyname
H A Dmf-hooks2.c2138 WRAPPER2(struct protoent *, getprotobyname, const char *name)
2142 "getprotobyname name");
2143 buf = getprotobyname (name);
/openbsd-current/lib/libpcap/
H A Dnametoaddr.c177 p = getprotobyname(str);
/openbsd-current/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h138 #define getprotobyname win32_getprotobyname macro
/openbsd-current/gnu/usr.bin/perl/
H A Dreentr.h444 /* The getprotoent getprotobyname getprotobynumber using ptr? */
462 /* Any of the getprotoent getprotobyname getprotobynumber using ptr? */
548 /* The getprotoent getprotobyname getprotobynumber using buffer? */
566 /* Any of the getprotoent getprotobyname getprotobynumber using buffer? */
1265 # undef getprotobyname macro
1266 # if !defined(getprotobyname) && GETPROTOBYNAME_R_PROTO == REENTRANT_PROTO_I_CSBWR
1267 # define getprotobyname(a) ((PL_reentrant_retint = getprotobyname_r(a, &PL_reentrant_buffer->_protoent_struct, PL_reentrant_buffer->_protoent_buffer, PL_reentrant_buffer->_protoent_size, &PL_reentrant_buffer->_protoent_ptr)) == 0 ? PL_reentrant_buffer->_protoent_ptr : ((PL_reentrant_retint == ERANGE) ? (struct protoent *) Perl_reentrant_retry("getprotobyname", a) : 0)) macro
1269 # if !defined(getprotobyname) && GETPROTOBYNAME_R_PROTO == REENTRANT_PROTO_S_CSBI
1270 # define getprotobyname( macro
1273 # define getprotobyname macro
[all...]
H A Dreentr.c615 retptr = getprotobyname(name); break;
H A DXSUB.h636 # define getprotobyname PerlSock_getprotobyname macro
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Functions/t/
H A DFunctions.t156 getprotobyname, getprotobynumber, getprotoent,
/openbsd-current/usr.bin/getent/
H A Dgetent.c344 pe = getprotobyname(argv[i]);
/openbsd-current/gnu/usr.bin/perl/lib/B/
H A DDeparse-core.t536 getprotobyname 1 -
/openbsd-current/regress/sys/netinet/bindconnect/
H A Dbindconnect.c340 pent = getprotobyname(optarg);
/openbsd-current/gnu/usr.bin/perl/dist/Safe/t/
H A Dsafeops.t423 gpbyname getprotobyname 'foo'
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32sck.c667 SOCKET_TEST(r = getprotobyname(name), NULL);
/openbsd-current/gnu/gcc/gcc/
H A Dsys-protos.h483 extern struct protoent * getprotobyname(/* ??? */);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h483 extern struct protoent * getprotobyname(/* ??? */);

Completed in 161 milliseconds

12