Searched defs:prot (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libcmd/
H A Dfds.c180 int prot; local
261 prot = 0;
268 len = sizeof(prot);
269 if (getsockopt(i, SOL_SOCKET, SO_PROTOTYPE, (void*)&prot, (void*)&len))
270 prot = -1;
296 if (prot == IPPROTO_SCTP)
/ast/src/lib/libtksh/tcl/
H A DtclIOCmd.c1040 int pipeline, prot;
1049 prot = 0666;
1055 if (Tcl_GetInt(interp, argv[3], &prot) != TCL_OK) {
1071 chan = Tcl_OpenFileChannel(interp, argv[1], modeString, prot);
1027 int pipeline, prot; local
/ast/src/cmd/dsslib/netflow/
H A Dflow-dump.c55 Nfbyte_t prot; member in struct:Rec_1_s
92 Nfbyte_t prot; member in struct:Rec_5_s
126 Nfbyte_t prot; member in struct:Rec_7_s
H A Dflow-tool.c85 u_int8 prot; /* IP protocol, e.g., 6=TCP, 17=UDP, ... */ member in struct:fts3rec_v1
112 u_int8 prot; /* IP protocol, e.g., 6=TCP, 17=UDP, ... */ member in struct:fts3rec_v5
140 u_int8 prot; /* IP protocol, e.g., 6=TCP, 17=UDP, ... */ member in struct:fts3rec_v6
172 u_int8 prot; /* IP protocol, e.g., 6=TCP, 17=UDP, ... */ member in struct:fts3rec_v7
367 swapmem(n, &R1(fp)->srcport, &R1(fp)->srcport, (char*)&R1(fp)->prot - (char*)&R1(fp)->srcport);
383 rp->protocol = R1(fp)->prot;
397 swapmem(n, &R5(fp)->srcport, &R5(fp)->srcport, (char*)&R5(fp)->prot - (char*)&R5(fp)->srcport);
414 rp->protocol = R5(fp)->prot;
434 swapmem(n, &R6(fp)->srcport, &R6(fp)->srcport, (char*)&R6(fp)->prot - (char*)&R6(fp)->srcport);
451 rp->protocol = R6(fp)->prot;
[all...]
/ast/src/cmd/ksh93/sh/
H A Dio.c135 char* prot; local
144 if ((n = strtol(service, &prot, 10)) > 0 && n <= USHRT_MAX && !*prot)

Completed in 24 milliseconds