OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_send_check
(Results
1 - 7
of
7
) sorted by null
/external/iproute2/include/
libnetlink.h
51
extern int
rtnl_send_check
(struct rtnl_handle *rth, const char *buf, int);
/external/iproute2/ip/
ipneigh.c
86
if (
rtnl_send_check
(&rth, filter.flushb, filter.flushp) < 0) {
xfrm_policy.c
813
if (
rtnl_send_check
(&rth, xb.buf, xb.offset) < 0) {
xfrm_state.c
999
if (
rtnl_send_check
(&rth, xb.buf, xb.offset) < 0) {
ipaddress.c
431
if (
rtnl_send_check
(&rth, filter.flushb, filter.flushp) < 0) {
iproute.c
110
if (
rtnl_send_check
(&rth, filter.flushb, filter.flushp) < 0) {
[
all
...]
/external/iproute2/lib/
libnetlink.c
115
int
rtnl_send_check
(struct rtnl_handle *rth, const char *buf, int len)
function
Completed in 55 milliseconds