Searched refs:ph (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dpkinit.c979 size_t ph = 1 + der_length_len (length);
980 unsigned char *ptr = malloc(length + ph);
983 memcpy(ptr + ph, p, length);
985 ret = der_put_length_and_tag (ptr + ph - 1, ph, length,
989 ptr += ph - l;
/freebsd-9.3-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c215 struct ippseudo *ph; local
221 ph = (struct ippseudo*) tmp;
223 memcpy(&ph->ippseudo_src, sip, 4);
224 memcpy(&ph->ippseudo_dst, dip, 4);
225 ph->ippseudo_pad = 0;
226 ph->ippseudo_p = IPPROTO_UDP;
227 ph->ippseudo_len = htons(len);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c899 GElf_Phdr ph; local
1020 for (i = 0; gelf_getphdr(dmp->dm_elf, i, &ph) != NULL; i++) {
1021 if (ph.p_type == PT_LOAD) {
1022 dmp->dm_reloc_offset = k_stat->address - ph.p_vaddr;
/freebsd-9.3-release/lib/libc/net/
H A Dname6.c851 set_source(struct hp_order *aio, struct policyhead *ph) argument
885 aio->aio_srcpolicy = match_addrselectpolicy(&aio->aio_srcsa, ph);
H A Dgetaddrinfo.c810 set_source(struct ai_order *aio, struct policyhead *ph) argument
851 aio->aio_srcpolicy = match_addrselectpolicy(&aio->aio_srcsa, ph);
/freebsd-9.3-release/sys/dev/ct/
H A Dct.c195 cthw_phase_bypass(struct ct_softc *ct, u_int8_t ph) argument
199 ct_cr_write_1(chp, wd3s_cph, ph);
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c4735 ** Support for the CCSO Nameserver (ph/qi).
4736 ** This code is intended to replace the so-called "ph mailer".
4740 /* what version of the ph map code we're running */
4761 ** PH_MAP_PARSEARGS -- parse ph map definition args.
4783 pmap->ph = NULL;
4908 ** PH_MAP_CLOSE -- close the connection to the ph server
4923 if (pmap->ph != NULL)
4925 ph_set_sendhook(pmap->ph, NULL);
4926 ph_set_recvhook(pmap->ph, NULL);
4927 ph_close(pmap->ph, pma
[all...]
H A Dsendmail.h1402 char *ph_servers; /* list of ph servers */
1404 PH *ph; /* PH server handle */ member in struct:ph_map_struct
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c4953 struct pmc_ownerhash *ph; local
4982 for (ph = pmc_ownerhash;
4983 ph <= &pmc_ownerhash[pmc_ownerhashmask];
4984 ph++) {
4985 LIST_FOREACH_SAFE(po, ph, po_next, tmp) {
/freebsd-9.3-release/sys/boot/common/
H A Dload_elf.c54 Elf_Phdr *ph; member in struct:elf_file
/freebsd-9.3-release/sys/netinet/
H A Dsctp_pcb.c2367 &p6_buf.ph, sizeof(*p6));
2394 &p4_buf.ph, sizeof(*p4));
6388 lptype = ntohs(fee->addrp.ph.param_type);
H A Dsctp_usrreq.c766 struct sctp_paramhdr *ph; local
768 ph = mtod(err, struct sctp_paramhdr *);
770 ph->param_type = htons(SCTP_CAUSE_USER_INITIATED_ABT);
771 ph->param_length = htons(SCTP_BUF_LEN(err));
/freebsd-9.3-release/etc/
H A Dservices834 ph 481/tcp
835 ph 481/udp
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_sctp.c1246 struct sctp_paramhdr ph;/* type=SCTP_VTAG_PARAM */ member in struct:sctp_vtag_param

Completed in 478 milliseconds

123