From 9175bdc43cf5a052455498b9b51b5e1a76107249 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 28 Jul 2011 19:29:38 +0200 Subject: [PATCH] Fix export of ICMP types --- src/sockets/pkgdcl.lisp | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/src/sockets/pkgdcl.lisp b/src/sockets/pkgdcl.lisp index d498b0e..35baf2b 100644 --- a/src/sockets/pkgdcl.lisp +++ b/src/sockets/pkgdcl.lisp @@ -225,25 +225,22 @@ #:ipproto-udp #:ipproto-sctp #:ipproto-raw - + ;; CFFI enum ICMP Types #:icmp-types - #:icmp-net-unreach - #:icmp-host-unreach - #:icmp-prot-unreach - #:icmp-port-unreach - #:icmp-frag-needed - #:icmp-sr-failed - #:icmp-net-unknown - #:icmp-host-unknown - #:icmp-host-isolated - #:icmp-net-ano - #:icmp-host-ano - #:icmp-net-unr-tos - #:icmp-host-unr-tos - #:icmp-pkt-filtered - #:icmp-prec-violation - #:icmp-prec-cutoff + #:icmp-echo-request + #:icmp-echo-reply + #:icmp-dest-unreach + #:icmp-source-quench + #:icmp-redirect + #:icmp-time-exceeded + #:icmp-parameter-prob + #:icmp-timestamp-request + #:icmp-timestamp-reply + #:icmp-info-request + #:icmp-info-reply + #:icmp-address-request + #:icmp-address-reply ;; CFFI enum ICMP-Unreach Types #:icmp-unreach -- 2.11.4.GIT