Searched refs:_Protocol (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/bnu/ |
H A D | pk1.c | 69 extern char _Protocol[]; /* Protocol string with (options) */ 96 DEBUG(7, "Setting up protocol parameters '%s'\n", _Protocol); 97 if ( _Protocol[1] == '(' ) { 98 if (sscanf(_Protocol, "%*c(%d,%d)", &windows, &packsize) == 0) 99 sscanf(_Protocol, "%*c(,%d)", &packsize); 105 if ( (_Protocol[0] == 'g') && (packsize > OLDPACKSIZE) ) {
|
H A D | conn.c | 36 GLOBAL char _Protocol[40] = ""; /* working protocol string */ variable 403 _Protocol[0] = '\0'; 412 if ( _Protocol[0] == '\0' ) { 414 (void) strcpy(_Protocol, save); 417 return(_Protocol[0] == NULLCHAR ? NULL : _Protocol); 441 if ( *(protoPtr = _Protocol) != NULLCHAR ) { 460 if ( *(protoPtr = _Protocol) != NULLCHAR ) {
|
H A D | cntrl.c | 50 extern char _Protocol[]; 1538 strcpy(_Protocol, findProto(_Protocol, *str));
|