Home
last modified time | relevance | path

Searched refs:dhx (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A D0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch22 - $${shlib_directory:-`$(SHLIB_ENV) bin/postconf -dhx shlib_directory`}
23 + $${shlib_directory:-`$(SHLIB_ENV) $(POSTCONF) -dhx shlib_directory`}
46 - "") mail_version="`bin/postconf -dhx mail_version`" || exit 1
47 + "") mail_version="`$POSTCONF -dhx mail_version`" || exit 1
91 -"") mail_version="`bin/postconf -dhx mail_version`" || exit 1
92 +"") mail_version="`$POSTCONF -c $CONFIG_DIRECTORY -dhx mail_version`" || exit 1
/openbmc/linux/net/dccp/
H A Ddccp.h387 struct dccp_hdr_ext *dhx = (struct dccp_hdr_ext *)((void *)dh + in dccp_hdr_set_seq() local
391 dhx->dccph_seq_low = htonl(gss & 0xffffffff); in dccp_hdr_set_seq()