Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Datmarp.h22 #define ATMARP_MKIP _IO('a',ATMIOC_CLIP+2) /* attach socket to IP */ macro
/external/iproute2/tc/
Dq_atm.c176 if (ioctl(s,ATMARP_MKIP,0) < 0) { in atm_parse_class_opt()