Searched defs:proto (Results 26 - 50 of 180) sorted by relevance

12345678

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c89 struct protoent proto; member in struct:pvt
170 pr_bynumber(struct irs_pr *this, int proto) { argument
175 if (p->p_proto == proto)
253 pvt->proto.p_name = p;
263 pvt->proto.p_proto = atoi(cp);
264 q = pvt->proto.p_aliases = pvt->proto_aliases;
281 return (&pvt->proto);
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c123 int proto = 0; local
130 proto)) {
/illumos-gate/usr/src/head/
H A Dnss_netdir.h74 const char *proto; member in struct:nss_netdirbyname_in::__anon2306::__anon2307::__anon2310
107 const char *proto; member in struct:nss_netdirbyaddr_in::__anon2313::__anon2314::__anon2316
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c306 int rlen, proto, r; local
312 proto = rptr[0];
313 if ((proto & 1) == 0)
314 proto = (proto << 8) + rptr[1];
315 if (proto > 0x3fff || proto == 0xfd || proto == 0xfb)
339 if (proto <= 0xff)
H A Dpppdump.c245 int nb, nl, dn, proto, rv; local
319 proto = r[0];
320 if ((proto & 1) == 0)
321 proto = (proto << 8) + r[1];
322 if (proto == PPP_CCP) {
324 } else if (proto == PPP_COMP) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c305 demand_rexmit(proto)
306 int proto;
315 if (PPP_PROTOCOL(pkt->data) == proto) {
340 int proto, i; local
354 proto = PPP_PROTOCOL(p);
356 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {
374 if ((cp = protocol_name(proto)) == NULL) {
375 (void) slprintf(pbuf, sizeof (pbuf), "0x#X", proto);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dpass2.c405 struct direct proto; local
435 proto.d_ino = idesc->id_number;
436 proto.d_namlen = 1;
437 (void) strcpy(proto.d_name, ".");
438 entrysize = DIRSIZ(&proto);
455 proto.d_reclen = dirp->d_reclen;
456 (void) memmove((void *)dirp, (void *)&proto,
478 proto.d_reclen = entrysize;
479 (void) memmove((void *)dirp, (void *)&proto,
554 proto
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c50 static void proto (int, int, ...);
76 proto (D, 0, Lp_A, NULL, 0775, Lp_Uid, Lp_Gid);
77 proto (D, 1, Lp_A_Classes, NULL, 0775, Lp_Uid, Lp_Gid);
78 proto (D, 1, Lp_A_Forms, NULL, 0775, Lp_Uid, Lp_Gid);
79 proto (D, 1, Lp_A_Interfaces, NULL, 0775, Lp_Uid, Lp_Gid);
80 proto (D, 1, Lp_A_Printers, NULL, 0775, Lp_Uid, Lp_Gid);
81 proto (D, 1, Lp_A_PrintWheels, NULL, 0775, Lp_Uid, Lp_Gid);
82 proto (D, 0, "/var/lp", NULL, 0775, Lp_Uid, Lp_Gid);
83 proto (D, 1, Lp_Logs, NULL, 0775, Lp_Uid, Lp_Gid);
84 proto (
217 proto(int type, int rm_ok, ...) function
[all...]
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinstall.c187 struct fs_ops *proto; local
200 proto = &tftp_fsops;
206 proto = NULL;
209 proto = &dosfs_fsops;
245 error = pkgfs_init(buf, proto);
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetservent.c195 argp->key.serv.proto) {
209 argp->key.serv.proto) == 0) {
320 const char *proto = argp->key.serv.proto; local
331 if (proto == NULL) {
342 if (_ldap_filter_name(protocol, proto, sizeof (protocol)) != 0)
376 const char *proto = argp->key.serv.proto; local
388 if (proto == NULL) {
399 if (_ldap_filter_name(protocol, proto, sizeo
[all...]
/illumos-gate/usr/src/lib/libshare/common/
H A Dplugin.c80 * would have modules with names of the form libshare_<proto>.so.
88 struct sa_proto_plugin *proto; local
141 proto = (struct sa_proto_plugin *)
143 if (proto == NULL) {
149 proto->plugin_ops = plugin_ops;
150 proto->plugin_handle = dlhandle;
152 proto->plugin_next = sap_proto_list;
153 sap_proto_list = proto;
241 * find_protocol(proto)
248 find_protocol(char *proto) argument
274 sa_proto_share(char *proto, sa_share_t share) argument
291 sa_proto_unshare(sa_share_t share, char *proto, char *path) argument
311 sa_proto_share_resource(char *proto, sa_resource_t resource) argument
333 sa_proto_unshare_resource(char *proto, sa_resource_t resource) argument
354 sa_proto_valid_prop(sa_handle_t handle, char *proto, sa_property_t prop, sa_optionset_t opt) argument
372 sa_proto_valid_space(char *proto, char *token) argument
389 sa_proto_space_alias(char *proto, char *space) argument
407 sa_proto_security_prop(char *proto, char *token) argument
425 sa_proto_legacy_opts(char *proto, sa_group_t group, char *options) argument
443 sa_proto_legacy_format(char *proto, sa_group_t group, int hier) argument
472 sa_proto_get_properties(char *proto) argument
489 sa_proto_set_property(char *proto, sa_property_t prop) argument
507 sa_valid_protocol(char *proto) argument
518 sa_get_protocol_status(char *proto) argument
535 sa_proto_update_legacy(char *proto, sa_share_t share) argument
554 sa_proto_delete_legacy(char *proto, sa_share_t share) argument
579 sa_proto_delete_section(char *proto, char *section) argument
603 sa_proto_change_notify(sa_share_t share, char *proto) argument
625 sa_proto_notify_resource(sa_resource_t resource, char *proto) argument
649 sa_proto_get_featureset(char *proto) argument
676 sa_proto_get_transients(sa_handle_t handle, char *proto) argument
697 sa_proto_rename_resource(sa_handle_t handle, char *proto, sa_resource_t resource, char *newname) argument
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c309 char *proto = NULL; local
313 proto = NULL;
316 proto = "udp";
327 proto = "tcp";
330 proto = "sctp";
339 proto = "sctp";
367 sp = getservbyport_r(port, proto,
392 sp = getservbyname_r(servname, proto, &result,
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c88 char CC, proto; local
91 proto = *command_character;
95 if (cur_term->_str[i][j] == proto)
/illumos-gate/usr/src/lib/librdc/common/
H A Dnetaddrs.c527 char *proto, char *srvport, struct t_info *tinfo, int portmap)
540 if ((svp = getservbyname(srvport, proto)) == NULL)
548 * First search for COTS, second for CLTS unless proto
557 * If proto is specified, then only search for the match,
560 if (proto) {
562 if (strcmp(nconf->nc_netid, proto) == 0) {
526 get_addr(char *hostname, ulong_t prog, ulong_t vers, struct netconfig **nconfp, char *proto, char *srvport, struct t_info *tinfo, int portmap) argument
/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c310 rp_proto_plugin_t *proto, *tmp; local
354 proto = (rp_proto_plugin_t *)
356 if (proto == NULL) {
365 proto->plugin_ops = plugin_ops;
366 proto->plugin_handle = dlhandle;
368 proto->plugin_next = rp_proto_list;
369 rp_proto_list = proto;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dklpdlib.c189 klpd_getport(void *context, int *proto) argument
195 *proto = IPPROTO_TCP;
198 *proto = IPPROTO_UDP;
201 *proto = IPPROTO_SCTP;
204 *proto = PROTO_SDP;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv.c207 int proto; local
230 proto = IPPROTO_UDP;
233 proto = IPPROTO_TCP;
240 while (!pmap_set(start, vers, proto, port))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pmap.c104 unsigned port, proto; local
139 proto = getxdr_u_long();
141 " prog=%d (%s) vers=%d proto=%s",
144 getproto(proto));
218 proto = getxdr_u_long();
221 proto, getproto(proto));
301 unsigned prog, vers, proto, port; local
316 proto = getxdr_u_long();
320 prog, vers, proto, por
701 char protofmly[MAXSTRINGLEN + 1], proto[MAXSTRINGLEN + 1]; local
[all...]
H A Dsnoop_rport.c141 getportname(int proto, in_port_t port) argument
145 switch (proto) {
160 reservedport(int proto, int port) argument
164 switch (proto) {
316 interpret_reserved(int flags, int proto, in_port_t src, in_port_t dst, argument
326 curr_proto = proto;
328 pn = getportname(proto, src);
334 pn = getportname(proto, dst);
356 proto != IPPROTO_TCP) {
357 interpret_dns(flags, proto, (uchar_
[all...]
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dsharemgr.h109 char *proto; member in struct:list
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat_y.y107 %type <num> hexnumber compare range proto
281 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto
291 | IPNY_PROXY IPNY_PORT YY_STR YY_STR '/' proto
305 | proto { if (nat->in_p != 0 ||
713 proto: YY_NUMBER { $$ = $1; } label
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c43 mod_prop_lookup(mod_prop_info_t ptbl[], const char *prop_name, uint_t proto) argument
54 pinfo->mpi_proto == proto)
349 uint_t proto = pinfo->mpi_proto; local
373 switch (proto) {
467 uint_t proto = pinfo->mpi_proto; local
491 switch (proto) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_send.c266 uint16_t proto; local
278 cksum += proto = buf[9];
290 buf += iphl + ((proto == IPPROTO_TCP) ?
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c182 fip_proto_t *proto; local
208 proto = &solicit->sl_proto_version;
209 proto->pr_version = FIP_PROTO_VERSION;
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_rxtx.c176 uint32_t proto; local
287 proto = rx_status & RBD_FLAG_PROTOCOL;
288 if ((proto == RBD_FLAG_TCP && !(rx_status & RBD_TCP_CKSUM_ERR)) ||
289 (proto == RBD_FLAG_UDP && !(rx_status & RBD_UDP_CKSUM_ERR)))
291 if (proto != RBD_FLAG_NONE_IP && !(rx_status & RBD_IP_CKSUM_ERR))

Completed in 102 milliseconds

12345678