Searched refs:protocol (Results 1 - 25 of 255) sorted by relevance

1234567891011

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_mutex_protocol.c47 _pthread_mutexattr_getprotocol(pthread_mutexattr_t *mattr, int *protocol) argument
54 *protocol = (*mattr)->m_protocol;
60 _pthread_mutexattr_setprotocol(pthread_mutexattr_t *mattr, int protocol) argument
65 (protocol < PTHREAD_PRIO_NONE) || (protocol > PTHREAD_PRIO_PROTECT))
68 (*mattr)->m_protocol = protocol;
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Ddnskey_48.h30 isc_uint8_t protocol; member in struct:dns_rdata_dnskey
H A Dkey_25.h30 isc_uint8_t protocol; member in struct:dns_rdata_key_t
H A Dkeydata_65533.h29 isc_uint8_t protocol; member in struct:dns_rdata_keydata
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dwks_11.h27 isc_uint16_t protocol; member in struct:dns_rdata_in_wks
/freebsd-9.3-release/contrib/ipfilter/rules/
H A Dipmon.conf10 match { protocol = udp, result = block }
21 protocol = udp, srcip = 10.1.0.0/16, dstip = 192.168.1.0/24 }
/freebsd-9.3-release/share/examples/printing/
H A Dnetprint14 ($ignore, $ignore, $protocol) = getprotobyname('tcp');
20 socket(PRINTER, &PF_INET, &SOCK_STREAM, $protocol)
/freebsd-9.3-release/tools/regression/sockets/fstat/
H A Dfstat.c43 dotest(int domain, int type, int protocol) argument
48 sock = socket(domain, type, protocol);
50 err(-1, "socket(%d, %d, %d)", domain, type, protocol);
54 protocol);
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c49 int *protocol,
64 *protocol = protoent->p_proto;
73 *protocol = IPPROTO_TCP;
77 *protocol = IPPROTO_UDP;
83 *protocol = IPPROTO_TCP;
87 *protocol = IPPROTO_UDP;
107 add_one (int port, int protocol, int socktype, argument
122 a->ai_protocol = protocol;
184 int port, int protocol, int socktype,
213 ret = add_one (port, protocol, socktyp
46 get_port_protocol_socktype(const char *servname, const struct addrinfo *hints, int *port, int *protocol, int *socktype) argument
183 get_null(const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
226 add_hostent(int port, int protocol, int socktype, struct addrinfo ***current, int (*func)(struct addrinfo *, void *data, int port), struct hostent *he, int *flags) argument
274 get_number(const char *nodename, const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
314 get_nodes(const char *nodename, const struct addrinfo *hints, int port, int protocol, int socktype, struct addrinfo **res) argument
379 int protocol = 0; local
[all...]
H A Dgetaddrinfo_hostspec.c58 int protocol; member in struct:hst
75 hints.ai_protocol = hstp->protocol;
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dsocket.c89 int protocol
134 fprintf(fd, "SOCKET: <%s> domain <%d> type <%d> protocol <%d>\n",
135 program_invocation_short_name, domain, type, protocol);
144 call[2] = protocol;
164 return orig_socket(domain, type, protocol);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzonekey.c50 if (key.protocol != DNS_KEYPROTO_DNSSEC &&
51 key.protocol != DNS_KEYPROTO_ANY)
H A Dkeydata.c43 dnskey->protocol = keydata->protocol;
75 keydata->protocol = dnskey->protocol;
/freebsd-9.3-release/lib/libc/rpc/
H A Dpmap_clnt.c63 pmap_set(u_long program, u_long version, int protocol, int port) argument
70 if ((protocol != IPPROTO_UDP) && (protocol != IPPROTO_TCP)) {
73 nconf = __rpc_getconfip(protocol == IPPROTO_UDP ? "udp" : "tcp");
H A Dpmap_getport.c69 pmap_getport(address, program, version, protocol)
73 u_int protocol;
88 parms.pm_prot = protocol;
/freebsd-9.3-release/contrib/tcp_wrappers/
H A Dinetcf.c65 char *protocol; local
113 protocol = strtok((char *) 0, whitespace);
155 inet_chk(protocol, path, arg0, arg1);
164 static void inet_chk(protocol, path, arg0, arg1)
165 char *protocol;
271 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp"))
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_mutexattr.c199 _pthread_mutexattr_getprotocol(pthread_mutexattr_t *mattr, int *protocol) argument
206 *protocol = (*mattr)->m_protocol;
212 _pthread_mutexattr_setprotocol(pthread_mutexattr_t *mattr, int protocol) argument
217 (protocol < PTHREAD_PRIO_NONE) || (protocol > PTHREAD_PRIO_PROTECT))
220 (*mattr)->m_protocol = protocol;
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_passthrough.c241 * @brief This method will verify that the T_DIR bit matches the protocol bit.
256 if ((sequence->protocol == PASSTHROUGH_PIO_DATA_IN) ||
257 (sequence->protocol == PASSTHROUGH_UDMA_DATA_IN))
268 else if ((sequence->protocol == PASSTHROUGH_PIO_DATA_OUT) ||
269 (sequence->protocol == PASSTHROUGH_UDMA_DATA_OUT))
319 sequence->protocol = PASSTHROUGH_CDB_PROTOCOL (cdb);
323 * CAM will send passthrough commands with protocol set to multiword
330 if (sequence->protocol == PASSTHROUGH_DMA)
334 sequence->protocol = PASSTHROUGH_UDMA_DATA_IN;
338 sequence->protocol
[all...]
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_sockmod.h58 int protocol; member in struct:svr4_si_sockparms
/freebsd-9.3-release/usr.sbin/nscd/
H A DMakefile8 config.c query.c mp_ws_query.c mp_rs_query.c singletons.c protocol.c \
/freebsd-9.3-release/sys/dev/streams/
H A Dstreams.c193 int family, type, protocol; local
203 protocol = IPPROTO_UDP;
209 protocol = IPPROTO_TCP;
216 protocol = IPPROTO_IP;
222 protocol = IPPROTO_ICMP;
228 protocol = 0;
235 protocol = 0;
250 error = socreate(family, &so, type, protocol, td->td_ucred, td);
/freebsd-9.3-release/lib/libipsec/
H A Dpolicy_parse.y42 * protocol/mode/src-dst/level
43 * protocol/mode/src-dst parsed as protocol/mode/src-dst/default
44 * protocol/mode/src-dst/ parsed as protocol/mode/src-dst/default
45 * protocol/transport parsed as protocol/mode/any-any/default
46 * protocol/transport//level parsed as protocol/mode/any-any/level
148 : protocol SLAS
[all...]
/freebsd-9.3-release/sys/security/mac_portacl/
H A Dmac_portacl.c137 * idtype:id:protocol:portnumber, and constitutes granting of permission
182 char *idtype, *id, *protocol, *portnumber, *p; local
212 protocol = strsep(&element, ":");
213 if (protocol == NULL) {
217 if (strcmp(protocol, TCP_STRING) == 0)
219 else if (strcmp(protocol, UDP_STRING) == 0)
277 const char *idtype, *protocol;
292 protocol = TCP_STRING;
295 protocol = UDP_STRING;
298 panic("rule_printf: unknown protocol (
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dserver.c120 later CVS protocol. Exported because root.c also uses. */
868 error (0, 0, "protocol error: `%s' contains more leading ..", path);
893 E protocol error: %s is not absolute", repos);
905 E protocol error: directory '%s' not within root '%s'",
933 E protocol error: directory '%s' not within current directory",
1001 "E protocol error: `%s' has too many ..", dir);
1008 protocol is an ordinary character, not a directory separator (of
1016 "E protocol error: invalid directory syntax in %s", dir);
1711 * client an error, since the client/server protocol specification
1784 * client an error, since the client/server protocol specificatio
2475 static struct buffer *protocol; variable in typeref:struct:buffer
[all...]
/freebsd-9.3-release/contrib/wpa/src/l2_packet/
H A Dl2_packet.h53 * @protocol: Ethernet protocol number in host byte order
66 const char *ifname, const u8 *own_addr, unsigned short protocol,

Completed in 135 milliseconds

1234567891011