Searched refs:prot (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/INIT/
H A Dhurl.sh89 *://*/*)prot=${url%%:*}
92 *) prot=http
106 test 0 != $verbose && echo "$command: prot=$prot host=$host port=$port path=$path" >&2
107 case $prot in
121 if ! read prot code text
128 test 0 != $verbose && echo "$command: prot=$prot code=$code $text" >&2
205 *) echo "$command: $prot: protocol not supported" >&2
/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/cmd/dsslib/netflow/
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...]
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
/ast/src/lib/libast/comp/
H A Dsyslog.c125 str2inet(register char* s, char* prot, struct sockaddr_in* addr)
170 if (!(sp = getservbyname(s - 1, prot)))
/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/nmake/
H A Dparse.c1963 prot = 0;
1970 len = sizeof(prot);
1971 if (getsockopt(i, SOL_SOCKET, SO_PROTOTYPE, (void*)&prot, (void*)&len))
1972 prot = -1;
1998 if (prot == IPPROTO_SCTP)
/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 55 milliseconds