Home
last modified time | relevance | path

Searched refs:send_message (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c128 static int send_message(void *buf, int msglen, const char *csid, int fd,
1050 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1076 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1130 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1161 send_message(&reply, sizeof(reply), our_csid, in read_from_local_sock()
1234 send_message(inheader, len, NULL, -1, in distribute_command()
1257 send_message(inheader, len, in distribute_command()
1370 send_message(aggreply, in process_remote_command()
1385 send_message(&head, sizeof(struct clvm_header), csid, in process_remote_command()
1678 send_message(replybuf, message_len, our_csid, fd, in send_local_reply()
[all …]
/netbsd-src/usr.sbin/ldpd/
H A Dsocketops.h54 int send_message(const struct ldp_peer *, const struct ldp_pdu *,
H A Dsocketops.c1341 send_message(const struct ldp_peer * p, const struct ldp_pdu * pdu, in send_message() function
1403 return send_message(p, &pdu, t); in send_tlv()
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp.c1708 send_message(struct interface *ifp, uint8_t type, in send_message() function
1838 send_message((struct interface *)arg, DHCP_INFORM, send_inform); in send_inform()
1845 send_message((struct interface *)arg, DHCP_DISCOVER, send_discover); in send_discover()
1852 send_message((struct interface *)arg, DHCP_REQUEST, send_request); in send_request()
1859 send_message((struct interface *)arg, DHCP_REQUEST, send_renew); in send_renew()
1866 send_message((struct interface *)arg, DHCP_REQUEST, send_rebind); in send_rebind()
1954 send_message(ifp, DHCP_DECLINE, NULL); in dhcp_decline()
2805 send_message(ifp, DHCP_RELEASE, NULL); in dhcp_drop()