Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Datmarp.h28 enum atmarp_ctrl_type { enum
37 enum atmarp_ctrl_type type; /* message type */
/linux/net/atm/
H A Dclip.c52 static int to_atmarpd(enum atmarp_ctrl_type type, int itf, __be32 ip) in to_atmarpd()