Home | History | Annotate | Download | only in libpcap

Lines Matching refs:SRC

364     SRC = 259,
486 #define SRC 259
861 /* Copy COUNT objects from SRC to DST. The source and destination do
865 # define YYCOPY(Dst, Src, Count) \
866 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
868 # define YYCOPY(Dst, Src, Count) \
873 (Dst)[yyi] = (Src)[yyi]; \
981 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",