Searched refs:IP_MAGIC (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c45 #define IP_MAGIC "\177FMA" /* magic string identifying a packet header */ macro
198 bcopy(IP_MAGIC, iph->iph_magic, IP_MAGLEN);
410 if (bcmp(iph->iph_magic, IP_MAGIC, IP_MAGLEN) != 0) {

Completed in 58 milliseconds