Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c83 static char identstr[256] = /* Identification string */ variable
207 { "ident", o_string, identstr,
208 "LCP Identification string", OPT_STATIC, NULL, sizeof(identstr) },
3049 u_char pkt[4 + sizeof(identstr)], *pktp;
3062 idlen = strlen(identstr);
3063 BCOPY(identstr, pktp, idlen);