Home | History | Annotate | Download | only in libpcap

Lines Matching refs:DST

351     DST = 258,
473 #define DST 258
848 /* Copy COUNT objects from SRC to DST. The source and destination do
852 # define YYCOPY(Dst, Src, Count) \
853 __builtin_memcpy (Dst, Src, (Count) * sizeof (*(Src)))
855 # define YYCOPY(Dst, Src, Count) \
860 (Dst)[yyi] = (Src)[yyi]; \
968 "$end", "error", "$undefined", "DST", "SRC", "HOST", "GATEWAY", "NET",