| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/ |
| main.c | 85 strioctl(int fd, int cmd, void *buf, size_t buflen) function 88 struct strioctl ic;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppstats/ |
| pppstats.c | 235 strioctl(fd, cmd, ptr, ilen, olen) function 239 struct strioctl str; 249 "strioctl: expected %d bytes, got %d for cmd %x\n", 260 if (strioctl(s, PPPIO_GETSTAT64, (char *)curp, 0, sizeof(*curp)) >= 0) 262 if (strioctl(s, PPPIO_GETSTAT, (char *)&oldstat, 0, sizeof(oldstat)) >= 0) { 273 if (strioctl(s, PPPIO_GETSTAT, (char *)curp, 0, sizeof(*curp)) >= 0) 289 if (strioctl(s, PPPIO_GETCSTAT, (char *)csp, 0, sizeof(*csp)) < 0) { 582 if (strioctl(s, PPPIO_ATTACH, (char *)&unit, sizeof(int), 0) < 0) {
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
| common.c | 123 strioctl(int fd, int cmd, void *ptr, int ilen, int olen) function 125 struct strioctl str;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| ipaddrsel.c | 70 static int strioctl(int, int, void *, int); 338 if (strioctl(sock, SIOCSIP6ADDRPOLICY, new_policy, 362 if ((count = strioctl(sock, SIOCGIP6ADDRPOLICY, policy_ptr, 373 if ((count = strioctl(sock, SIOCGIP6ADDRPOLICY, policy_ptr, 479 * strioctl(fd, cmd, ptr, ilen) 487 strioctl(int fd, int cmd, void *ptr, int ilen) function 489 struct strioctl str;
|
| in.rarpd.c | 139 static int strioctl(int, int, int, int, char *); 689 (void) strioctl(fd, SIOCDXARP, -1, sizeof (struct xarpreq), 691 if (strioctl(fd, SIOCSXARP, -1, sizeof (struct xarpreq), 875 if (strioctl(fd, SIOCGIFADDR, -1, sizeof (struct ifreq), 887 if (strioctl(fd, SIOCGIFNETMASK, -1, sizeof (struct ifreq), 983 strioctl(int fd, int cmd, int timout, int len, char *dp) function 985 struct strioctl si;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| stropts.h | 85 #define I_STR _IOWR('S',010,struct strioctl) 102 struct strioctl { struct
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
| pppoe.c | 60 * strioctl() 65 strioctl(int fd, int cmd, void *ptr, int ilen, int olen) function 67 struct strioctl str; 112 retv = strioctl(tstfd, PPPTUN_GDATA, &ptn, 0, sizeof (ptn)); 120 retv = strioctl(0, PPPIO_GTYPE, &intv, 0, sizeof (intv)); 125 retv = strioctl(0, PPPTUN_GDATA, &ptn, 0, sizeof (ptn));
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/sppptun/ |
| sppptun.c | 150 strioctl(int fd, int cmd, void *ptr, int ilen, int olen, const char *iocname) function 152 struct strioctl str; 267 if (strioctl(devfd, PPPTUN_SNAME, pti.pti_name, 281 if (strioctl(devfd, PPPTUN_LCLADDR, &adata.localaddr, adata.locallen, 290 if (strioctl(devfd, PPPTUN_SSAP, &adata.sap, sizeof (adata.sap), 0, 312 if (strioctl(muxfd, PPPTUN_SINFO, &pti, sizeof (pti), 0, 356 if (strioctl(muxfd, PPPTUN_GINFO, &pti, sizeof (pti), 402 if (strioctl(muxfd, PPPTUN_GNNAME, &ptn, sizeof (ptn),
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_capture.c | 74 static int strioctl(int, int, int, int, void *); 222 if (strioctl(netfd, PFIOCSETF, -1, sizeof (*fp), 230 if (strioctl(netfd, SBIOCSTIME, -1, sizeof (struct timeval), 234 if (strioctl(netfd, SBIOCSCHUNK, -1, sizeof (uint_t), 238 if (strioctl(netfd, SBIOCSSNAP, -1, sizeof (uint_t), 749 strioctl(int fd, int cmd, int timout, int len, void *dp) function 751 struct strioctl sioc;
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| stropts.h | 290 struct strioctl { struct 318 * For _I_CMD: similar to strioctl, but with included buffer (to avoid copyin/
|
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| streamio.c | 3197 strioctl(struct vnode *vp, int cmd, intptr_t arg, int flag, int copyflag, function [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| sys-solaris.c | 188 static int strioctl __P((int, int, void *, int, int)); 289 if (strioctl(fd, PPPIO_GTYPE, &typ, 0, sizeof (typ)) >= 0 && 468 strioctl(pppfd, PPPIO_GTYPE, &typ, 0, sizeof (typ)) >= 0 && 491 if (strioctl(pppfd, PPPIO_DEBUG, &x, sizeof (x), 0) < 0) { 499 if (strioctl(pppfd, PPPIO_NEWPPA, &x, sizeof (x), sizeof (x)) < 0) { 518 if (strioctl(pppfd, PPPIO_USETIMESTAMP, NULL, 0, 0) < 0) { 581 if (strioctl(tmpfd, PPPIO_DEBUG, &x, sizeof (x), 0) < 0) { 942 if (strioctl(fd, PPPIO_LASTMOD, NULL, 0, 0) < 0) { 1003 if (strioctl(pppfd, PPPIO_LASTMOD, NULL, 0, 0) < 0) { 1012 if (strioctl(pppfd, PPPIO_DEBUG, &x, sizeof (x), 0) < 0) 2916 strioctl(int fd, int cmd, void *ptr, int ilen, int olen) function [all...] |
| /onnv/onnv-gate/usr/src/cmd/truss/ |
| expound.c | 867 struct strioctl strioctl; local 869 if (Pread(Proc, &strioctl, sizeof (strioctl), offset) == 870 sizeof (strioctl)) { 874 ioctlname(pri, strioctl.ic_cmd), 875 strioctl.ic_timout, 876 strioctl.ic_len, 877 (long)strioctl.ic_dp); 880 show_ioctl(pri, strioctl.ic_cmd 890 struct strioctl32 strioctl; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
| ifconfig.c | 188 static int strioctl(int s, int cmd, void *buf, int buflen); 4586 strioctl(int s, int cmd, void *buf, int buflen) function [all...] |