Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/x25/
Dx25_out.c45 static int x25_pacsize_to_bytes(unsigned int pacsize) in x25_pacsize_to_bytes() argument
49 if (pacsize == 0) in x25_pacsize_to_bytes()
52 while (pacsize-- > 0) in x25_pacsize_to_bytes()