e6806e98ac
of a socket() call with sockipprotoname() if the first parameter (domain) is PF_INET or PF_INET6. Old parsing behavior before this change: ping6 CALL socket(PF_INET6,SOCK_RAW,0x3a) New behavior after this change: ping6 CALL socket(PF_INET6,SOCK_RAW,IPPROTO_ICMPV6) |
||
---|---|---|
.. | ||
kdump_subr.h | ||
kdump.1 | ||
kdump.c | ||
Makefile | ||
mkioctls | ||
mksubr |