Searched defs:function (Results 1 - 2 of 2) sorted by relevance

/net/bluetooth/cmtp/
H A Dcapi.c152 __u16 function, unsigned char *buf, int len)
177 capimsg_setu16(s, 11, function);
150 cmtp_send_interopmsg(struct cmtp_session *session, __u8 subcmd, __u16 appl, __u16 msgnum, __u16 function, unsigned char *buf, int len) argument
/net/appletalk/
H A Daarp.c135 eah->function = htons(AARP_REQUEST);
182 eah->function = htons(AARP_REPLY);
233 eah->function = htons(AARP_PROBE);
723 __u16 function; local
739 function = ntohs(ea->function);
742 if (function < AARP_REQUEST || function > AARP_PROBE ||
782 switch (function) {
828 if (function
[all...]

Completed in 132 milliseconds