Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.5-rc6 19 lines 335 B view raw
1GSSAPI ::= 2 CHOICE { 3 negTokenInit 4 [0] ANY, 5 negTokenTarg 6 [1] NegTokenTarg 7 } 8 9NegTokenTarg ::= 10 SEQUENCE { 11 negResult 12 [0] ENUMERATED OPTIONAL, 13 supportedMech 14 [1] OBJECT IDENTIFIER OPTIONAL, 15 responseToken 16 [2] OCTET STRING OPTIONAL ({ksmbd_neg_token_targ_resp_token}), 17 mechListMIC 18 [3] OCTET STRING OPTIONAL 19 }