<pairisto[m]>
is there a way to map a ioctl op code to where its called? I have the number 32768 every time an application access my TUN driver directly and I am mot sure what the op code means? I've looked at Drivers.h but I only find B_DEVICE_OP_CODES_END as the largest at 9999
jmairboeck has joined #haiku-3rdparty
AlaskanEmily has quit [Remote host closed the connection]
<TkTech>
pairisto[m]: That's suspiciously close to the maximum value of a signed short
<TkTech>
Feels like you're getting a default value
<waddlesplash>
it's just 0x8000
<waddlesplash>
pretty common magic value for certain ioctls to start at really
<waddlesplash>
in particular it could be TCGETA?
<waddlesplash>
yeah, that'
<waddlesplash>
s probably what it is
AlaskanEmily has joined #haiku-3rdparty
jmairboeck has quit [Quit: Konversation terminated!]