Home
last modified time | relevance | path

Searched refs:_Protocol (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dpk1.c66 extern char _Protocol[]; /* Protocol string with (options) */
93 DEBUG(7, "Setting up protocol parameters '%s'\n", _Protocol);
94 if ( _Protocol[1] == '(' ) {
95 if (sscanf(_Protocol, "%*c(%d,%d)", &windows, &packsize) == 0)
96 sscanf(_Protocol, "%*c(,%d)", &packsize);
102 if ( (_Protocol[0] == 'g') && (packsize > OLDPACKSIZE) ) {
H A Dconn.c32 GLOBAL char _Protocol[40] = ""; /* working protocol string */ variable
395 _Protocol[0] = '\0';
404 if ( _Protocol[0] == '\0' ) {
406 (void) strcpy(_Protocol, save);
409 return(_Protocol[0] == NULLCHAR ? NULL : _Protocol);
433 if ( *(protoPtr = _Protocol) != NULLCHAR ) {
452 if ( *(protoPtr = _Protocol) != NULLCHAR ) {
H A Dcntrl.c48 extern char _Protocol[];
1534 strcpy(_Protocol, findProto(_Protocol, *str));