Searched refs:sopt (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libsocket/socket/ |
H A D | weaks.c | 176 struct sctpopt sopt; in _getsockopt() local 197 sopt.sopt_aid = id; in _getsockopt() 198 sopt.sopt_name = optname; in _getsockopt() 199 sopt.sopt_val = optval; in _getsockopt() 200 sopt.sopt_len = len; in _getsockopt() 201 if (ioctl(sock, SIOCSCTPGOPT, &sopt) == -1) { in _getsockopt() 204 *optlen = sopt.sopt_len; in _getsockopt()
|
/titanic_41/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 229 struct sctpopt sopt; in sctp_opt_info() local 231 sopt.sopt_aid = id; in sctp_opt_info() 232 sopt.sopt_name = opt; in sctp_opt_info() 233 sopt.sopt_val = arg; in sctp_opt_info() 234 sopt.sopt_len = *len; in sctp_opt_info() 236 if (ioctl(sock, SIOCSCTPGOPT, &sopt) == -1) { in sctp_opt_info() 239 *len = sopt.sopt_len; in sctp_opt_info()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 898 register option_t *sopt; local 904 for (sopt = opt; sopt->name != NULL; ++sopt, hash_tblcnt++) { 911 he->opt.p = sopt; 918 loc = opt_hash(sopt->name); 923 strcmp(sopt->name, bucket->opt.p->name) == 0) { 925 sopt->name); 1002 opt_t *sopt; local 1013 sopt = malloc(sizeof(*sopt) * hash_tblcnt); 1014 if (sopt == NULL) { 1024 sopt[sofar++].p = bucket->opt.p; [all …]
|
/titanic_41/usr/src/cmd/fs.d/smbclnt/mount/ |
H A D | mount.c | 261 char *nextopt, *comma, *sopt; in main() local 264 for (sopt = optarg; sopt != NULL; sopt = nextopt) { in main() 265 comma = strchr(sopt, ','); in main() 271 ret = setsubopt(ctx, &mdata, sopt); in main()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uusched.c | 258 char sopt[BUFSIZ]; local 260 (void) sprintf(sopt, "-s%s", name); 266 (void) execle(UUCICO, "UUCICO", "-r1", uopt, sopt, (char *) 0, Env); 268 (void) execle(UUCICO, "UUCICO", "-r1", sopt, (char *) 0, Env);
|
/titanic_41/usr/src/cmd/news/ |
H A D | news.c | 86 int sopt = 0; /* 1 says -s specified */ variable 128 sopt++; in main() 159 if (sopt) { in main() 436 if (sopt && !number_read) printf("No news.\n"); in ck_num()
|
/titanic_41/usr/src/cmd/who/ |
H A D | who.c | 132 static int sopt = 0; /* 1 = who -s */ variable 201 if (!sopt) terse = 0; in main() 264 sopt = 1; in main() 286 if (!sopt) terse = 0; in main() 300 if (sopt == 1) { in main() 366 sopt = 0; in main()
|
/titanic_41/usr/src/uts/common/io/ipw/ |
H A D | ipw2100.c | 739 struct ipw2100_scan_options sopt; in ipw2100_config() local 993 sopt.flags = LE_32(0); in ipw2100_config() 994 sopt.channels = LE_32(sc->sc_chmask >> 1); in ipw2100_config() 996 &sopt, sizeof (sopt)); in ipw2100_config()
|