HomeSort by: relevance | last modified time | path
    Searched defs:sppp_cp_type_name (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_spppsubr.c 457 static const char *sppp_cp_type_name(char *, size_t, u_char);
1426 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), lh->type);
1583 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), h->type);
1654 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), h->type);
1679 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), h->type);
4187 cpname = sppp_cp_type_name(tbuf,
4214 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), ctype);
4237 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), ctype);
6252 sppp_cp_type_name(char *buf, size_t buflen, u_char type) function in typeref:typename:const char *
6509 cpname = sppp_cp_type_name(tbuf, sizeof(tbuf), type)
    [all...]

Completed in 14 milliseconds