HomeSort by relevance Sort by last modified time
    Searched refs:sock_fprog (Results 1 - 20 of 20) sorted by null

  /bionic/libc/kernel/common/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /external/kernel-headers/original/linux/
filter.h 34 struct sock_fprog /* Required for SO_ATTACH_FILTER. */ struct
147 extern int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk);
if_ppp.h 136 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog) /* set pass filter */
137 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog) /* set active filt */
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
if_ppp.h 94 #define PPPIOCSPASS _IOW('t', 71, struct sock_fprog)
95 #define PPPIOCSACTIVE _IOW('t', 70, struct sock_fprog)
filter.h 29 struct sock_fprog struct
  /external/dhcpcd/
lpf.c 77 struct sock_fprog pf;
  /external/libpcap/
pcap-linux.c 215 static int fix_program(pcap_t *handle, struct sock_fprog *fcode);
217 static int set_kernel_filter(pcap_t *handle, struct sock_fprog *fcode);
222 static struct sock_fprog total_fcode
928 struct sock_fprog fcode;
972 * Oh joy, the Linux kernel uses struct sock_fprog instead
    [all...]
  /external/ping/
ping.c     [all...]
  /external/ppp/pppd/
sys-linux.c 1301 struct sock_fprog fp;
    [all...]

Completed in 2239 milliseconds