OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nmac
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/ip/
iplink_macvlan.c
73
struct rtattr *
nmac
;
local
134
nmac
= addattr_nest(n, 1024,
148
addattr_nest_end(n,
nmac
);
/external/openssh/
kex.c
777
int nenc,
nmac
, ncomp;
local
827
nmac
= ctos ? PROPOSAL_MAC_ALGS_CTOS : PROPOSAL_MAC_ALGS_STOC;
838
(r = choose_mac(ssh, &newkeys->mac, cprop[
nmac
],
839
sprop[
nmac
])) != 0) {
840
kex->failed_choice = peer[
nmac
];
841
peer[
nmac
] = NULL;
Completed in 925 milliseconds